Package com.google.storage.v2
Interface StartResumableWriteResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartResumableWriteResponse,StartResumableWriteResponse.Builder
public interface StartResumableWriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe upload_id of the newly started resumable write operation.com.google.protobuf.ByteStringThe upload_id of the newly started resumable write operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUploadId
String getUploadId()The upload_id of the newly started resumable write operation. This value should be copied into the `WriteObjectRequest.upload_id` field.
string upload_id = 1;- Returns:
- The uploadId.
-
getUploadIdBytes
com.google.protobuf.ByteString getUploadIdBytes()The upload_id of the newly started resumable write operation. This value should be copied into the `WriteObjectRequest.upload_id` field.
string upload_id = 1;- Returns:
- The bytes for uploadId.
-