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 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;