Interface AutomationRolloutMetadataOrBuilder (1.39.0)

public interface AutomationRolloutMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<String>

A list containing the advanceAutomationRuns.

getPromoteAutomationRun()

public abstract 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
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<String>

A list containing the repairAutomationRuns.