public interface AutomationRolloutMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdvanceAutomationRuns(int index)
public abstract String getAdvanceAutomationRuns(int index)Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
repeated string advance_automation_runs = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The advanceAutomationRuns at the given index. |
getAdvanceAutomationRunsBytes(int index)
public abstract ByteString getAdvanceAutomationRunsBytes(int index)Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
repeated string advance_automation_runs = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the advanceAutomationRuns at the given index. |
getAdvanceAutomationRunsCount()
public abstract int getAdvanceAutomationRunsCount()Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
repeated string advance_automation_runs = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of advanceAutomationRuns. |
getAdvanceAutomationRunsList()
public abstract List<String> getAdvanceAutomationRunsList()Output only. The IDs of the AutomationRuns initiated by an advance rollout rule.
repeated string advance_automation_runs = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the advanceAutomationRuns. |
getCurrentRepairAutomationRun()
public abstract String getCurrentRepairAutomationRun()Output only. The current AutomationRun repairing the rollout.
string current_repair_automation_run = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The currentRepairAutomationRun. |
getCurrentRepairAutomationRunBytes()
public abstract ByteString getCurrentRepairAutomationRunBytes()Output only. The current AutomationRun repairing the rollout.
string current_repair_automation_run = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for currentRepairAutomationRun. |
getPromoteAutomationRun()
public abstract String getPromoteAutomationRun()Output only. The ID of the AutomationRun initiated by a promote release rule.
string promote_automation_run = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The promoteAutomationRun. |
getPromoteAutomationRunBytes()
public abstract ByteString getPromoteAutomationRunBytes()Output only. The ID of the AutomationRun initiated by a promote release rule.
string promote_automation_run = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for promoteAutomationRun. |
getRepairAutomationRuns(int index)
public abstract String getRepairAutomationRuns(int index)Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
repeated string repair_automation_runs = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The repairAutomationRuns at the given index. |
getRepairAutomationRunsBytes(int index)
public abstract ByteString getRepairAutomationRunsBytes(int index)Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
repeated string repair_automation_runs = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the repairAutomationRuns at the given index. |
getRepairAutomationRunsCount()
public abstract int getRepairAutomationRunsCount()Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
repeated string repair_automation_runs = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of repairAutomationRuns. |
getRepairAutomationRunsList()
public abstract List<String> getRepairAutomationRunsList()Output only. The IDs of the AutomationRuns initiated by a repair rollout rule.
repeated string repair_automation_runs = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the repairAutomationRuns. |