• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     https://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 // Generated by the protocol buffer compiler.  DO NOT EDIT!
17 // source: google/cloud/vmmigration/v1/vmmigration.proto
18 
19 package com.google.cloud.vmmigration.v1;
20 
21 public interface CloneStepOrBuilder
22     extends
23     // @@protoc_insertion_point(interface_extends:google.cloud.vmmigration.v1.CloneStep)
24     com.google.protobuf.MessageOrBuilder {
25 
26   /**
27    *
28    *
29    * <pre>
30    * Adapting OS step.
31    * </pre>
32    *
33    * <code>.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 3;</code>
34    *
35    * @return Whether the adaptingOs field is set.
36    */
hasAdaptingOs()37   boolean hasAdaptingOs();
38   /**
39    *
40    *
41    * <pre>
42    * Adapting OS step.
43    * </pre>
44    *
45    * <code>.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 3;</code>
46    *
47    * @return The adaptingOs.
48    */
getAdaptingOs()49   com.google.cloud.vmmigration.v1.AdaptingOSStep getAdaptingOs();
50   /**
51    *
52    *
53    * <pre>
54    * Adapting OS step.
55    * </pre>
56    *
57    * <code>.google.cloud.vmmigration.v1.AdaptingOSStep adapting_os = 3;</code>
58    */
getAdaptingOsOrBuilder()59   com.google.cloud.vmmigration.v1.AdaptingOSStepOrBuilder getAdaptingOsOrBuilder();
60 
61   /**
62    *
63    *
64    * <pre>
65    * Preparing VM disks step.
66    * </pre>
67    *
68    * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 4;</code>
69    *
70    * @return Whether the preparingVmDisks field is set.
71    */
hasPreparingVmDisks()72   boolean hasPreparingVmDisks();
73   /**
74    *
75    *
76    * <pre>
77    * Preparing VM disks step.
78    * </pre>
79    *
80    * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 4;</code>
81    *
82    * @return The preparingVmDisks.
83    */
getPreparingVmDisks()84   com.google.cloud.vmmigration.v1.PreparingVMDisksStep getPreparingVmDisks();
85   /**
86    *
87    *
88    * <pre>
89    * Preparing VM disks step.
90    * </pre>
91    *
92    * <code>.google.cloud.vmmigration.v1.PreparingVMDisksStep preparing_vm_disks = 4;</code>
93    */
getPreparingVmDisksOrBuilder()94   com.google.cloud.vmmigration.v1.PreparingVMDisksStepOrBuilder getPreparingVmDisksOrBuilder();
95 
96   /**
97    *
98    *
99    * <pre>
100    * Instantiating migrated VM step.
101    * </pre>
102    *
103    * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 5;
104    * </code>
105    *
106    * @return Whether the instantiatingMigratedVm field is set.
107    */
hasInstantiatingMigratedVm()108   boolean hasInstantiatingMigratedVm();
109   /**
110    *
111    *
112    * <pre>
113    * Instantiating migrated VM step.
114    * </pre>
115    *
116    * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 5;
117    * </code>
118    *
119    * @return The instantiatingMigratedVm.
120    */
getInstantiatingMigratedVm()121   com.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep getInstantiatingMigratedVm();
122   /**
123    *
124    *
125    * <pre>
126    * Instantiating migrated VM step.
127    * </pre>
128    *
129    * <code>.google.cloud.vmmigration.v1.InstantiatingMigratedVMStep instantiating_migrated_vm = 5;
130    * </code>
131    */
132   com.google.cloud.vmmigration.v1.InstantiatingMigratedVMStepOrBuilder
getInstantiatingMigratedVmOrBuilder()133       getInstantiatingMigratedVmOrBuilder();
134 
135   /**
136    *
137    *
138    * <pre>
139    * The time the step has started.
140    * </pre>
141    *
142    * <code>.google.protobuf.Timestamp start_time = 1;</code>
143    *
144    * @return Whether the startTime field is set.
145    */
hasStartTime()146   boolean hasStartTime();
147   /**
148    *
149    *
150    * <pre>
151    * The time the step has started.
152    * </pre>
153    *
154    * <code>.google.protobuf.Timestamp start_time = 1;</code>
155    *
156    * @return The startTime.
157    */
getStartTime()158   com.google.protobuf.Timestamp getStartTime();
159   /**
160    *
161    *
162    * <pre>
163    * The time the step has started.
164    * </pre>
165    *
166    * <code>.google.protobuf.Timestamp start_time = 1;</code>
167    */
getStartTimeOrBuilder()168   com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();
169 
170   /**
171    *
172    *
173    * <pre>
174    * The time the step has ended.
175    * </pre>
176    *
177    * <code>.google.protobuf.Timestamp end_time = 2;</code>
178    *
179    * @return Whether the endTime field is set.
180    */
hasEndTime()181   boolean hasEndTime();
182   /**
183    *
184    *
185    * <pre>
186    * The time the step has ended.
187    * </pre>
188    *
189    * <code>.google.protobuf.Timestamp end_time = 2;</code>
190    *
191    * @return The endTime.
192    */
getEndTime()193   com.google.protobuf.Timestamp getEndTime();
194   /**
195    *
196    *
197    * <pre>
198    * The time the step has ended.
199    * </pre>
200    *
201    * <code>.google.protobuf.Timestamp end_time = 2;</code>
202    */
getEndTimeOrBuilder()203   com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
204 
getStepCase()205   public com.google.cloud.vmmigration.v1.CloneStep.StepCase getStepCase();
206 }
207