public final class WriteObjectRequest extends GeneratedMessageV3 implements WriteObjectRequestOrBuilder
Request message for WriteObject.
Protobuf type google.storage.v2.WriteObjectRequest
Static Fields
CHECKSUMMED_DATA_FIELD_NUMBER
public static final int CHECKSUMMED_DATA_FIELD_NUMBER
Field ValueCOMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER
public static final int COMMON_OBJECT_REQUEST_PARAMS_FIELD_NUMBER
Field ValueCOMMON_REQUEST_PARAMS_FIELD_NUMBER
public static final int COMMON_REQUEST_PARAMS_FIELD_NUMBER
Field ValueFINISH_WRITE_FIELD_NUMBER
public static final int FINISH_WRITE_FIELD_NUMBER
Field ValueOBJECT_CHECKSUMS_FIELD_NUMBER
public static final int OBJECT_CHECKSUMS_FIELD_NUMBER
Field ValueUPLOAD_ID_FIELD_NUMBER
public static final int UPLOAD_ID_FIELD_NUMBER
Field ValueWRITE_OBJECT_SPEC_FIELD_NUMBER
public static final int WRITE_OBJECT_SPEC_FIELD_NUMBER
Field ValueWRITE_OFFSET_FIELD_NUMBER
public static final int WRITE_OFFSET_FIELD_NUMBER
Field ValueStatic Methods
getDefaultInstance()
public static WriteObjectRequest getDefaultInstance()
ReturnsgetDescriptor()
public static final Descriptors.Descriptor getDescriptor()
ReturnsnewBuilder()
public static WriteObjectRequest.Builder newBuilder()
ReturnsnewBuilder(WriteObjectRequest )
public static WriteObjectRequest.Builder newBuilder(WriteObjectRequest )
ParameterReturnspublic static WriteObjectRequest parseDelimitedFrom(InputStream input)
ParameterReturnsExceptionspublic static WriteObjectRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(byte[] data)
public static WriteObjectRequest parseFrom(byte[] data)
ParameterName | Description |
data | byte[]
|
ReturnsExceptionsparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WriteObjectRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(ByteString data)
public static WriteObjectRequest parseFrom(ByteString data)
ParameterReturnsExceptionsparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WriteObjectRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionspublic static WriteObjectRequest parseFrom(CodedInputStream input)
ParameterReturnsExceptionspublic static WriteObjectRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionspublic static WriteObjectRequest parseFrom(InputStream input)
ParameterReturnsExceptionspublic static WriteObjectRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparseFrom(ByteBuffer data)
public static WriteObjectRequest parseFrom(ByteBuffer data)
ParameterReturnsExceptionsparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WriteObjectRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
ParametersReturnsExceptionsparser()
public static Parser<WriteObjectRequest> parser()
ReturnsMethods
equals(Object obj)
public boolean equals(Object obj)
ParameterReturnsOverridesgetChecksummedData()
public ChecksummedData getChecksummedData()
The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.
.google.storage.v2.ChecksummedData checksummed_data = 4;
ReturnsgetChecksummedDataOrBuilder()
public ChecksummedDataOrBuilder getChecksummedDataOrBuilder()
The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.
.google.storage.v2.ChecksummedData checksummed_data = 4;
ReturnsgetCommonObjectRequestParams()
public CommonObjectRequestParams getCommonObjectRequestParams()
A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
ReturnsgetCommonObjectRequestParamsOrBuilder()
public CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()
A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
ReturnsgetCommonRequestParams()
public CommonRequestParams getCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
ReturnsgetCommonRequestParamsOrBuilder()
public CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 9;
ReturnsgetDataCase()
public WriteObjectRequest.DataCase getDataCase()
ReturnsgetDefaultInstanceForType()
public WriteObjectRequest getDefaultInstanceForType()
ReturnsgetFinishWrite()
public boolean getFinishWrite()
If true
, this indicates that the write is complete. Sending any WriteObjectRequest
s subsequent to one in which finish_write
is true
will cause an error. For a non-resumable write (where the upload_id was not set in the first message), it is an error not to set this field in the final message of the stream.
bool finish_write = 7;
ReturnsType | Description |
boolean | The finishWrite. |
getFirstMessageCase()
public WriteObjectRequest.FirstMessageCase getFirstMessageCase()
ReturnsgetObjectChecksums()
public ObjectChecksums getObjectChecksums()
Checksums for the complete object. If the checksums computed by the service don't match the specifified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).
.google.storage.v2.ObjectChecksums object_checksums = 6;
ReturnsgetObjectChecksumsOrBuilder()
public ObjectChecksumsOrBuilder getObjectChecksumsOrBuilder()
Checksums for the complete object. If the checksums computed by the service don't match the specifified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).
.google.storage.v2.ObjectChecksums object_checksums = 6;
ReturnsgetParserForType()
public Parser<WriteObjectRequest> getParserForType()
ReturnsOverridesgetSerializedSize()
public int getSerializedSize()
ReturnsOverridesgetUnknownFields()
public final UnknownFieldSet getUnknownFields()
ReturnsOverridesgetUploadId()
public String getUploadId()
For resumable uploads. This should be the upload_id
returned from a call to StartResumableWriteResponse
.
string upload_id = 1;
ReturnsType | Description |
String | The uploadId. |
getUploadIdBytes()
public ByteString getUploadIdBytes()
For resumable uploads. This should be the upload_id
returned from a call to StartResumableWriteResponse
.
string upload_id = 1;
ReturnsgetWriteObjectSpec()
public WriteObjectSpec getWriteObjectSpec()
For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.
.google.storage.v2.WriteObjectSpec write_object_spec = 2;
ReturnsgetWriteObjectSpecOrBuilder()
public WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder()
For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.
.google.storage.v2.WriteObjectSpec write_object_spec = 2;
ReturnsgetWriteOffset()
public long getWriteOffset()
Required. The offset from the beginning of the object at which the data should be written. In the first WriteObjectRequest
of a WriteObject()
action, it indicates the initial offset for the Write()
call. The value must be equal to the persisted_size
that a call to QueryWriteStatus()
would return (0 if this is the first write to the object). On subsequent calls, this value must be no larger than the sum of the first write_offset
and the sizes of all data
chunks sent previously on this stream. An incorrect value will cause an error.
int64 write_offset = 3 [(.google.api.field_behavior) = REQUIRED];
ReturnsType | Description |
long | The writeOffset. |
hasChecksummedData()
public boolean hasChecksummedData()
The data to insert. If a crc32c checksum is provided that doesn't match the checksum computed by the service, the request will fail.
.google.storage.v2.ChecksummedData checksummed_data = 4;
ReturnsType | Description |
boolean | Whether the checksummedData field is set. |
hasCommonObjectRequestParams()
public boolean hasCommonObjectRequestParams()
A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 8;
ReturnsType | 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 = 9;
ReturnsType | Description |
boolean | Whether the commonRequestParams field is set. |
hasObjectChecksums()
public boolean hasObjectChecksums()
Checksums for the complete object. If the checksums computed by the service don't match the specifified checksums the call will fail. May only be provided in the first or last request (either with first_message, or finish_write set).
.google.storage.v2.ObjectChecksums object_checksums = 6;
ReturnsType | Description |
boolean | Whether the objectChecksums field is set. |
hasUploadId()
public boolean hasUploadId()
For resumable uploads. This should be the upload_id
returned from a call to StartResumableWriteResponse
.
string upload_id = 1;
ReturnsType | Description |
boolean | Whether the uploadId field is set. |
hasWriteObjectSpec()
public boolean hasWriteObjectSpec()
For non-resumable uploads. Describes the overall upload, including the destination bucket and object name, preconditions, etc.
.google.storage.v2.WriteObjectSpec write_object_spec = 2;
ReturnsType | Description |
boolean | Whether the writeObjectSpec field is set. |
hashCode()
ReturnsOverridesinternalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
ReturnsOverridesisInitialized()
public final boolean isInitialized()
ReturnsOverridesnewBuilderForType()
public WriteObjectRequest.Builder newBuilderForType()
ReturnsnewBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WriteObjectRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
ParameterReturnsOverridesnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
ParameterReturnsOverridestoBuilder()
public WriteObjectRequest.Builder toBuilder()
ReturnswriteTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
ParameterOverridesExceptions