public interface QueryWriteStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getPersistedSize()
The total number of bytes that have been processed for the given object
from all `WriteObject` calls.
|
Object |
getResource()
A resource containing the metadata for the uploaded object.
|
ObjectOrBuilder |
getResourceOrBuilder()
A resource containing the metadata for the uploaded object.
|
QueryWriteStatusResponse.WriteStatusCase |
getWriteStatusCase() |
boolean |
hasPersistedSize()
The total number of bytes that have been processed for the given object
from all `WriteObject` calls.
|
boolean |
hasResource()
A resource containing the metadata for the uploaded object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPersistedSize()
The total number of bytes that have been processed for the given object from all `WriteObject` calls. This is the correct value for the 'write_offset' field to use when resuming the `WriteObject` operation. Only set if the upload has not finalized.
int64 persisted_size = 1;
long getPersistedSize()
The total number of bytes that have been processed for the given object from all `WriteObject` calls. This is the correct value for the 'write_offset' field to use when resuming the `WriteObject` operation. Only set if the upload has not finalized.
int64 persisted_size = 1;
boolean hasResource()
A resource containing the metadata for the uploaded object. Only set if the upload has finalized.
.google.storage.v2.Object resource = 2;
Object getResource()
A resource containing the metadata for the uploaded object. Only set if the upload has finalized.
.google.storage.v2.Object resource = 2;
ObjectOrBuilder getResourceOrBuilder()
A resource containing the metadata for the uploaded object. Only set if the upload has finalized.
.google.storage.v2.Object resource = 2;
QueryWriteStatusResponse.WriteStatusCase getWriteStatusCase()
Copyright © 2023 Google LLC. All rights reserved.