Class WriteObjectResponse (2.37.0)

public final class WriteObjectResponse extends GeneratedMessageV3 implements WriteObjectResponseOrBuilder

Response message for WriteObject.

Protobuf type google.storage.v2.WriteObjectResponse

Static Fields

PERSISTED_SIZE_FIELD_NUMBER

public static final int PERSISTED_SIZE_FIELD_NUMBER
Field Value
Type Description
int

RESOURCE_FIELD_NUMBER

public static final int RESOURCE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static WriteObjectResponse getDefaultInstance()
Returns
Type Description
WriteObjectResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static WriteObjectResponse.Builder newBuilder()
Returns
Type Description
WriteObjectResponse.Builder

newBuilder(WriteObjectResponse prototype)

public static WriteObjectResponse.Builder newBuilder(WriteObjectResponse prototype)
Parameter
Name Description
prototype WriteObjectResponse
Returns
Type Description
WriteObjectResponse.Builder

parseDelimitedFrom(InputStream input)

public static WriteObjectResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WriteObjectResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static WriteObjectResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static WriteObjectResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static WriteObjectResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static WriteObjectResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static WriteObjectResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static WriteObjectResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static WriteObjectResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static WriteObjectResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static WriteObjectResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static WriteObjectResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WriteObjectResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<WriteObjectResponse> parser()
Returns
Type Description
Parser<WriteObjectResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public WriteObjectResponse getDefaultInstanceForType()
Returns
Type Description
WriteObjectResponse

getParserForType()

public Parser<WriteObjectResponse> getParserForType()
Returns
Type Description
Parser<WriteObjectResponse>
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.

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;

Returns
Type Description
ObjectOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getWriteStatusCase()

public WriteObjectResponse.WriteStatusCase getWriteStatusCase()
Returns
Type Description
WriteObjectResponse.WriteStatusCase

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public WriteObjectResponse.Builder newBuilderForType()
Returns
Type Description
WriteObjectResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected WriteObjectResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
WriteObjectResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public WriteObjectResponse.Builder toBuilder()
Returns
Type Description
WriteObjectResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException