public final class AdvanceRolloutOperation extends GeneratedMessageV3 implements AdvanceRolloutOperationOrBuilder
Contains the information of an automated advance-rollout operation.
Protobuf type google.cloud.deploy.v1.AdvanceRolloutOperation
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
DESTINATION_PHASE_FIELD_NUMBER
public static final int DESTINATION_PHASE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ROLLOUT_FIELD_NUMBER
public static final int ROLLOUT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SOURCE_PHASE_FIELD_NUMBER
public static final int SOURCE_PHASE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
WAIT_FIELD_NUMBER
public static final int WAIT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static AdvanceRolloutOperation getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static AdvanceRolloutOperation.Builder newBuilder()
newBuilder(AdvanceRolloutOperation prototype)
public static AdvanceRolloutOperation.Builder newBuilder(AdvanceRolloutOperation prototype)
public static AdvanceRolloutOperation parseDelimitedFrom(InputStream input)
public static AdvanceRolloutOperation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static AdvanceRolloutOperation parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AdvanceRolloutOperation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static AdvanceRolloutOperation parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdvanceRolloutOperation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdvanceRolloutOperation parseFrom(CodedInputStream input)
public static AdvanceRolloutOperation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AdvanceRolloutOperation parseFrom(InputStream input)
public static AdvanceRolloutOperation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static AdvanceRolloutOperation parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AdvanceRolloutOperation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<AdvanceRolloutOperation> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public AdvanceRolloutOperation getDefaultInstanceForType()
getDestinationPhase()
public String getDestinationPhase()
Output only. The phase the rollout will be advanced to.
string destination_phase = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The destinationPhase.
|
getDestinationPhaseBytes()
public ByteString getDestinationPhaseBytes()
Output only. The phase the rollout will be advanced to.
string destination_phase = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for destinationPhase.
|
getParserForType()
public Parser<AdvanceRolloutOperation> getParserForType()
Overrides
getRollout()
public String getRollout()
Output only. The name of the rollout that initiates the AutomationRun
.
string rollout = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The rollout.
|
getRolloutBytes()
public ByteString getRolloutBytes()
Output only. The name of the rollout that initiates the AutomationRun
.
string rollout = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for rollout.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSourcePhase()
public String getSourcePhase()
Output only. The phase of a deployment that initiated the operation.
string source_phase = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The sourcePhase.
|
getSourcePhaseBytes()
public ByteString getSourcePhaseBytes()
Output only. The phase of a deployment that initiated the operation.
string source_phase = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for sourcePhase.
|
getWait()
public Duration getWait()
Output only. How long the operation will be paused.
.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Duration |
The wait.
|
getWaitOrBuilder()
public DurationOrBuilder getWaitOrBuilder()
Output only. How long the operation will be paused.
.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasWait()
Output only. How long the operation will be paused.
.google.protobuf.Duration wait = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the wait field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AdvanceRolloutOperation.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AdvanceRolloutOperation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public AdvanceRolloutOperation.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides