public static interface ComposeObjectRequest.SourceObject.ObjectPreconditionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getIfGenerationMatch()
Only perform the composition if the generation of the source object
that would be used matches this value.
|
boolean |
hasIfGenerationMatch()
Only perform the composition if the generation of the source object
that would be used matches this value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasIfGenerationMatch()
Only perform the composition if the generation of the source object that would be used matches this value. If this value and a generation are both specified, they must be the same value or the call will fail.
optional int64 if_generation_match = 1;
long getIfGenerationMatch()
Only perform the composition if the generation of the source object that would be used matches this value. If this value and a generation are both specified, they must be the same value or the call will fail.
optional int64 if_generation_match = 1;
Copyright © 2023 Google LLC. All rights reserved.