Package com.google.storage.v2
Interface QueryWriteStatusRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryWriteStatusRequest,QueryWriteStatusRequest.Builder
public interface QueryWriteStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.Required.com.google.protobuf.ByteStringRequired.booleanOptional.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()Required. The name of the resume token for the object whose write status is being requested.
string upload_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The uploadId.
-
getUploadIdBytes
com.google.protobuf.ByteString getUploadIdBytes()Required. The name of the resume token for the object whose write status is being requested.
string upload_id = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for uploadId.
-
hasCommonObjectRequestParams
boolean hasCommonObjectRequestParams()Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the commonObjectRequestParams field is set.
-
getCommonObjectRequestParams
CommonObjectRequestParams getCommonObjectRequestParams()Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The commonObjectRequestParams.
-
getCommonObjectRequestParamsOrBuilder
CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()Optional. A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 2 [(.google.api.field_behavior) = OPTIONAL];
-