Class RolloutConfig (0.87.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.87.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  RolloutConfig   extends   GeneratedMessageV3   implements   RolloutConfigOrBuilder  
   The configuration for auto rollout.
 Protobuf type google.cloud.dialogflow.cx.v3.RolloutConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  FAILURE_CONDITION_FIELD_NUMBER 
  
    
public   static   final   int   FAILURE_CONDITION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  ROLLOUT_CONDITION_FIELD_NUMBER 
  
    
public   static   final   int   ROLLOUT_CONDITION_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  ROLLOUT_STEPS_FIELD_NUMBER 
  
    
public   static   final   int   ROLLOUT_STEPS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   RolloutConfig   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   RolloutConfig . Builder   newBuilder ()  
  
  newBuilder(RolloutConfig prototype) 
  
    
public   static   RolloutConfig . Builder   newBuilder ( RolloutConfig   prototype )  
  
  
  
    
public   static   RolloutConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   RolloutConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   RolloutConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   RolloutConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   RolloutConfig   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   RolloutConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   RolloutConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   RolloutConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   RolloutConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   RolloutConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   RolloutConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   RolloutConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<RolloutConfig>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   RolloutConfig   getDefaultInstanceForType ()  
  
  getFailureCondition() 
  
    
public   String   getFailureCondition ()  
   The conditions that are used to evaluate the failure of a rollout
 step. If not specified, no rollout steps will fail. E.g. "containment_rate
 < 10% OR average_turn_count < 3". See the conditions
 reference .
 string failure_condition = 3;
    
      
        Returns  
      
        Type Description  
      
        String The failureCondition.
 
     
  
  getFailureConditionBytes() 
  
    
public   ByteString   getFailureConditionBytes ()  
   The conditions that are used to evaluate the failure of a rollout
 step. If not specified, no rollout steps will fail. E.g. "containment_rate
 < 10% OR average_turn_count < 3". See the conditions
 reference .
 string failure_condition = 3;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for failureCondition.
 
     
  
  getParserForType() 
  
    
public   Parser<RolloutConfig>   getParserForType ()  
  
  Overrides 
  
  getRolloutCondition() 
  
    
public   String   getRolloutCondition ()  
   The conditions that are used to evaluate the success of a rollout
 step. If not specified, all rollout steps will proceed to the next one
 unless failure conditions are met. E.g. "containment_rate > 60% AND
 callback_rate < 20%". See the conditions
 reference .
 string rollout_condition = 2;
    
      
        Returns  
      
        Type Description  
      
        String The rolloutCondition.
 
     
  
  getRolloutConditionBytes() 
  
    
public   ByteString   getRolloutConditionBytes ()  
   The conditions that are used to evaluate the success of a rollout
 step. If not specified, all rollout steps will proceed to the next one
 unless failure conditions are met. E.g. "containment_rate > 60% AND
 callback_rate < 20%". See the conditions
 reference .
 string rollout_condition = 2;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for rolloutCondition.
 
     
  
  getRolloutSteps(int index) 
  
    
public   RolloutConfig . RolloutStep   getRolloutSteps ( int   index )  
   Steps to roll out a flow version. Steps should be sorted by percentage in
 ascending order.
 repeated .google.cloud.dialogflow.cx.v3.RolloutConfig.RolloutStep rollout_steps = 1;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getRolloutStepsCount() 
  
    
public   int   getRolloutStepsCount ()  
   Steps to roll out a flow version. Steps should be sorted by percentage in
 ascending order.
 repeated .google.cloud.dialogflow.cx.v3.RolloutConfig.RolloutStep rollout_steps = 1;
 
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  getRolloutStepsList() 
  
    
public   List<RolloutConfig . RolloutStep >  getRolloutStepsList ()  
   Steps to roll out a flow version. Steps should be sorted by percentage in
 ascending order.
 repeated .google.cloud.dialogflow.cx.v3.RolloutConfig.RolloutStep rollout_steps = 1;
 
getRolloutStepsOrBuilder(int index) 
  
    
public   RolloutConfig . RolloutStepOrBuilder   getRolloutStepsOrBuilder ( int   index )  
   Steps to roll out a flow version. Steps should be sorted by percentage in
 ascending order.
 repeated .google.cloud.dialogflow.cx.v3.RolloutConfig.RolloutStep rollout_steps = 1;
 
    
      
        Parameter  
      
        Name Description  
      
        indexint  
     
  
  
  getRolloutStepsOrBuilderList() 
  
    
public   List <?   extends   RolloutConfig . RolloutStepOrBuilder >  getRolloutStepsOrBuilderList ()  
   Steps to roll out a flow version. Steps should be sorted by percentage in
 ascending order.
 repeated .google.cloud.dialogflow.cx.v3.RolloutConfig.RolloutStep rollout_steps = 1;
 
    
      
        Returns  
      
        Type Description  
      
        List <? extends com.google.cloud.dialogflow.cx.v3.RolloutConfig.RolloutStepOrBuilder > 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   RolloutConfig . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   RolloutConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   RolloutConfig . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  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."],[],[]]