public final class RolloutState extends GeneratedMessageV3 implements RolloutStateOrBuilder
State of the auto-rollout process.
Protobuf type google.cloud.dialogflow.cx.v3beta1.RolloutState
Static Fields
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value
STEP_FIELD_NUMBER
public static final int STEP_FIELD_NUMBER
Field Value
STEP_INDEX_FIELD_NUMBER
public static final int STEP_INDEX_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RolloutState getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RolloutState.Builder newBuilder()
Returns
newBuilder(RolloutState prototype)
public static RolloutState.Builder newBuilder(RolloutState prototype)
Parameter
Returns
public static RolloutState parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RolloutState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RolloutState parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RolloutState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RolloutState parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RolloutState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RolloutState parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RolloutState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RolloutState parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RolloutState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RolloutState parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RolloutState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RolloutState> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RolloutState getDefaultInstanceForType()
Returns
getParserForType()
public Parser<RolloutState> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStartTime()
public Timestamp getStartTime()
Start time of the current step.
.google.protobuf.Timestamp start_time = 2;
Returns
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Start time of the current step.
.google.protobuf.Timestamp start_time = 2;
Returns
getStep()
Display name of the current auto rollout step.
string step = 1;
Returns
Type |
Description |
String |
The step.
|
getStepBytes()
public ByteString getStepBytes()
Display name of the current auto rollout step.
string step = 1;
Returns
getStepIndex()
public int getStepIndex()
Index of the current step in the auto rollout steps list.
int32 step_index = 3;
Returns
Type |
Description |
int |
The stepIndex.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasStartTime()
public boolean hasStartTime()
Start time of the current step.
.google.protobuf.Timestamp start_time = 2;
Returns
Type |
Description |
boolean |
Whether the startTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RolloutState.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RolloutState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RolloutState.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions