public interface CustomerOnboardingStepOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompletionState()
public abstract CompletionState getCompletionState()Output only. Current state of the step
 
 .google.cloud.cloudcontrolspartner.v1beta.CompletionState completion_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
CompletionState | 
        The completionState.  | 
      
getCompletionStateValue()
public abstract int getCompletionStateValue()Output only. Current state of the step
 
 .google.cloud.cloudcontrolspartner.v1beta.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 abstract Timestamp getCompletionTime()The completion time of the onboarding step
 .google.protobuf.Timestamp completion_time = 3;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The completionTime.  | 
      
getCompletionTimeOrBuilder()
public abstract TimestampOrBuilder getCompletionTimeOrBuilder()The completion time of the onboarding step
 .google.protobuf.Timestamp completion_time = 3;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getStartTime()
public abstract Timestamp getStartTime()The starting time of the onboarding step
 .google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The startTime.  | 
      
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The starting time of the onboarding step
 .google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getStep()
public abstract CustomerOnboardingStep.Step getStep()The onboarding step
 .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingStep.Step step = 1;
| Returns | |
|---|---|
| Type | Description | 
CustomerOnboardingStep.Step | 
        The step.  | 
      
getStepValue()
public abstract int getStepValue()The onboarding step
 .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingStep.Step step = 1;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
boolean | 
        Whether the startTime field is set.  |