/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vmmigration/v1/vmmigration.proto

package com.google.cloud.vmmigration.v1;

public interface CloneStepOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vmmigration.v1.CloneStep)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * <pre>
   * Adapting OS step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 3;</code>
   *
   * @return Whether the adaptingOs field is set.
   */
  boolean hasAdaptingOs();
  /**
   *
   *
   * <pre>
   * Adapting OS step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 3;</code>
   *
   * @return The adaptingOs.
   */
  com.google.cloud.vmmigration.v1.AdaptingOSStep getAdaptingOs();
  /**
   *
   *
   * <pre>
   * Adapting OS step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 3;</code>
   */
  com.google.cloud.vmmigration.v1.AdaptingOSStepOrBuilder getAdaptingOsOrBuilder();

  /**
   *
   *
   * <pre>
   * Preparing VM disks step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 4;</code>
   *
   * @return Whether the preparingVmDisks field is set.
   */
  boolean hasPreparingVmDisks();
  /**
   *
   *
   * <pre>
   * Preparing VM disks step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 4;</code>
   *
   * @return The preparingVmDisks.
   */
  com.google.cloud.vmmigration.v1.PreparingVMDisksStep getPreparingVmDisks();
  /**
   *
   *
   * <pre>
   * Preparing VM disks step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 4;</code>
   */
  com.google.cloud.vmmigration.v1.PreparingVMDisksStepOrBuilder getPreparingVmDisksOrBuilder();

  /**
   *
   *
   * <pre>
   * Instantiating migrated VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 5;
   * </code>
   *
   * @return Whether the instantiatingMigratedVm field is set.
   */
  boolean hasInstantiatingMigratedVm();
  /**
   *
   *
   * <pre>
   * Instantiating migrated VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 5;
   * </code>
   *
   * @return The instantiatingMigratedVm.
   */
  com.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep getInstantiatingMigratedVm();
  /**
   *
   *
   * <pre>
   * Instantiating migrated VM step.
   * </pre>
   *
   * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 5;
   * </code>
   */
  com.google.cloud.vmmigration.v1.InstantiatingMigratedVMStepOrBuilder
      getInstantiatingMigratedVmOrBuilder();

  /**
   *
   *
   * <pre>
   * The time the step has started.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp start_time = 1;</code>
   *
   * @return Whether the startTime field is set.
   */
  boolean hasStartTime();
  /**
   *
   *
   * <pre>
   * The time the step has started.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp start_time = 1;</code>
   *
   * @return The startTime.
   */
  com.google.protobuf.Timestamp getStartTime();
  /**
   *
   *
   * <pre>
   * The time the step has started.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp start_time = 1;</code>
   */
  com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();

  /**
   *
   *
   * <pre>
   * The time the step has ended.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp end_time = 2;</code>
   *
   * @return Whether the endTime field is set.
   */
  boolean hasEndTime();
  /**
   *
   *
   * <pre>
   * The time the step has ended.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp end_time = 2;</code>
   *
   * @return The endTime.
   */
  com.google.protobuf.Timestamp getEndTime();
  /**
   *
   *
   * <pre>
   * The time the step has ended.
   * </pre>
   *
   * <code>.google.protobuf.Timestamp end_time = 2;</code>
   */
  com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();

  public com.google.cloud.vmmigration.v1.CloneStep.StepCase getStepCase();
}
