Interface CustomerOnboardingStepOrBuilder (0.4.0)

public interface CustomerOnboardingStepOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompletionState()

public abstract CompletionState getCompletionState()

Output only. Current state of the step

.google.cloud.cloudcontrolspartner.v1.CompletionState completion_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
CompletionState

The completionState.

getCompletionStateValue()

public abstract int getCompletionStateValue()

Output only. Current state of the step

.google.cloud.cloudcontrolspartner.v1.CompletionState completion_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for completionState.

getCompletionTime()

public abstract Timestamp getCompletionTime()

The completion time of the onboarding step

.google.protobuf.Timestamp completion_time = 3;

Returns
TypeDescription
Timestamp

The completionTime.

getCompletionTimeOrBuilder()

public abstract TimestampOrBuilder getCompletionTimeOrBuilder()

The completion time of the onboarding step

.google.protobuf.Timestamp completion_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The starting time of the onboarding step

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The starting time of the onboarding step

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getStep()

public abstract CustomerOnboardingStep.Step getStep()

The onboarding step

.google.cloud.cloudcontrolspartner.v1.CustomerOnboardingStep.Step step = 1;

Returns
TypeDescription
CustomerOnboardingStep.Step

The step.

getStepValue()

public abstract int getStepValue()

The onboarding step

.google.cloud.cloudcontrolspartner.v1.CustomerOnboardingStep.Step step = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for step.

hasCompletionTime()

public abstract boolean hasCompletionTime()

The completion time of the onboarding step

.google.protobuf.Timestamp completion_time = 3;

Returns
TypeDescription
boolean

Whether the completionTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

The starting time of the onboarding step

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
boolean

Whether the startTime field is set.