public interface WriteObjectResponseOrBuilder
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.
|
WriteObjectResponse.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, hasOneofboolean hasPersistedSize()
The total number of bytes that have been processed for the given object from all `WriteObject` calls. 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. 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;WriteObjectResponse.WriteStatusCase getWriteStatusCase()
Copyright © 2023 Google LLC. All rights reserved.