public static final class StartResumableWriteRequest.Builder extends GeneratedMessageV3.Builder<StartResumableWriteRequest.Builder> implements StartResumableWriteRequestOrBuilder
Request message StartResumableWrite.
Protobuf type google.storage.v2.StartResumableWriteRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StartResumableWriteRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public StartResumableWriteRequest build()
buildPartial()
public StartResumableWriteRequest buildPartial()
clear()
public StartResumableWriteRequest.Builder clear()
Overrides
clearCommonObjectRequestParams()
public StartResumableWriteRequest.Builder clearCommonObjectRequestParams()
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
clearField(Descriptors.FieldDescriptor field)
public StartResumableWriteRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearObjectChecksums()
public StartResumableWriteRequest.Builder clearObjectChecksums()
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
clearOneof(Descriptors.OneofDescriptor oneof)
public StartResumableWriteRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWriteObjectSpec()
public StartResumableWriteRequest.Builder clearWriteObjectSpec()
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public StartResumableWriteRequest.Builder clone()
Overrides
getCommonObjectRequestParams()
public CommonObjectRequestParams getCommonObjectRequestParams()
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
getCommonObjectRequestParamsBuilder()
public CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder()
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
getCommonObjectRequestParamsOrBuilder()
public CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
getDefaultInstanceForType()
public StartResumableWriteRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getObjectChecksums()
public ObjectChecksums getObjectChecksums()
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
getObjectChecksumsBuilder()
public ObjectChecksums.Builder getObjectChecksumsBuilder()
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
getObjectChecksumsOrBuilder()
public ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder()
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
getWriteObjectSpec()
public WriteObjectSpec getWriteObjectSpec()
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];
getWriteObjectSpecBuilder()
public WriteObjectSpec.Builder getWriteObjectSpecBuilder()
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];
getWriteObjectSpecOrBuilder()
public WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder()
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];
hasCommonObjectRequestParams()
public boolean hasCommonObjectRequestParams()
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
Returns |
Type |
Description |
boolean |
Whether the commonObjectRequestParams field is set.
|
hasObjectChecksums()
public boolean hasObjectChecksums()
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
Returns |
Type |
Description |
boolean |
Whether the objectChecksums field is set.
|
hasWriteObjectSpec()
public boolean hasWriteObjectSpec()
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the writeObjectSpec field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeCommonObjectRequestParams(CommonObjectRequestParams value)
public StartResumableWriteRequest.Builder mergeCommonObjectRequestParams(CommonObjectRequestParams value)
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
public StartResumableWriteRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StartResumableWriteRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeFrom(StartResumableWriteRequest other)
public StartResumableWriteRequest.Builder mergeFrom(StartResumableWriteRequest other)
mergeObjectChecksums(ObjectChecksums value)
public StartResumableWriteRequest.Builder mergeObjectChecksums(ObjectChecksums value)
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StartResumableWriteRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeWriteObjectSpec(WriteObjectSpec value)
public StartResumableWriteRequest.Builder mergeWriteObjectSpec(WriteObjectSpec value)
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];
setCommonObjectRequestParams(CommonObjectRequestParams value)
public StartResumableWriteRequest.Builder setCommonObjectRequestParams(CommonObjectRequestParams value)
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)
public StartResumableWriteRequest.Builder setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)
A set of parameters common to Storage API requests related to an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public StartResumableWriteRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setObjectChecksums(ObjectChecksums value)
public StartResumableWriteRequest.Builder setObjectChecksums(ObjectChecksums value)
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
setObjectChecksums(ObjectChecksums.Builder builderForValue)
public StartResumableWriteRequest.Builder setObjectChecksums(ObjectChecksums.Builder builderForValue)
The checksums of the complete object. This is used to validate the
uploaded object. For each upload, object_checksums
can be provided when
initiating a resumable upload withStartResumableWriteRequest
or when
completing a write with WriteObjectRequest
with
finish_write
set to true
.
.google.storage.v2.ObjectChecksums object_checksums = 5;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StartResumableWriteRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final StartResumableWriteRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWriteObjectSpec(WriteObjectSpec value)
public StartResumableWriteRequest.Builder setWriteObjectSpec(WriteObjectSpec value)
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];
setWriteObjectSpec(WriteObjectSpec.Builder builderForValue)
public StartResumableWriteRequest.Builder setWriteObjectSpec(WriteObjectSpec.Builder builderForValue)
Required. Contains the information necessary to start a resumable write.
.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];