public final class WorkloadOnboardingStep extends GeneratedMessageV3 implements WorkloadOnboardingStepOrBuilder
Container for workload onboarding information.
Protobuf type google.cloud.cloudcontrolspartner.v1.WorkloadOnboardingStep
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkloadOnboardingStepImplements
WorkloadOnboardingStepOrBuilderStatic Fields
COMPLETION_STATE_FIELD_NUMBER
public static final int COMPLETION_STATE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
COMPLETION_TIME_FIELD_NUMBER
public static final int COMPLETION_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STEP_FIELD_NUMBER
public static final int STEP_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static WorkloadOnboardingStep getDefaultInstance()
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static WorkloadOnboardingStep.Builder newBuilder()
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep.Builder |
newBuilder(WorkloadOnboardingStep prototype)
public static WorkloadOnboardingStep.Builder newBuilder(WorkloadOnboardingStep prototype)
Parameter | |
---|---|
Name | Description |
prototype |
WorkloadOnboardingStep |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep.Builder |
parseDelimitedFrom(InputStream input)
public static WorkloadOnboardingStep parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkloadOnboardingStep parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static WorkloadOnboardingStep parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkloadOnboardingStep parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static WorkloadOnboardingStep parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkloadOnboardingStep parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static WorkloadOnboardingStep parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkloadOnboardingStep parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static WorkloadOnboardingStep parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WorkloadOnboardingStep parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static WorkloadOnboardingStep parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkloadOnboardingStep parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<WorkloadOnboardingStep> parser()
Returns | |
---|---|
Type | Description |
Parser<WorkloadOnboardingStep> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getCompletionState()
public CompletionState getCompletionState()
Output only. The completion state of the onboarding step.
.google.cloud.cloudcontrolspartner.v1.CompletionState completion_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
CompletionState |
The completionState. |
getCompletionStateValue()
public int getCompletionStateValue()
Output only. The completion state of the onboarding step.
.google.cloud.cloudcontrolspartner.v1.CompletionState completion_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for completionState. |
getCompletionTime()
public Timestamp getCompletionTime()
The completion time of the onboarding step.
.google.protobuf.Timestamp completion_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The completionTime. |
getCompletionTimeOrBuilder()
public TimestampOrBuilder getCompletionTimeOrBuilder()
The completion time of the onboarding step.
.google.protobuf.Timestamp completion_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public WorkloadOnboardingStep getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep |
getParserForType()
public Parser<WorkloadOnboardingStep> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<WorkloadOnboardingStep> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStartTime()
public Timestamp getStartTime()
The starting time of the onboarding step.
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The starting time of the onboarding step.
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getStep()
public WorkloadOnboardingStep.Step getStep()
The onboarding step.
.google.cloud.cloudcontrolspartner.v1.WorkloadOnboardingStep.Step step = 1;
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep.Step |
The step. |
getStepValue()
public int getStepValue()
The onboarding step.
.google.cloud.cloudcontrolspartner.v1.WorkloadOnboardingStep.Step step = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for step. |
hasCompletionTime()
public boolean hasCompletionTime()
The completion time of the onboarding step.
.google.protobuf.Timestamp completion_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the completionTime field is set. |
hasStartTime()
public boolean hasStartTime()
The starting time of the onboarding step.
.google.protobuf.Timestamp start_time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public WorkloadOnboardingStep.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WorkloadOnboardingStep.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public WorkloadOnboardingStep.Builder toBuilder()
Returns | |
---|---|
Type | Description |
WorkloadOnboardingStep.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |