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 |
data |
byte[]
|
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 |
obj |
Object
|
Overrides
public String getAdvanceAutomationRuns(int index)
Output only. The names of the AutomationRuns initiated by an advance
rollout rule.
repeated string advance_automation_runs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
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 names of the AutomationRuns initiated by an advance
rollout rule.
repeated string advance_automation_runs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
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 names 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 names 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 name 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 name 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 names of the AutomationRuns initiated by a repair rollout
rule.
repeated string repair_automation_runs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
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 names of the AutomationRuns initiated by a repair rollout
rule.
repeated string repair_automation_runs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
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 names 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 names 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