public static final class StartResumableWriteRequest.Builder extends GeneratedMessageV3.Builder<StartResumableWriteRequest.Builder> implements StartResumableWriteRequestOrBuilder
   
   Request message StartResumableWrite.
 Protobuf type google.storage.v2.StartResumableWriteRequest
 
  
  
  
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public StartResumableWriteRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public StartResumableWriteRequest build()
   
  Returns
  
  
  buildPartial()
  
    public StartResumableWriteRequest buildPartial()
   
  Returns
  
  
  clear()
  
    public StartResumableWriteRequest.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearCommonObjectRequestParams()
  
    public StartResumableWriteRequest.Builder clearCommonObjectRequestParams()
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Returns
  
  
  clearCommonRequestParams()
  
    public StartResumableWriteRequest.Builder clearCommonRequestParams()
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Returns
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public StartResumableWriteRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public StartResumableWriteRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearWriteObjectSpec()
  
    public StartResumableWriteRequest.Builder clearWriteObjectSpec()
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Returns
  
  
  clone()
  
    public StartResumableWriteRequest.Builder clone()
   
  Returns
  
  Overrides
  
  
  getCommonObjectRequestParams()
  
    public CommonObjectRequestParams getCommonObjectRequestParams()
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Returns
  
  
  getCommonObjectRequestParamsBuilder()
  
    public CommonObjectRequestParams.Builder getCommonObjectRequestParamsBuilder()
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Returns
  
  
  getCommonObjectRequestParamsOrBuilder()
  
    public CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Returns
  
  
  getCommonRequestParams()
  
    public CommonRequestParams getCommonRequestParams()
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Returns
  
  
  getCommonRequestParamsBuilder()
  
    public CommonRequestParams.Builder getCommonRequestParamsBuilder()
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Returns
  
  
  getCommonRequestParamsOrBuilder()
  
    public CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Returns
  
  
  getDefaultInstanceForType()
  
    public StartResumableWriteRequest getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getWriteObjectSpec()
  
    public WriteObjectSpec getWriteObjectSpec()
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Returns
  
  
  getWriteObjectSpecBuilder()
  
    public WriteObjectSpec.Builder getWriteObjectSpecBuilder()
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Returns
  
  
  getWriteObjectSpecOrBuilder()
  
    public WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder()
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Returns
  
  
  hasCommonObjectRequestParams()
  
    public boolean hasCommonObjectRequestParams()
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | boolean | 
        Whether the commonObjectRequestParams field is set. 
 | 
      
    
  
  
  hasCommonRequestParams()
  
    public boolean hasCommonRequestParams()
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | boolean | 
        Whether the commonRequestParams field is set. 
 | 
      
    
  
  
  hasWriteObjectSpec()
  
    public boolean hasWriteObjectSpec()
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Returns
  
    
      
        | Type | 
        Description | 
      
      
        | boolean | 
        Whether the writeObjectSpec field is set. 
 | 
      
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeCommonObjectRequestParams(CommonObjectRequestParams value)
  
    public StartResumableWriteRequest.Builder mergeCommonObjectRequestParams(CommonObjectRequestParams value)
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Parameter
  
  Returns
  
  
  mergeCommonRequestParams(CommonRequestParams value)
  
    public StartResumableWriteRequest.Builder mergeCommonRequestParams(CommonRequestParams value)
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Parameter
  
  Returns
  
  
  
  
    public StartResumableWriteRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public StartResumableWriteRequest.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeFrom(StartResumableWriteRequest other)
  
    public StartResumableWriteRequest.Builder mergeFrom(StartResumableWriteRequest other)
   
  Parameter
  
  Returns
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final StartResumableWriteRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeWriteObjectSpec(WriteObjectSpec value)
  
    public StartResumableWriteRequest.Builder mergeWriteObjectSpec(WriteObjectSpec value)
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Parameter
  
  Returns
  
  
  setCommonObjectRequestParams(CommonObjectRequestParams value)
  
    public StartResumableWriteRequest.Builder setCommonObjectRequestParams(CommonObjectRequestParams value)
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Parameter
  
  Returns
  
  
  setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)
  
    public StartResumableWriteRequest.Builder setCommonObjectRequestParams(CommonObjectRequestParams.Builder builderForValue)
   
   A set of parameters common to Storage API requests concerning an object.
 .google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;
 
  Parameter
  
  Returns
  
  
  setCommonRequestParams(CommonRequestParams value)
  
    public StartResumableWriteRequest.Builder setCommonRequestParams(CommonRequestParams value)
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Parameter
  
  Returns
  
  
  setCommonRequestParams(CommonRequestParams.Builder builderForValue)
  
    public StartResumableWriteRequest.Builder setCommonRequestParams(CommonRequestParams.Builder builderForValue)
   
   A set of parameters common to all Storage API requests.
 .google.storage.v2.CommonRequestParams common_request_params = 4;
 
  Parameter
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public StartResumableWriteRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public StartResumableWriteRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final StartResumableWriteRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  setWriteObjectSpec(WriteObjectSpec value)
  
    public StartResumableWriteRequest.Builder setWriteObjectSpec(WriteObjectSpec value)
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Parameter
  
  Returns
  
  
  setWriteObjectSpec(WriteObjectSpec.Builder builderForValue)
  
    public StartResumableWriteRequest.Builder setWriteObjectSpec(WriteObjectSpec.Builder builderForValue)
   
   The destination bucket, object, and metadata, as well as any preconditions.
 .google.storage.v2.WriteObjectSpec write_object_spec = 1;
 
  Parameter
  
  Returns