public interface StartResumableWriteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CommonObjectRequestParams |
getCommonObjectRequestParams()
A set of parameters common to Storage API requests concerning an object.
|
CommonObjectRequestParamsOrBuilder |
getCommonObjectRequestParamsOrBuilder()
A set of parameters common to Storage API requests concerning an object.
|
CommonRequestParams |
getCommonRequestParams()
A set of parameters common to all Storage API requests.
|
CommonRequestParamsOrBuilder |
getCommonRequestParamsOrBuilder()
A set of parameters common to all Storage API requests.
|
WriteObjectSpec |
getWriteObjectSpec()
The destination bucket, object, and metadata, as well as any preconditions.
|
WriteObjectSpecOrBuilder |
getWriteObjectSpecOrBuilder()
The destination bucket, object, and metadata, as well as any preconditions.
|
boolean |
hasCommonObjectRequestParams()
A set of parameters common to Storage API requests concerning an object.
|
boolean |
hasCommonRequestParams()
A set of parameters common to all Storage API requests.
|
boolean |
hasWriteObjectSpec()
The destination bucket, object, and metadata, as well as any preconditions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWriteObjectSpec()
The destination bucket, object, and metadata, as well as any preconditions.
.google.storage.v2.WriteObjectSpec write_object_spec = 1;WriteObjectSpec getWriteObjectSpec()
The destination bucket, object, and metadata, as well as any preconditions.
.google.storage.v2.WriteObjectSpec write_object_spec = 1;WriteObjectSpecOrBuilder getWriteObjectSpecOrBuilder()
The destination bucket, object, and metadata, as well as any preconditions.
.google.storage.v2.WriteObjectSpec write_object_spec = 1;boolean hasCommonObjectRequestParams()
A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;CommonObjectRequestParams getCommonObjectRequestParams()
A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;CommonObjectRequestParamsOrBuilder getCommonObjectRequestParamsOrBuilder()
A set of parameters common to Storage API requests concerning an object.
.google.storage.v2.CommonObjectRequestParams common_object_request_params = 3;boolean hasCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 4;CommonRequestParams getCommonRequestParams()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 4;CommonRequestParamsOrBuilder getCommonRequestParamsOrBuilder()
A set of parameters common to all Storage API requests.
.google.storage.v2.CommonRequestParams common_request_params = 4;Copyright © 2021 Google LLC. All rights reserved.