Package com.google.cloud.vmmigration.v1
Interface CycleStepOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CycleStep,CycleStep.Builder
public interface CycleStepOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetEndTime()The time the cycle step has ended.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()The time the cycle step has ended.InitializingReplicationStepgetInitializingReplication()Initializing replication step.InitializingReplicationStepOrBuildergetInitializingReplicationOrBuilder()Initializing replication step.PostProcessingStepgetPostProcessing()Post processing step.PostProcessingStepOrBuildergetPostProcessingOrBuilder()Post processing step.ReplicatingStepgetReplicating()Replicating step.ReplicatingStepOrBuildergetReplicatingOrBuilder()Replicating step.com.google.protobuf.TimestampgetStartTime()The time the cycle step has started.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()The time the cycle step has started.CycleStep.StepCasegetStepCase()booleanhasEndTime()The time the cycle step has ended.booleanhasInitializingReplication()Initializing replication step.booleanhasPostProcessing()Post processing step.booleanhasReplicating()Replicating step.booleanhasStartTime()The time the cycle step has started.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInitializingReplication
boolean hasInitializingReplication()
Initializing replication step.
.google.cloud.vmmigration.v1.InitializingReplicationStep initializing_replication = 3;- Returns:
- Whether the initializingReplication field is set.
-
getInitializingReplication
InitializingReplicationStep getInitializingReplication()
Initializing replication step.
.google.cloud.vmmigration.v1.InitializingReplicationStep initializing_replication = 3;- Returns:
- The initializingReplication.
-
getInitializingReplicationOrBuilder
InitializingReplicationStepOrBuilder getInitializingReplicationOrBuilder()
Initializing replication step.
.google.cloud.vmmigration.v1.InitializingReplicationStep initializing_replication = 3;
-
hasReplicating
boolean hasReplicating()
Replicating step.
.google.cloud.vmmigration.v1.ReplicatingStep replicating = 4;- Returns:
- Whether the replicating field is set.
-
getReplicating
ReplicatingStep getReplicating()
Replicating step.
.google.cloud.vmmigration.v1.ReplicatingStep replicating = 4;- Returns:
- The replicating.
-
getReplicatingOrBuilder
ReplicatingStepOrBuilder getReplicatingOrBuilder()
Replicating step.
.google.cloud.vmmigration.v1.ReplicatingStep replicating = 4;
-
hasPostProcessing
boolean hasPostProcessing()
Post processing step.
.google.cloud.vmmigration.v1.PostProcessingStep post_processing = 5;- Returns:
- Whether the postProcessing field is set.
-
getPostProcessing
PostProcessingStep getPostProcessing()
Post processing step.
.google.cloud.vmmigration.v1.PostProcessingStep post_processing = 5;- Returns:
- The postProcessing.
-
getPostProcessingOrBuilder
PostProcessingStepOrBuilder getPostProcessingOrBuilder()
Post processing step.
.google.cloud.vmmigration.v1.PostProcessingStep post_processing = 5;
-
hasStartTime
boolean hasStartTime()
The time the cycle step has started.
.google.protobuf.Timestamp start_time = 1;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The time the cycle step has started.
.google.protobuf.Timestamp start_time = 1;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time the cycle step has started.
.google.protobuf.Timestamp start_time = 1;
-
hasEndTime
boolean hasEndTime()
The time the cycle step has ended.
.google.protobuf.Timestamp end_time = 2;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
The time the cycle step has ended.
.google.protobuf.Timestamp end_time = 2;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time the cycle step has ended.
.google.protobuf.Timestamp end_time = 2;
-
getStepCase
CycleStep.StepCase getStepCase()
-
-