public static final class BidiWriteObjectResponse.Builder extends GeneratedMessageV3.Builder<BidiWriteObjectResponse.Builder> implements BidiWriteObjectResponseOrBuilder
   
   Response message for BidiWriteObject.
 Protobuf type google.storage.v2.BidiWriteObjectResponse
    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 BidiWriteObjectResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public BidiWriteObjectResponse build()
   
  
  
  buildPartial()
  
    public BidiWriteObjectResponse buildPartial()
   
  
  
  clear()
  
    public BidiWriteObjectResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public BidiWriteObjectResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public BidiWriteObjectResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearPersistedSize()
  
    public BidiWriteObjectResponse.Builder clearPersistedSize()
   
   The total number of bytes that have been processed for the given object
 from all WriteObject calls. Only set if the upload has not finalized.
 int64 persisted_size = 1;
clearResource()
  
    public BidiWriteObjectResponse.Builder clearResource()
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
clearWriteHandle()
  
    public BidiWriteObjectResponse.Builder clearWriteHandle()
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;
clearWriteStatus()
  
    public BidiWriteObjectResponse.Builder clearWriteStatus()
   
  
  
  clone()
  
    public BidiWriteObjectResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public BidiWriteObjectResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getPersistedSize()
  
    public long getPersistedSize()
   
   The total number of bytes that have been processed for the given object
 from all WriteObject calls. Only set if the upload has not finalized.
 int64 persisted_size = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | long | The persistedSize. | 
    
  
  
  getResource()
  
    public Object getResource()
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object | The resource. | 
    
  
  
  getResourceBuilder()
  
    public Object.Builder getResourceBuilder()
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
getResourceOrBuilder()
  
    public ObjectOrBuilder getResourceOrBuilder()
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
getWriteHandle()
  
    public BidiWriteHandle getWriteHandle()
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;
getWriteHandleBuilder()
  
    public BidiWriteHandle.Builder getWriteHandleBuilder()
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;
getWriteHandleOrBuilder()
  
    public BidiWriteHandleOrBuilder getWriteHandleOrBuilder()
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;
getWriteStatusCase()
  
    public BidiWriteObjectResponse.WriteStatusCase getWriteStatusCase()
   
  
  
  hasPersistedSize()
  
    public boolean hasPersistedSize()
   
   The total number of bytes that have been processed for the given object
 from all WriteObject calls. Only set if the upload has not finalized.
 int64 persisted_size = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the persistedSize field is set. | 
    
  
  
  hasResource()
  
    public boolean hasResource()
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the resource field is set. | 
    
  
  
  hasWriteHandle()
  
    public boolean hasWriteHandle()
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the writeHandle field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public BidiWriteObjectResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public BidiWriteObjectResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeFrom(BidiWriteObjectResponse other)
  
    public BidiWriteObjectResponse.Builder mergeFrom(BidiWriteObjectResponse other)
   
  
  
  
  mergeResource(Object value)
  
    public BidiWriteObjectResponse.Builder mergeResource(Object value)
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Object
 | 
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final BidiWriteObjectResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeWriteHandle(BidiWriteHandle value)
  
    public BidiWriteObjectResponse.Builder mergeWriteHandle(BidiWriteHandle value)
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public BidiWriteObjectResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setPersistedSize(long value)
  
    public BidiWriteObjectResponse.Builder setPersistedSize(long value)
   
   The total number of bytes that have been processed for the given object
 from all WriteObject calls. Only set if the upload has not finalized.
 int64 persisted_size = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | long
 The persistedSize to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public BidiWriteObjectResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setResource(Object value)
  
    public BidiWriteObjectResponse.Builder setResource(Object value)
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Object
 | 
    
  
  
  
  setResource(Object.Builder builderForValue)
  
    public BidiWriteObjectResponse.Builder setResource(Object.Builder builderForValue)
   
   A resource containing the metadata for the uploaded object. Only set if
 the upload has finalized.
 .google.storage.v2.Object resource = 2;
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final BidiWriteObjectResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setWriteHandle(BidiWriteHandle value)
  
    public BidiWriteObjectResponse.Builder setWriteHandle(BidiWriteHandle value)
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;
setWriteHandle(BidiWriteHandle.Builder builderForValue)
  
    public BidiWriteObjectResponse.Builder setWriteHandle(BidiWriteHandle.Builder builderForValue)
   
   An optional write handle that will periodically be present in response
 messages. Clients should save it for later use in establishing a new stream
 if a connection is interrupted.
 optional .google.storage.v2.BidiWriteHandle write_handle = 3;