Class StartResumableWriteRequest (2.37.0)

public final class StartResumableWriteRequest extends GeneratedMessageV3 implements StartResumableWriteRequestOrBuilder

Request message StartResumableWrite.

Protobuf type google.storage.v2.StartResumableWriteRequest

Static Fields

COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER

public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER
Field Value
Type Description
int

OBJECT_CHECKSUMS_FIELD_NUMBER

public static final int OBJECT_CHECKSUMS_FIELD_NUMBER
Field Value
Type Description
int

WRITE_OBJECT_SPEC_FIELD_NUMBER

public static final int WRITE_OBJECT_SPEC_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StartResumableWriteRequest getDefaultInstance()
Returns
Type Description
StartResumableWriteRequest

getDescriptor()

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

newBuilder()

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

newBuilder(StartResumableWriteRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Type Description
CommonObjectRequestParams

The commonObjectRequestParams.

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
Type Description
CommonObjectRequestParamsOrBuilder

getDefaultInstanceForType()

public StartResumableWriteRequest getDefaultInstanceForType()
Returns
Type Description
StartResumableWriteRequest

getObjectChecksums()

public ObjectChecksums getObjectChecksums()

The checksums of the complete object. This will be used to validate the uploaded object. For each upload, object_checksums can be provided with either StartResumableWriteRequest or the WriteObjectRequest with finish_write set to true.

.google.storage.v2.ObjectChecksums object_checksums = 5;

Returns
Type Description
ObjectChecksums

The objectChecksums.

getObjectChecksumsOrBuilder()

public ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder()

The checksums of the complete object. This will be used to validate the uploaded object. For each upload, object_checksums can be provided with either StartResumableWriteRequest or the WriteObjectRequest with finish_write set to true.

.google.storage.v2.ObjectChecksums object_checksums = 5;

Returns
Type Description
ObjectChecksumsOrBuilder

getParserForType()

public Parser<StartResumableWriteRequest> getParserForType()
Returns
Type Description
Parser<StartResumableWriteRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getWriteObjectSpec()

public WriteObjectSpec getWriteObjectSpec()

Required. The destination bucket, object, and metadata, as well as any preconditions.

.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WriteObjectSpec

The writeObjectSpec.

getWriteObjectSpecOrBuilder()

public WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder()

Required. The destination bucket, object, and metadata, as well as any preconditions.

.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WriteObjectSpecOrBuilder

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.

hasObjectChecksums()

public boolean hasObjectChecksums()

The checksums of the complete object. This will be used to validate the uploaded object. For each upload, object_checksums can be provided with either StartResumableWriteRequest or the 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. The destination bucket, object, and metadata, as well as any preconditions.

.google.storage.v2.WriteObjectSpec write_object_spec = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the writeObjectSpec 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 StartResumableWriteRequest.Builder newBuilderForType()
Returns
Type Description
StartResumableWriteRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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