Class CreateChildRolloutJobRun.Builder (1.54.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.54.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  CreateChildRolloutJobRun . Builder   extends   GeneratedMessageV3 . Builder<CreateChildRolloutJobRun . Builder >  implements   CreateChildRolloutJobRunOrBuilder  
   CreateChildRolloutJobRun contains information specific to a
 createChildRollout JobRun.
 Protobuf type google.cloud.deploy.v1.CreateChildRolloutJobRun
    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   CreateChildRolloutJobRun . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   CreateChildRolloutJobRun   build ()  
  
  buildPartial() 
  
    
public   CreateChildRolloutJobRun   buildPartial ()  
  
  clear() 
  
    
public   CreateChildRolloutJobRun . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   CreateChildRolloutJobRun . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   CreateChildRolloutJobRun . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clearRollout() 
  
    
public   CreateChildRolloutJobRun . Builder   clearRollout ()  
   Output only. Name of the ChildRollout. Format is
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
 string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearRolloutPhaseId() 
  
    
public   CreateChildRolloutJobRun . Builder   clearRolloutPhaseId ()  
   Output only. The ID of the childRollout Phase initiated by this JobRun.
 string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone() 
  
    
public   CreateChildRolloutJobRun . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   CreateChildRolloutJobRun   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getRollout() 
  
    
public   String   getRollout ()  
   Output only. Name of the ChildRollout. Format is
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
 string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The rollout.
 
     
  
  getRolloutBytes() 
  
    
public   ByteString   getRolloutBytes ()  
   Output only. Name of the ChildRollout. Format is
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
 string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for rollout.
 
     
  
  getRolloutPhaseId() 
  
    
public   String   getRolloutPhaseId ()  
   Output only. The ID of the childRollout Phase initiated by this JobRun.
 string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The rolloutPhaseId.
 
     
  
  getRolloutPhaseIdBytes() 
  
    
public   ByteString   getRolloutPhaseIdBytes ()  
   Output only. The ID of the childRollout Phase initiated by this JobRun.
 string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for rolloutPhaseId.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(CreateChildRolloutJobRun other) 
  
    
public   CreateChildRolloutJobRun . Builder   mergeFrom ( CreateChildRolloutJobRun   other )  
  
  
  
    
public   CreateChildRolloutJobRun . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   CreateChildRolloutJobRun . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   CreateChildRolloutJobRun . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   CreateChildRolloutJobRun . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   CreateChildRolloutJobRun . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setRollout(String value) 
  
    
public   CreateChildRolloutJobRun . Builder   setRollout ( String   value )  
   Output only. Name of the ChildRollout. Format is
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
 string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Parameter  
      
        Name Description  
      
        valueString The rollout to set.
 
     
  
  
  setRolloutBytes(ByteString value) 
  
    
public   CreateChildRolloutJobRun . Builder   setRolloutBytes ( ByteString   value )  
   Output only. Name of the ChildRollout. Format is
 projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
 string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for rollout to set.
 
     
  
  
  setRolloutPhaseId(String value) 
  
    
public   CreateChildRolloutJobRun . Builder   setRolloutPhaseId ( String   value )  
   Output only. The ID of the childRollout Phase initiated by this JobRun.
 string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Parameter  
      
        Name Description  
      
        valueString The rolloutPhaseId to set.
 
     
  
  
  setRolloutPhaseIdBytes(ByteString value) 
  
    
public   CreateChildRolloutJobRun . Builder   setRolloutPhaseIdBytes ( ByteString   value )  
   Output only. The ID of the childRollout Phase initiated by this JobRun.
 string rollout_phase_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Parameter  
      
        Name Description  
      
        valueByteString The bytes for rolloutPhaseId to set.
 
     
  
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   CreateChildRolloutJobRun . 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-28 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-28 UTC."],[],[]]