Class AutomationRolloutMetadata (1.39.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.39.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  AutomationRolloutMetadata   extends   GeneratedMessageV3   implements   AutomationRolloutMetadataOrBuilder  
   AutomationRolloutMetadata contains Automation-related actions that
 were performed on a rollout.
 Protobuf type google.cloud.deploy.v1.AutomationRolloutMetadata
    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
   
  
  
    
public   static   final   int   ADVANCE_AUTOMATION_RUNS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   PROMOTE_AUTOMATION_RUN_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   REPAIR_AUTOMATION_RUNS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   AutomationRolloutMetadata   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   AutomationRolloutMetadata . Builder   newBuilder ()  
  
  
    
public   static   AutomationRolloutMetadata . Builder   newBuilder ( AutomationRolloutMetadata   prototype )  
  
  
  
    
public   static   AutomationRolloutMetadata   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   AutomationRolloutMetadata   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<AutomationRolloutMetadata>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   String   getAdvanceAutomationRuns ( int   index )  
   Output only. The IDs of the AutomationRuns initiated by an advance rollout
 rule.
 repeated string advance_automation_runs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The advanceAutomationRuns at the given index.
 
     
  
  
    
public   ByteString   getAdvanceAutomationRunsBytes ( int   index )  
   Output only. The IDs of the AutomationRuns initiated by an advance rollout
 rule.
 repeated string advance_automation_runs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the advanceAutomationRuns at the given index.
 
     
  
  
    
public   int   getAdvanceAutomationRunsCount ()  
   Output only. The IDs of the AutomationRuns initiated by an advance rollout
 rule.
 repeated string advance_automation_runs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        int The count of advanceAutomationRuns.
 
     
  
  
    
public   ProtocolStringList   getAdvanceAutomationRunsList ()  
   Output only. The IDs of the AutomationRuns initiated by an advance rollout
 rule.
 repeated string advance_automation_runs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
public   AutomationRolloutMetadata   getDefaultInstanceForType ()  
  
  
    
public   Parser<AutomationRolloutMetadata>   getParserForType ()  
  
  Overrides 
  
  
    
public   String   getPromoteAutomationRun ()  
   Output only. The ID of the AutomationRun initiated by a promote release
 rule.
 string promote_automation_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        String The promoteAutomationRun.
 
     
  
  
    
public   ByteString   getPromoteAutomationRunBytes ()  
   Output only. The ID of the AutomationRun initiated by a promote release
 rule.
 string promote_automation_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for promoteAutomationRun.
 
     
  
  
    
public   String   getRepairAutomationRuns ( int   index )  
   Output only. The IDs of the AutomationRuns initiated by a repair rollout
 rule.
 repeated string repair_automation_runs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The repairAutomationRuns at the given index.
 
     
  
  
    
public   ByteString   getRepairAutomationRunsBytes ( int   index )  
   Output only. The IDs of the AutomationRuns initiated by a repair rollout
 rule.
 repeated string repair_automation_runs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the repairAutomationRuns at the given index.
 
     
  
  
    
public   int   getRepairAutomationRunsCount ()  
   Output only. The IDs of the AutomationRuns initiated by a repair rollout
 rule.
 repeated string repair_automation_runs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        Returns  
      
        Type Description  
      
        int The count of repairAutomationRuns.
 
     
  
  
    
public   ProtocolStringList   getRepairAutomationRunsList ()  
   Output only. The IDs of the AutomationRuns initiated by a repair rollout
 rule.
 repeated string repair_automation_runs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   AutomationRolloutMetadata . Builder   newBuilderForType ()  
  
  
    
protected   AutomationRolloutMetadata . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   AutomationRolloutMetadata . Builder   toBuilder ()  
  
  
    
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-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."],[],[]]