public static interface ComposeObjectRequest.SourceObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getGeneration()
The generation of this object to use as the source.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
ComposeObjectRequest.SourceObject.ObjectPreconditions |
getObjectPreconditions()
Conditions that must be met for this operation to execute.
|
ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder |
getObjectPreconditionsOrBuilder()
Conditions that must be met for this operation to execute.
|
boolean |
hasObjectPreconditions()
Conditions that must be met for this operation to execute.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
Required. The source object's name. All source objects must reside in the same bucket.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.ByteString getNameBytes()
Required. The source object's name. All source objects must reside in the same bucket.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
long getGeneration()
The generation of this object to use as the source.
int64 generation = 2;
boolean hasObjectPreconditions()
Conditions that must be met for this operation to execute.
.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3;
ComposeObjectRequest.SourceObject.ObjectPreconditions getObjectPreconditions()
Conditions that must be met for this operation to execute.
.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3;
ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder getObjectPreconditionsOrBuilder()
Conditions that must be met for this operation to execute.
.google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions object_preconditions = 3;
Copyright © 2023 Google LLC. All rights reserved.