public interface AutomationRolloutMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAdvanceAutomationRuns(int index)
Output only.
|
com.google.protobuf.ByteString |
getAdvanceAutomationRunsBytes(int index)
Output only.
|
int |
getAdvanceAutomationRunsCount()
Output only.
|
List<String> |
getAdvanceAutomationRunsList()
Output only.
|
String |
getPromoteAutomationRun()
Output only.
|
com.google.protobuf.ByteString |
getPromoteAutomationRunBytes()
Output only.
|
String |
getRepairAutomationRuns(int index)
Output only.
|
com.google.protobuf.ByteString |
getRepairAutomationRunsBytes(int index)
Output only.
|
int |
getRepairAutomationRunsCount()
Output only.
|
List<String> |
getRepairAutomationRunsList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];List<String> 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];
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];
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];
index - The index of the element to return.com.google.protobuf.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];
index - The index of the value to return.List<String> 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];
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];
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];
index - The index of the element to return.com.google.protobuf.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];
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.