public interface StartResumableWriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getUploadId()
The upload_id of the newly started resumable write operation.
|
com.google.protobuf.ByteString |
getUploadIdBytes()
The upload_id of the newly started resumable write operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
Copyright © 2023 Google LLC. All rights reserved.