public interface RewriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDone()
`true` if the copy is finished; otherwise, `false` if
the copy is in progress.
|
long |
getObjectSize()
The total size of the object being copied in bytes.
|
Object |
getResource()
A resource containing the metadata for the copied-to object.
|
ObjectOrBuilder |
getResourceOrBuilder()
A resource containing the metadata for the copied-to object.
|
String |
getRewriteToken()
A token to use in subsequent requests to continue copying data.
|
com.google.protobuf.ByteString |
getRewriteTokenBytes()
A token to use in subsequent requests to continue copying data.
|
long |
getTotalBytesRewritten()
The total bytes written so far, which can be used to provide a waiting user
with a progress indicator.
|
boolean |
hasResource()
A resource containing the metadata for the copied-to object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getTotalBytesRewritten()
The total bytes written so far, which can be used to provide a waiting user with a progress indicator. This property is always present in the response.
int64 total_bytes_rewritten = 1;
long getObjectSize()
The total size of the object being copied in bytes. This property is always present in the response.
int64 object_size = 2;
boolean getDone()
`true` if the copy is finished; otherwise, `false` if the copy is in progress. This property is always present in the response.
bool done = 3;
String getRewriteToken()
A token to use in subsequent requests to continue copying data. This token is present in the response only when there is more data to copy.
string rewrite_token = 4;
com.google.protobuf.ByteString getRewriteTokenBytes()
A token to use in subsequent requests to continue copying data. This token is present in the response only when there is more data to copy.
string rewrite_token = 4;
boolean hasResource()
A resource containing the metadata for the copied-to object. This property is present in the response only when copying completes.
.google.storage.v2.Object resource = 5;
Object getResource()
A resource containing the metadata for the copied-to object. This property is present in the response only when copying completes.
.google.storage.v2.Object resource = 5;
ObjectOrBuilder getResourceOrBuilder()
A resource containing the metadata for the copied-to object. This property is present in the response only when copying completes.
.google.storage.v2.Object resource = 5;
Copyright © 2023 Google LLC. All rights reserved.