Class ComposeObjectRequest.SourceObject.ObjectPreconditions.Builder (2.58.1) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.58.1keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   extends   GeneratedMessageV3 . Builder<ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder >  implements   ComposeObjectRequest . SourceObject . ObjectPreconditionsOrBuilder  
   Preconditions for a source object of a composition request.
 Protobuf type 
 google.storage.v2.ComposeObjectRequest.SourceObject.ObjectPreconditions
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int) 
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int) 
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions   build ()  
  
  buildPartial() 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions   buildPartial ()  
  
  clear() 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearIfGenerationMatch() 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   clearIfGenerationMatch ()  
   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;
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getIfGenerationMatch() 
  
    
public   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;
    
      
        Returns  
      
        Type Description  
      
        long The ifGenerationMatch.
 
     
  
  hasIfGenerationMatch() 
  
    
public   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;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the ifGenerationMatch field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeFrom(ComposeObjectRequest.SourceObject.ObjectPreconditions other) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   mergeFrom ( ComposeObjectRequest . SourceObject . ObjectPreconditions   other )  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setIfGenerationMatch(long value) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   setIfGenerationMatch ( long   value )  
   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;
    
      
        Parameter  
      
        Name Description  
      
        valuelong The ifGenerationMatch to set.
 
     
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   ComposeObjectRequest . SourceObject . ObjectPreconditions . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]