google-cloud-vm_migration-v1 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdc20c41b05e894370091dcde1bf55bf5523334dc4c71dd2542ba846d595e891
4
- data.tar.gz: 296c51c434c329905be1683804c96548f5f38713f2327c72d221c757894c544b
3
+ metadata.gz: 904a430b29dddaa1bc9a30e9a11fa304addede567515f402dae687ee86193286
4
+ data.tar.gz: b6e5b417016716c0a0bb6db2a66174412e5ad93192b1a8c4d336abdbd887483e
5
5
  SHA512:
6
- metadata.gz: b3dddba1c134f4dca8b66891c8e3afd5330dca05daeff931d646aba700aaed09eba86ba9119520d76ce5545769a5a98723be15b2756a88bd8e8a20544b2c7dd1
7
- data.tar.gz: bf56fbe0ab6d976db4f3472d09b0afe1e1935aa42162962e06afd1d1896ce009040178c4f2e871d92acffe885bddc583581989f1e97a357d933cf8c809eeedb4
6
+ metadata.gz: fc70f33c19980ec4877a15526e2e41040740cdc64f1a1188a4464bfee5ccf61a1e828b144e2e94be586a22f51859a08119b1a01dee82533079a74f749072583f
7
+ data.tar.gz: 73870481b873a57e2be64e9739752375054c5e2b619e90ad0f2db40f5f481722f653d53c447717051e3722d1f40bc851c92041702a48bb3182b7878313356ddb
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VMMigration
23
23
  module V1
24
- VERSION = "0.5.0"
24
+ VERSION = "0.6.0"
25
25
  end
26
26
  end
27
27
  end
@@ -4900,9 +4900,9 @@ module Google
4900
4900
  # * (`String`) The path to a service account key file in JSON format
4901
4901
  # * (`Hash`) A service account key as a Hash
4902
4902
  # * (`Google::Auth::Credentials`) A googleauth credentials object
4903
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
4903
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
4904
4904
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
4905
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
4905
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
4906
4906
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
4907
4907
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
4908
4908
  # * (`nil`) indicating no credentials
@@ -620,9 +620,9 @@ module Google
620
620
  # * (`String`) The path to a service account key file in JSON format
621
621
  # * (`Hash`) A service account key as a Hash
622
622
  # * (`Google::Auth::Credentials`) A googleauth credentials object
623
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
623
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
624
624
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
625
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
625
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
626
626
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
627
627
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
628
628
  # * (`nil`) indicating no credentials
@@ -3600,9 +3600,9 @@ module Google
3600
3600
  # * (`String`) The path to a service account key file in JSON format
3601
3601
  # * (`Hash`) A service account key as a Hash
3602
3602
  # * (`Google::Auth::Credentials`) A googleauth credentials object
3603
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
3603
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
3604
3604
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
3605
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
3605
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
3606
3606
  # * (`nil`) indicating no credentials
3607
3607
  # @return [::Object]
3608
3608
  # @!attribute [rw] scope
@@ -411,9 +411,9 @@ module Google
411
411
  # * (`String`) The path to a service account key file in JSON format
412
412
  # * (`Hash`) A service account key as a Hash
413
413
  # * (`Google::Auth::Credentials`) A googleauth credentials object
414
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
414
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
415
415
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
416
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
416
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
417
417
  # * (`nil`) indicating no credentials
418
418
  # @return [::Object]
419
419
  # @!attribute [rw] scope
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
3
  # source: google/cloud/vmmigration/v1/vmmigration.proto
3
4
 
@@ -14,822 +15,36 @@ require 'google/protobuf/timestamp_pb'
14
15
  require 'google/rpc/error_details_pb'
15
16
  require 'google/rpc/status_pb'
16
17
 
17
- Google::Protobuf::DescriptorPool.generated_pool.build do
18
- add_file("google/cloud/vmmigration/v1/vmmigration.proto", :syntax => :proto3) do
19
- add_message "google.cloud.vmmigration.v1.ReplicationCycle" do
20
- optional :name, :string, 13
21
- optional :cycle_number, :int32, 10
22
- optional :start_time, :message, 1, "google.protobuf.Timestamp"
23
- optional :end_time, :message, 6, "google.protobuf.Timestamp"
24
- optional :total_pause_duration, :message, 7, "google.protobuf.Duration"
25
- optional :progress_percent, :int32, 5
26
- repeated :steps, :message, 9, "google.cloud.vmmigration.v1.CycleStep"
27
- optional :state, :enum, 11, "google.cloud.vmmigration.v1.ReplicationCycle.State"
28
- optional :error, :message, 12, "google.rpc.Status"
29
- end
30
- add_enum "google.cloud.vmmigration.v1.ReplicationCycle.State" do
31
- value :STATE_UNSPECIFIED, 0
32
- value :RUNNING, 1
33
- value :PAUSED, 2
34
- value :FAILED, 3
35
- value :SUCCEEDED, 4
36
- end
37
- add_message "google.cloud.vmmigration.v1.CycleStep" do
38
- optional :start_time, :message, 1, "google.protobuf.Timestamp"
39
- optional :end_time, :message, 2, "google.protobuf.Timestamp"
40
- oneof :step do
41
- optional :initializing_replication, :message, 3, "google.cloud.vmmigration.v1.InitializingReplicationStep"
42
- optional :replicating, :message, 4, "google.cloud.vmmigration.v1.ReplicatingStep"
43
- optional :post_processing, :message, 5, "google.cloud.vmmigration.v1.PostProcessingStep"
44
- end
45
- end
46
- add_message "google.cloud.vmmigration.v1.InitializingReplicationStep" do
47
- end
48
- add_message "google.cloud.vmmigration.v1.ReplicatingStep" do
49
- optional :total_bytes, :int64, 1
50
- optional :replicated_bytes, :int64, 2
51
- optional :last_two_minutes_average_bytes_per_second, :int64, 3
52
- optional :last_thirty_minutes_average_bytes_per_second, :int64, 4
53
- end
54
- add_message "google.cloud.vmmigration.v1.PostProcessingStep" do
55
- end
56
- add_message "google.cloud.vmmigration.v1.ReplicationSync" do
57
- optional :last_sync_time, :message, 1, "google.protobuf.Timestamp"
58
- end
59
- add_message "google.cloud.vmmigration.v1.MigratingVm" do
60
- optional :name, :string, 1
61
- optional :source_vm_id, :string, 2
62
- optional :display_name, :string, 18
63
- optional :description, :string, 3
64
- optional :policy, :message, 8, "google.cloud.vmmigration.v1.SchedulePolicy"
65
- optional :create_time, :message, 9, "google.protobuf.Timestamp"
66
- optional :update_time, :message, 10, "google.protobuf.Timestamp"
67
- optional :last_sync, :message, 11, "google.cloud.vmmigration.v1.ReplicationSync"
68
- optional :state, :enum, 23, "google.cloud.vmmigration.v1.MigratingVm.State"
69
- optional :state_time, :message, 22, "google.protobuf.Timestamp"
70
- optional :current_sync_info, :message, 13, "google.cloud.vmmigration.v1.ReplicationCycle"
71
- optional :group, :string, 15
72
- map :labels, :string, :string, 16
73
- repeated :recent_clone_jobs, :message, 17, "google.cloud.vmmigration.v1.CloneJob"
74
- optional :error, :message, 19, "google.rpc.Status"
75
- repeated :recent_cutover_jobs, :message, 20, "google.cloud.vmmigration.v1.CutoverJob"
76
- oneof :target_vm_defaults do
77
- optional :compute_engine_target_defaults, :message, 26, "google.cloud.vmmigration.v1.ComputeEngineTargetDefaults"
78
- end
79
- oneof :source_vm_details do
80
- optional :aws_source_vm_details, :message, 29, "google.cloud.vmmigration.v1.AwsSourceVmDetails"
81
- end
82
- end
83
- add_enum "google.cloud.vmmigration.v1.MigratingVm.State" do
84
- value :STATE_UNSPECIFIED, 0
85
- value :PENDING, 1
86
- value :READY, 2
87
- value :FIRST_SYNC, 3
88
- value :ACTIVE, 4
89
- value :CUTTING_OVER, 7
90
- value :CUTOVER, 8
91
- value :FINAL_SYNC, 9
92
- value :PAUSED, 10
93
- value :FINALIZING, 11
94
- value :FINALIZED, 12
95
- value :ERROR, 13
96
- end
97
- add_message "google.cloud.vmmigration.v1.CloneJob" do
98
- optional :create_time, :message, 1, "google.protobuf.Timestamp"
99
- optional :end_time, :message, 22, "google.protobuf.Timestamp"
100
- optional :name, :string, 3
101
- optional :state, :enum, 12, "google.cloud.vmmigration.v1.CloneJob.State"
102
- optional :state_time, :message, 14, "google.protobuf.Timestamp"
103
- optional :error, :message, 17, "google.rpc.Status"
104
- repeated :steps, :message, 23, "google.cloud.vmmigration.v1.CloneStep"
105
- oneof :target_vm_details do
106
- optional :compute_engine_target_details, :message, 20, "google.cloud.vmmigration.v1.ComputeEngineTargetDetails"
107
- end
108
- end
109
- add_enum "google.cloud.vmmigration.v1.CloneJob.State" do
110
- value :STATE_UNSPECIFIED, 0
111
- value :PENDING, 1
112
- value :ACTIVE, 2
113
- value :FAILED, 3
114
- value :SUCCEEDED, 4
115
- value :CANCELLED, 5
116
- value :CANCELLING, 6
117
- value :ADAPTING_OS, 7
118
- end
119
- add_message "google.cloud.vmmigration.v1.CloneStep" do
120
- optional :start_time, :message, 1, "google.protobuf.Timestamp"
121
- optional :end_time, :message, 2, "google.protobuf.Timestamp"
122
- oneof :step do
123
- optional :adapting_os, :message, 3, "google.cloud.vmmigration.v1.AdaptingOSStep"
124
- optional :preparing_vm_disks, :message, 4, "google.cloud.vmmigration.v1.PreparingVMDisksStep"
125
- optional :instantiating_migrated_vm, :message, 5, "google.cloud.vmmigration.v1.InstantiatingMigratedVMStep"
126
- end
127
- end
128
- add_message "google.cloud.vmmigration.v1.AdaptingOSStep" do
129
- end
130
- add_message "google.cloud.vmmigration.v1.PreparingVMDisksStep" do
131
- end
132
- add_message "google.cloud.vmmigration.v1.InstantiatingMigratedVMStep" do
133
- end
134
- add_message "google.cloud.vmmigration.v1.CutoverJob" do
135
- optional :create_time, :message, 1, "google.protobuf.Timestamp"
136
- optional :end_time, :message, 16, "google.protobuf.Timestamp"
137
- optional :name, :string, 3
138
- optional :state, :enum, 5, "google.cloud.vmmigration.v1.CutoverJob.State"
139
- optional :state_time, :message, 6, "google.protobuf.Timestamp"
140
- optional :progress_percent, :int32, 13
141
- optional :error, :message, 9, "google.rpc.Status"
142
- optional :state_message, :string, 10
143
- repeated :steps, :message, 17, "google.cloud.vmmigration.v1.CutoverStep"
144
- oneof :target_vm_details do
145
- optional :compute_engine_target_details, :message, 14, "google.cloud.vmmigration.v1.ComputeEngineTargetDetails"
146
- end
147
- end
148
- add_enum "google.cloud.vmmigration.v1.CutoverJob.State" do
149
- value :STATE_UNSPECIFIED, 0
150
- value :PENDING, 1
151
- value :FAILED, 2
152
- value :SUCCEEDED, 3
153
- value :CANCELLED, 4
154
- value :CANCELLING, 5
155
- value :ACTIVE, 6
156
- value :ADAPTING_OS, 7
157
- end
158
- add_message "google.cloud.vmmigration.v1.CutoverStep" do
159
- optional :start_time, :message, 1, "google.protobuf.Timestamp"
160
- optional :end_time, :message, 2, "google.protobuf.Timestamp"
161
- oneof :step do
162
- optional :previous_replication_cycle, :message, 3, "google.cloud.vmmigration.v1.ReplicationCycle"
163
- optional :shutting_down_source_vm, :message, 4, "google.cloud.vmmigration.v1.ShuttingDownSourceVMStep"
164
- optional :final_sync, :message, 5, "google.cloud.vmmigration.v1.ReplicationCycle"
165
- optional :preparing_vm_disks, :message, 6, "google.cloud.vmmigration.v1.PreparingVMDisksStep"
166
- optional :instantiating_migrated_vm, :message, 7, "google.cloud.vmmigration.v1.InstantiatingMigratedVMStep"
167
- end
168
- end
169
- add_message "google.cloud.vmmigration.v1.ShuttingDownSourceVMStep" do
170
- end
171
- add_message "google.cloud.vmmigration.v1.CreateCloneJobRequest" do
172
- optional :parent, :string, 1
173
- optional :clone_job_id, :string, 2
174
- optional :clone_job, :message, 3, "google.cloud.vmmigration.v1.CloneJob"
175
- optional :request_id, :string, 4
176
- end
177
- add_message "google.cloud.vmmigration.v1.CancelCloneJobRequest" do
178
- optional :name, :string, 1
179
- end
180
- add_message "google.cloud.vmmigration.v1.CancelCloneJobResponse" do
181
- end
182
- add_message "google.cloud.vmmigration.v1.ListCloneJobsRequest" do
183
- optional :parent, :string, 1
184
- optional :page_size, :int32, 2
185
- optional :page_token, :string, 3
186
- optional :filter, :string, 4
187
- optional :order_by, :string, 5
188
- end
189
- add_message "google.cloud.vmmigration.v1.ListCloneJobsResponse" do
190
- repeated :clone_jobs, :message, 1, "google.cloud.vmmigration.v1.CloneJob"
191
- optional :next_page_token, :string, 2
192
- repeated :unreachable, :string, 3
193
- end
194
- add_message "google.cloud.vmmigration.v1.GetCloneJobRequest" do
195
- optional :name, :string, 1
196
- end
197
- add_message "google.cloud.vmmigration.v1.Source" do
198
- optional :name, :string, 1
199
- optional :create_time, :message, 2, "google.protobuf.Timestamp"
200
- optional :update_time, :message, 3, "google.protobuf.Timestamp"
201
- map :labels, :string, :string, 4
202
- optional :description, :string, 6
203
- oneof :source_details do
204
- optional :vmware, :message, 10, "google.cloud.vmmigration.v1.VmwareSourceDetails"
205
- optional :aws, :message, 12, "google.cloud.vmmigration.v1.AwsSourceDetails"
206
- end
207
- end
208
- add_message "google.cloud.vmmigration.v1.VmwareSourceDetails" do
209
- optional :username, :string, 1
210
- optional :password, :string, 2
211
- optional :vcenter_ip, :string, 3
212
- optional :thumbprint, :string, 4
213
- end
214
- add_message "google.cloud.vmmigration.v1.AwsSourceDetails" do
215
- optional :aws_region, :string, 3
216
- optional :state, :enum, 4, "google.cloud.vmmigration.v1.AwsSourceDetails.State"
217
- optional :error, :message, 5, "google.rpc.Status"
218
- repeated :inventory_tag_list, :message, 10, "google.cloud.vmmigration.v1.AwsSourceDetails.Tag"
219
- repeated :inventory_security_group_names, :string, 7
220
- map :migration_resources_user_tags, :string, :string, 8
221
- optional :public_ip, :string, 9
222
- oneof :credentials_type do
223
- optional :access_key_creds, :message, 11, "google.cloud.vmmigration.v1.AwsSourceDetails.AccessKeyCredentials"
224
- end
225
- end
226
- add_message "google.cloud.vmmigration.v1.AwsSourceDetails.AccessKeyCredentials" do
227
- optional :access_key_id, :string, 1
228
- optional :secret_access_key, :string, 2
229
- end
230
- add_message "google.cloud.vmmigration.v1.AwsSourceDetails.Tag" do
231
- optional :key, :string, 1
232
- optional :value, :string, 2
233
- end
234
- add_enum "google.cloud.vmmigration.v1.AwsSourceDetails.State" do
235
- value :STATE_UNSPECIFIED, 0
236
- value :PENDING, 1
237
- value :FAILED, 2
238
- value :ACTIVE, 3
239
- end
240
- add_message "google.cloud.vmmigration.v1.DatacenterConnector" do
241
- optional :create_time, :message, 1, "google.protobuf.Timestamp"
242
- optional :update_time, :message, 2, "google.protobuf.Timestamp"
243
- optional :name, :string, 3
244
- optional :registration_id, :string, 12
245
- optional :service_account, :string, 5
246
- optional :version, :string, 6
247
- optional :bucket, :string, 10
248
- optional :state, :enum, 7, "google.cloud.vmmigration.v1.DatacenterConnector.State"
249
- optional :state_time, :message, 8, "google.protobuf.Timestamp"
250
- optional :error, :message, 11, "google.rpc.Status"
251
- optional :appliance_infrastructure_version, :string, 13
252
- optional :appliance_software_version, :string, 14
253
- optional :available_versions, :message, 15, "google.cloud.vmmigration.v1.AvailableUpdates"
254
- optional :upgrade_status, :message, 16, "google.cloud.vmmigration.v1.UpgradeStatus"
255
- end
256
- add_enum "google.cloud.vmmigration.v1.DatacenterConnector.State" do
257
- value :STATE_UNSPECIFIED, 0
258
- value :PENDING, 1
259
- value :OFFLINE, 2
260
- value :FAILED, 3
261
- value :ACTIVE, 4
262
- end
263
- add_message "google.cloud.vmmigration.v1.UpgradeStatus" do
264
- optional :version, :string, 1
265
- optional :state, :enum, 2, "google.cloud.vmmigration.v1.UpgradeStatus.State"
266
- optional :error, :message, 3, "google.rpc.Status"
267
- optional :start_time, :message, 4, "google.protobuf.Timestamp"
268
- optional :previous_version, :string, 5
269
- end
270
- add_enum "google.cloud.vmmigration.v1.UpgradeStatus.State" do
271
- value :STATE_UNSPECIFIED, 0
272
- value :RUNNING, 1
273
- value :FAILED, 2
274
- value :SUCCEEDED, 3
275
- end
276
- add_message "google.cloud.vmmigration.v1.AvailableUpdates" do
277
- optional :new_deployable_appliance, :message, 1, "google.cloud.vmmigration.v1.ApplianceVersion"
278
- optional :in_place_update, :message, 2, "google.cloud.vmmigration.v1.ApplianceVersion"
279
- end
280
- add_message "google.cloud.vmmigration.v1.ApplianceVersion" do
281
- optional :version, :string, 1
282
- optional :uri, :string, 2
283
- optional :critical, :bool, 3
284
- optional :release_notes_uri, :string, 4
285
- end
286
- add_message "google.cloud.vmmigration.v1.ListSourcesRequest" do
287
- optional :parent, :string, 1
288
- optional :page_size, :int32, 2
289
- optional :page_token, :string, 3
290
- optional :filter, :string, 4
291
- optional :order_by, :string, 5
292
- end
293
- add_message "google.cloud.vmmigration.v1.ListSourcesResponse" do
294
- repeated :sources, :message, 1, "google.cloud.vmmigration.v1.Source"
295
- optional :next_page_token, :string, 2
296
- repeated :unreachable, :string, 3
297
- end
298
- add_message "google.cloud.vmmigration.v1.GetSourceRequest" do
299
- optional :name, :string, 1
300
- end
301
- add_message "google.cloud.vmmigration.v1.CreateSourceRequest" do
302
- optional :parent, :string, 1
303
- optional :source_id, :string, 2
304
- optional :source, :message, 3, "google.cloud.vmmigration.v1.Source"
305
- optional :request_id, :string, 4
306
- end
307
- add_message "google.cloud.vmmigration.v1.UpdateSourceRequest" do
308
- optional :update_mask, :message, 1, "google.protobuf.FieldMask"
309
- optional :source, :message, 2, "google.cloud.vmmigration.v1.Source"
310
- optional :request_id, :string, 3
311
- end
312
- add_message "google.cloud.vmmigration.v1.DeleteSourceRequest" do
313
- optional :name, :string, 1
314
- optional :request_id, :string, 2
315
- end
316
- add_message "google.cloud.vmmigration.v1.FetchInventoryRequest" do
317
- optional :source, :string, 1
318
- optional :force_refresh, :bool, 2
319
- end
320
- add_message "google.cloud.vmmigration.v1.VmwareVmDetails" do
321
- optional :vm_id, :string, 1
322
- optional :datacenter_id, :string, 2
323
- optional :datacenter_description, :string, 3
324
- optional :uuid, :string, 4
325
- optional :display_name, :string, 5
326
- optional :power_state, :enum, 6, "google.cloud.vmmigration.v1.VmwareVmDetails.PowerState"
327
- optional :cpu_count, :int32, 7
328
- optional :memory_mb, :int32, 8
329
- optional :disk_count, :int32, 9
330
- optional :committed_storage_mb, :int64, 12
331
- optional :guest_description, :string, 11
332
- optional :boot_option, :enum, 13, "google.cloud.vmmigration.v1.VmwareVmDetails.BootOption"
333
- end
334
- add_enum "google.cloud.vmmigration.v1.VmwareVmDetails.PowerState" do
335
- value :POWER_STATE_UNSPECIFIED, 0
336
- value :ON, 1
337
- value :OFF, 2
338
- value :SUSPENDED, 3
339
- end
340
- add_enum "google.cloud.vmmigration.v1.VmwareVmDetails.BootOption" do
341
- value :BOOT_OPTION_UNSPECIFIED, 0
342
- value :EFI, 1
343
- value :BIOS, 2
344
- end
345
- add_message "google.cloud.vmmigration.v1.AwsVmDetails" do
346
- optional :vm_id, :string, 1
347
- optional :display_name, :string, 2
348
- optional :source_id, :string, 3
349
- optional :source_description, :string, 4
350
- optional :power_state, :enum, 5, "google.cloud.vmmigration.v1.AwsVmDetails.PowerState"
351
- optional :cpu_count, :int32, 6
352
- optional :memory_mb, :int32, 7
353
- optional :disk_count, :int32, 8
354
- optional :committed_storage_mb, :int64, 9
355
- optional :os_description, :string, 10
356
- optional :boot_option, :enum, 11, "google.cloud.vmmigration.v1.AwsVmDetails.BootOption"
357
- optional :instance_type, :string, 12
358
- optional :vpc_id, :string, 13
359
- repeated :security_groups, :message, 14, "google.cloud.vmmigration.v1.AwsSecurityGroup"
360
- map :tags, :string, :string, 15
361
- optional :zone, :string, 16
362
- optional :virtualization_type, :enum, 17, "google.cloud.vmmigration.v1.AwsVmDetails.VmVirtualizationType"
363
- optional :architecture, :enum, 18, "google.cloud.vmmigration.v1.AwsVmDetails.VmArchitecture"
364
- end
365
- add_enum "google.cloud.vmmigration.v1.AwsVmDetails.PowerState" do
366
- value :POWER_STATE_UNSPECIFIED, 0
367
- value :ON, 1
368
- value :OFF, 2
369
- value :SUSPENDED, 3
370
- value :PENDING, 4
371
- end
372
- add_enum "google.cloud.vmmigration.v1.AwsVmDetails.BootOption" do
373
- value :BOOT_OPTION_UNSPECIFIED, 0
374
- value :EFI, 1
375
- value :BIOS, 2
376
- end
377
- add_enum "google.cloud.vmmigration.v1.AwsVmDetails.VmVirtualizationType" do
378
- value :VM_VIRTUALIZATION_TYPE_UNSPECIFIED, 0
379
- value :HVM, 1
380
- value :PARAVIRTUAL, 2
381
- end
382
- add_enum "google.cloud.vmmigration.v1.AwsVmDetails.VmArchitecture" do
383
- value :VM_ARCHITECTURE_UNSPECIFIED, 0
384
- value :I386, 1
385
- value :X86_64, 2
386
- value :ARM64, 3
387
- value :X86_64_MAC, 4
388
- end
389
- add_message "google.cloud.vmmigration.v1.AwsSecurityGroup" do
390
- optional :id, :string, 1
391
- optional :name, :string, 2
392
- end
393
- add_message "google.cloud.vmmigration.v1.VmwareVmsDetails" do
394
- repeated :details, :message, 1, "google.cloud.vmmigration.v1.VmwareVmDetails"
395
- end
396
- add_message "google.cloud.vmmigration.v1.AwsVmsDetails" do
397
- repeated :details, :message, 1, "google.cloud.vmmigration.v1.AwsVmDetails"
398
- end
399
- add_message "google.cloud.vmmigration.v1.FetchInventoryResponse" do
400
- optional :update_time, :message, 2, "google.protobuf.Timestamp"
401
- oneof :SourceVms do
402
- optional :vmware_vms, :message, 1, "google.cloud.vmmigration.v1.VmwareVmsDetails"
403
- optional :aws_vms, :message, 3, "google.cloud.vmmigration.v1.AwsVmsDetails"
404
- end
405
- end
406
- add_message "google.cloud.vmmigration.v1.UtilizationReport" do
407
- optional :name, :string, 1
408
- optional :display_name, :string, 2
409
- optional :state, :enum, 3, "google.cloud.vmmigration.v1.UtilizationReport.State"
410
- optional :state_time, :message, 4, "google.protobuf.Timestamp"
411
- optional :error, :message, 5, "google.rpc.Status"
412
- optional :create_time, :message, 6, "google.protobuf.Timestamp"
413
- optional :time_frame, :enum, 7, "google.cloud.vmmigration.v1.UtilizationReport.TimeFrame"
414
- optional :frame_end_time, :message, 8, "google.protobuf.Timestamp"
415
- optional :vm_count, :int32, 9
416
- repeated :vms, :message, 10, "google.cloud.vmmigration.v1.VmUtilizationInfo"
417
- end
418
- add_enum "google.cloud.vmmigration.v1.UtilizationReport.State" do
419
- value :STATE_UNSPECIFIED, 0
420
- value :CREATING, 1
421
- value :SUCCEEDED, 2
422
- value :FAILED, 3
423
- end
424
- add_enum "google.cloud.vmmigration.v1.UtilizationReport.TimeFrame" do
425
- value :TIME_FRAME_UNSPECIFIED, 0
426
- value :WEEK, 1
427
- value :MONTH, 2
428
- value :YEAR, 3
429
- end
430
- add_message "google.cloud.vmmigration.v1.VmUtilizationInfo" do
431
- optional :vm_id, :string, 3
432
- optional :utilization, :message, 2, "google.cloud.vmmigration.v1.VmUtilizationMetrics"
433
- oneof :VmDetails do
434
- optional :vmware_vm_details, :message, 1, "google.cloud.vmmigration.v1.VmwareVmDetails"
435
- end
436
- end
437
- add_message "google.cloud.vmmigration.v1.VmUtilizationMetrics" do
438
- optional :cpu_max_percent, :int32, 9
439
- optional :cpu_average_percent, :int32, 10
440
- optional :memory_max_percent, :int32, 11
441
- optional :memory_average_percent, :int32, 12
442
- optional :disk_io_rate_max_kbps, :int64, 13
443
- optional :disk_io_rate_average_kbps, :int64, 14
444
- optional :network_throughput_max_kbps, :int64, 15
445
- optional :network_throughput_average_kbps, :int64, 16
446
- end
447
- add_message "google.cloud.vmmigration.v1.ListUtilizationReportsRequest" do
448
- optional :parent, :string, 1
449
- optional :view, :enum, 2, "google.cloud.vmmigration.v1.UtilizationReportView"
450
- optional :page_size, :int32, 3
451
- optional :page_token, :string, 4
452
- optional :filter, :string, 5
453
- optional :order_by, :string, 6
454
- end
455
- add_message "google.cloud.vmmigration.v1.ListUtilizationReportsResponse" do
456
- repeated :utilization_reports, :message, 1, "google.cloud.vmmigration.v1.UtilizationReport"
457
- optional :next_page_token, :string, 2
458
- repeated :unreachable, :string, 3
459
- end
460
- add_message "google.cloud.vmmigration.v1.GetUtilizationReportRequest" do
461
- optional :name, :string, 1
462
- optional :view, :enum, 2, "google.cloud.vmmigration.v1.UtilizationReportView"
463
- end
464
- add_message "google.cloud.vmmigration.v1.CreateUtilizationReportRequest" do
465
- optional :parent, :string, 1
466
- optional :utilization_report, :message, 2, "google.cloud.vmmigration.v1.UtilizationReport"
467
- optional :utilization_report_id, :string, 3
468
- optional :request_id, :string, 4
469
- end
470
- add_message "google.cloud.vmmigration.v1.DeleteUtilizationReportRequest" do
471
- optional :name, :string, 1
472
- optional :request_id, :string, 2
473
- end
474
- add_message "google.cloud.vmmigration.v1.ListDatacenterConnectorsResponse" do
475
- repeated :datacenter_connectors, :message, 1, "google.cloud.vmmigration.v1.DatacenterConnector"
476
- optional :next_page_token, :string, 2
477
- repeated :unreachable, :string, 3
478
- end
479
- add_message "google.cloud.vmmigration.v1.GetDatacenterConnectorRequest" do
480
- optional :name, :string, 1
481
- end
482
- add_message "google.cloud.vmmigration.v1.CreateDatacenterConnectorRequest" do
483
- optional :parent, :string, 1
484
- optional :datacenter_connector_id, :string, 2
485
- optional :datacenter_connector, :message, 3, "google.cloud.vmmigration.v1.DatacenterConnector"
486
- optional :request_id, :string, 4
487
- end
488
- add_message "google.cloud.vmmigration.v1.DeleteDatacenterConnectorRequest" do
489
- optional :name, :string, 1
490
- optional :request_id, :string, 2
491
- end
492
- add_message "google.cloud.vmmigration.v1.UpgradeApplianceRequest" do
493
- optional :datacenter_connector, :string, 1
494
- optional :request_id, :string, 2
495
- end
496
- add_message "google.cloud.vmmigration.v1.UpgradeApplianceResponse" do
497
- end
498
- add_message "google.cloud.vmmigration.v1.ListDatacenterConnectorsRequest" do
499
- optional :parent, :string, 1
500
- optional :page_size, :int32, 2
501
- optional :page_token, :string, 3
502
- optional :filter, :string, 4
503
- optional :order_by, :string, 5
504
- end
505
- add_message "google.cloud.vmmigration.v1.ComputeEngineTargetDefaults" do
506
- optional :vm_name, :string, 1
507
- optional :target_project, :string, 2
508
- optional :zone, :string, 3
509
- optional :machine_type_series, :string, 4
510
- optional :machine_type, :string, 5
511
- repeated :network_tags, :string, 6
512
- repeated :network_interfaces, :message, 7, "google.cloud.vmmigration.v1.NetworkInterface"
513
- optional :service_account, :string, 8
514
- optional :disk_type, :enum, 9, "google.cloud.vmmigration.v1.ComputeEngineDiskType"
515
- map :labels, :string, :string, 10
516
- optional :license_type, :enum, 11, "google.cloud.vmmigration.v1.ComputeEngineLicenseType"
517
- optional :applied_license, :message, 12, "google.cloud.vmmigration.v1.AppliedLicense"
518
- optional :compute_scheduling, :message, 13, "google.cloud.vmmigration.v1.ComputeScheduling"
519
- optional :secure_boot, :bool, 14
520
- optional :boot_option, :enum, 15, "google.cloud.vmmigration.v1.ComputeEngineBootOption"
521
- map :metadata, :string, :string, 16
522
- repeated :additional_licenses, :string, 17
523
- optional :hostname, :string, 18
524
- end
525
- add_message "google.cloud.vmmigration.v1.ComputeEngineTargetDetails" do
526
- optional :vm_name, :string, 1
527
- optional :project, :string, 2
528
- optional :zone, :string, 3
529
- optional :machine_type_series, :string, 4
530
- optional :machine_type, :string, 5
531
- repeated :network_tags, :string, 6
532
- repeated :network_interfaces, :message, 7, "google.cloud.vmmigration.v1.NetworkInterface"
533
- optional :service_account, :string, 8
534
- optional :disk_type, :enum, 9, "google.cloud.vmmigration.v1.ComputeEngineDiskType"
535
- map :labels, :string, :string, 10
536
- optional :license_type, :enum, 11, "google.cloud.vmmigration.v1.ComputeEngineLicenseType"
537
- optional :applied_license, :message, 12, "google.cloud.vmmigration.v1.AppliedLicense"
538
- optional :compute_scheduling, :message, 13, "google.cloud.vmmigration.v1.ComputeScheduling"
539
- optional :secure_boot, :bool, 14
540
- optional :boot_option, :enum, 15, "google.cloud.vmmigration.v1.ComputeEngineBootOption"
541
- map :metadata, :string, :string, 16
542
- repeated :additional_licenses, :string, 17
543
- optional :hostname, :string, 18
544
- end
545
- add_message "google.cloud.vmmigration.v1.NetworkInterface" do
546
- optional :network, :string, 1
547
- optional :subnetwork, :string, 2
548
- optional :internal_ip, :string, 3
549
- optional :external_ip, :string, 4
550
- end
551
- add_message "google.cloud.vmmigration.v1.AppliedLicense" do
552
- optional :type, :enum, 1, "google.cloud.vmmigration.v1.AppliedLicense.Type"
553
- optional :os_license, :string, 2
554
- end
555
- add_enum "google.cloud.vmmigration.v1.AppliedLicense.Type" do
556
- value :TYPE_UNSPECIFIED, 0
557
- value :NONE, 1
558
- value :PAYG, 2
559
- value :BYOL, 3
560
- end
561
- add_message "google.cloud.vmmigration.v1.SchedulingNodeAffinity" do
562
- optional :key, :string, 1
563
- optional :operator, :enum, 2, "google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator"
564
- repeated :values, :string, 3
565
- end
566
- add_enum "google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator" do
567
- value :OPERATOR_UNSPECIFIED, 0
568
- value :IN, 1
569
- value :NOT_IN, 2
570
- end
571
- add_message "google.cloud.vmmigration.v1.ComputeScheduling" do
572
- optional :on_host_maintenance, :enum, 1, "google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance"
573
- optional :restart_type, :enum, 5, "google.cloud.vmmigration.v1.ComputeScheduling.RestartType"
574
- repeated :node_affinities, :message, 3, "google.cloud.vmmigration.v1.SchedulingNodeAffinity"
575
- optional :min_node_cpus, :int32, 4
576
- end
577
- add_enum "google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance" do
578
- value :ON_HOST_MAINTENANCE_UNSPECIFIED, 0
579
- value :TERMINATE, 1
580
- value :MIGRATE, 2
581
- end
582
- add_enum "google.cloud.vmmigration.v1.ComputeScheduling.RestartType" do
583
- value :RESTART_TYPE_UNSPECIFIED, 0
584
- value :AUTOMATIC_RESTART, 1
585
- value :NO_AUTOMATIC_RESTART, 2
586
- end
587
- add_message "google.cloud.vmmigration.v1.SchedulePolicy" do
588
- optional :idle_duration, :message, 1, "google.protobuf.Duration"
589
- optional :skip_os_adaptation, :bool, 2
590
- end
591
- add_message "google.cloud.vmmigration.v1.CreateMigratingVmRequest" do
592
- optional :parent, :string, 1
593
- optional :migrating_vm_id, :string, 2
594
- optional :migrating_vm, :message, 3, "google.cloud.vmmigration.v1.MigratingVm"
595
- optional :request_id, :string, 4
596
- end
597
- add_message "google.cloud.vmmigration.v1.ListMigratingVmsRequest" do
598
- optional :parent, :string, 1
599
- optional :page_size, :int32, 2
600
- optional :page_token, :string, 3
601
- optional :filter, :string, 4
602
- optional :order_by, :string, 5
603
- optional :view, :enum, 6, "google.cloud.vmmigration.v1.MigratingVmView"
604
- end
605
- add_message "google.cloud.vmmigration.v1.ListMigratingVmsResponse" do
606
- repeated :migrating_vms, :message, 1, "google.cloud.vmmigration.v1.MigratingVm"
607
- optional :next_page_token, :string, 2
608
- repeated :unreachable, :string, 3
609
- end
610
- add_message "google.cloud.vmmigration.v1.GetMigratingVmRequest" do
611
- optional :name, :string, 1
612
- optional :view, :enum, 2, "google.cloud.vmmigration.v1.MigratingVmView"
613
- end
614
- add_message "google.cloud.vmmigration.v1.UpdateMigratingVmRequest" do
615
- optional :update_mask, :message, 1, "google.protobuf.FieldMask"
616
- optional :migrating_vm, :message, 2, "google.cloud.vmmigration.v1.MigratingVm"
617
- optional :request_id, :string, 3
618
- end
619
- add_message "google.cloud.vmmigration.v1.DeleteMigratingVmRequest" do
620
- optional :name, :string, 1
621
- end
622
- add_message "google.cloud.vmmigration.v1.StartMigrationRequest" do
623
- optional :migrating_vm, :string, 1
624
- end
625
- add_message "google.cloud.vmmigration.v1.StartMigrationResponse" do
626
- end
627
- add_message "google.cloud.vmmigration.v1.PauseMigrationRequest" do
628
- optional :migrating_vm, :string, 1
629
- end
630
- add_message "google.cloud.vmmigration.v1.PauseMigrationResponse" do
631
- end
632
- add_message "google.cloud.vmmigration.v1.ResumeMigrationRequest" do
633
- optional :migrating_vm, :string, 1
634
- end
635
- add_message "google.cloud.vmmigration.v1.ResumeMigrationResponse" do
636
- end
637
- add_message "google.cloud.vmmigration.v1.FinalizeMigrationRequest" do
638
- optional :migrating_vm, :string, 1
639
- end
640
- add_message "google.cloud.vmmigration.v1.FinalizeMigrationResponse" do
641
- end
642
- add_message "google.cloud.vmmigration.v1.TargetProject" do
643
- optional :name, :string, 1
644
- optional :project, :string, 2
645
- optional :description, :string, 3
646
- optional :create_time, :message, 4, "google.protobuf.Timestamp"
647
- optional :update_time, :message, 5, "google.protobuf.Timestamp"
648
- end
649
- add_message "google.cloud.vmmigration.v1.GetTargetProjectRequest" do
650
- optional :name, :string, 1
651
- end
652
- add_message "google.cloud.vmmigration.v1.ListTargetProjectsRequest" do
653
- optional :parent, :string, 1
654
- optional :page_size, :int32, 2
655
- optional :page_token, :string, 3
656
- optional :filter, :string, 4
657
- optional :order_by, :string, 5
658
- end
659
- add_message "google.cloud.vmmigration.v1.ListTargetProjectsResponse" do
660
- repeated :target_projects, :message, 1, "google.cloud.vmmigration.v1.TargetProject"
661
- optional :next_page_token, :string, 2
662
- repeated :unreachable, :string, 3
663
- end
664
- add_message "google.cloud.vmmigration.v1.CreateTargetProjectRequest" do
665
- optional :parent, :string, 1
666
- optional :target_project_id, :string, 2
667
- optional :target_project, :message, 3, "google.cloud.vmmigration.v1.TargetProject"
668
- optional :request_id, :string, 4
669
- end
670
- add_message "google.cloud.vmmigration.v1.UpdateTargetProjectRequest" do
671
- optional :update_mask, :message, 1, "google.protobuf.FieldMask"
672
- optional :target_project, :message, 2, "google.cloud.vmmigration.v1.TargetProject"
673
- optional :request_id, :string, 3
674
- end
675
- add_message "google.cloud.vmmigration.v1.DeleteTargetProjectRequest" do
676
- optional :name, :string, 1
677
- optional :request_id, :string, 2
678
- end
679
- add_message "google.cloud.vmmigration.v1.Group" do
680
- optional :name, :string, 1
681
- optional :create_time, :message, 2, "google.protobuf.Timestamp"
682
- optional :update_time, :message, 3, "google.protobuf.Timestamp"
683
- optional :description, :string, 4
684
- optional :display_name, :string, 5
685
- end
686
- add_message "google.cloud.vmmigration.v1.ListGroupsRequest" do
687
- optional :parent, :string, 1
688
- optional :page_size, :int32, 2
689
- optional :page_token, :string, 3
690
- optional :filter, :string, 4
691
- optional :order_by, :string, 5
692
- end
693
- add_message "google.cloud.vmmigration.v1.ListGroupsResponse" do
694
- repeated :groups, :message, 1, "google.cloud.vmmigration.v1.Group"
695
- optional :next_page_token, :string, 2
696
- repeated :unreachable, :string, 3
697
- end
698
- add_message "google.cloud.vmmigration.v1.GetGroupRequest" do
699
- optional :name, :string, 1
700
- end
701
- add_message "google.cloud.vmmigration.v1.CreateGroupRequest" do
702
- optional :parent, :string, 1
703
- optional :group_id, :string, 2
704
- optional :group, :message, 3, "google.cloud.vmmigration.v1.Group"
705
- optional :request_id, :string, 4
706
- end
707
- add_message "google.cloud.vmmigration.v1.UpdateGroupRequest" do
708
- optional :update_mask, :message, 1, "google.protobuf.FieldMask"
709
- optional :group, :message, 2, "google.cloud.vmmigration.v1.Group"
710
- optional :request_id, :string, 3
711
- end
712
- add_message "google.cloud.vmmigration.v1.DeleteGroupRequest" do
713
- optional :name, :string, 1
714
- optional :request_id, :string, 2
715
- end
716
- add_message "google.cloud.vmmigration.v1.AddGroupMigrationRequest" do
717
- optional :group, :string, 1
718
- optional :migrating_vm, :string, 2
719
- end
720
- add_message "google.cloud.vmmigration.v1.AddGroupMigrationResponse" do
721
- end
722
- add_message "google.cloud.vmmigration.v1.RemoveGroupMigrationRequest" do
723
- optional :group, :string, 1
724
- optional :migrating_vm, :string, 2
725
- end
726
- add_message "google.cloud.vmmigration.v1.RemoveGroupMigrationResponse" do
727
- end
728
- add_message "google.cloud.vmmigration.v1.CreateCutoverJobRequest" do
729
- optional :parent, :string, 1
730
- optional :cutover_job_id, :string, 2
731
- optional :cutover_job, :message, 3, "google.cloud.vmmigration.v1.CutoverJob"
732
- optional :request_id, :string, 4
733
- end
734
- add_message "google.cloud.vmmigration.v1.CancelCutoverJobRequest" do
735
- optional :name, :string, 1
736
- end
737
- add_message "google.cloud.vmmigration.v1.CancelCutoverJobResponse" do
738
- end
739
- add_message "google.cloud.vmmigration.v1.ListCutoverJobsRequest" do
740
- optional :parent, :string, 1
741
- optional :page_size, :int32, 2
742
- optional :page_token, :string, 3
743
- optional :filter, :string, 4
744
- optional :order_by, :string, 5
745
- end
746
- add_message "google.cloud.vmmigration.v1.ListCutoverJobsResponse" do
747
- repeated :cutover_jobs, :message, 1, "google.cloud.vmmigration.v1.CutoverJob"
748
- optional :next_page_token, :string, 2
749
- repeated :unreachable, :string, 3
750
- end
751
- add_message "google.cloud.vmmigration.v1.GetCutoverJobRequest" do
752
- optional :name, :string, 1
753
- end
754
- add_message "google.cloud.vmmigration.v1.OperationMetadata" do
755
- optional :create_time, :message, 1, "google.protobuf.Timestamp"
756
- optional :end_time, :message, 2, "google.protobuf.Timestamp"
757
- optional :target, :string, 3
758
- optional :verb, :string, 4
759
- optional :status_message, :string, 5
760
- optional :requested_cancellation, :bool, 6
761
- optional :api_version, :string, 7
762
- end
763
- add_message "google.cloud.vmmigration.v1.MigrationError" do
764
- optional :code, :enum, 1, "google.cloud.vmmigration.v1.MigrationError.ErrorCode"
765
- optional :error_message, :message, 2, "google.rpc.LocalizedMessage"
766
- optional :action_item, :message, 3, "google.rpc.LocalizedMessage"
767
- repeated :help_links, :message, 4, "google.rpc.Help.Link"
768
- optional :error_time, :message, 5, "google.protobuf.Timestamp"
769
- end
770
- add_enum "google.cloud.vmmigration.v1.MigrationError.ErrorCode" do
771
- value :ERROR_CODE_UNSPECIFIED, 0
772
- value :UNKNOWN_ERROR, 1
773
- value :SOURCE_VALIDATION_ERROR, 2
774
- value :SOURCE_REPLICATION_ERROR, 3
775
- value :TARGET_REPLICATION_ERROR, 4
776
- value :OS_ADAPTATION_ERROR, 5
777
- value :CLONE_ERROR, 6
778
- value :CUTOVER_ERROR, 7
779
- value :UTILIZATION_REPORT_ERROR, 8
780
- value :APPLIANCE_UPGRADE_ERROR, 9
781
- end
782
- add_message "google.cloud.vmmigration.v1.AwsSourceVmDetails" do
783
- optional :firmware, :enum, 1, "google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware"
784
- optional :committed_storage_bytes, :int64, 2
785
- end
786
- add_enum "google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware" do
787
- value :FIRMWARE_UNSPECIFIED, 0
788
- value :EFI, 1
789
- value :BIOS, 2
790
- end
791
- add_message "google.cloud.vmmigration.v1.ListReplicationCyclesRequest" do
792
- optional :parent, :string, 1
793
- optional :page_size, :int32, 2
794
- optional :page_token, :string, 3
795
- optional :filter, :string, 4
796
- optional :order_by, :string, 5
797
- end
798
- add_message "google.cloud.vmmigration.v1.ListReplicationCyclesResponse" do
799
- repeated :replication_cycles, :message, 1, "google.cloud.vmmigration.v1.ReplicationCycle"
800
- optional :next_page_token, :string, 2
801
- repeated :unreachable, :string, 3
802
- end
803
- add_message "google.cloud.vmmigration.v1.GetReplicationCycleRequest" do
804
- optional :name, :string, 1
805
- end
806
- add_enum "google.cloud.vmmigration.v1.UtilizationReportView" do
807
- value :UTILIZATION_REPORT_VIEW_UNSPECIFIED, 0
808
- value :BASIC, 1
809
- value :FULL, 2
810
- end
811
- add_enum "google.cloud.vmmigration.v1.MigratingVmView" do
812
- value :MIGRATING_VM_VIEW_UNSPECIFIED, 0
813
- value :MIGRATING_VM_VIEW_BASIC, 1
814
- value :MIGRATING_VM_VIEW_FULL, 2
815
- end
816
- add_enum "google.cloud.vmmigration.v1.ComputeEngineDiskType" do
817
- value :COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED, 0
818
- value :COMPUTE_ENGINE_DISK_TYPE_STANDARD, 1
819
- value :COMPUTE_ENGINE_DISK_TYPE_SSD, 2
820
- value :COMPUTE_ENGINE_DISK_TYPE_BALANCED, 3
821
- end
822
- add_enum "google.cloud.vmmigration.v1.ComputeEngineLicenseType" do
823
- value :COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT, 0
824
- value :COMPUTE_ENGINE_LICENSE_TYPE_PAYG, 1
825
- value :COMPUTE_ENGINE_LICENSE_TYPE_BYOL, 2
826
- end
827
- add_enum "google.cloud.vmmigration.v1.ComputeEngineBootOption" do
828
- value :COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED, 0
829
- value :COMPUTE_ENGINE_BOOT_OPTION_EFI, 1
830
- value :COMPUTE_ENGINE_BOOT_OPTION_BIOS, 2
18
+
19
+ descriptor_data = "\n-google/cloud/vmmigration/v1/vmmigration.proto\x12\x1bgoogle.cloud.vmmigration.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/rpc/error_details.proto\x1a\x17google/rpc/status.proto\"\x8d\x05\n\x10ReplicationCycle\x12\x0c\n\x04name\x18\r \x01(\t\x12\x14\n\x0c\x63ycle_number\x18\n \x01(\x05\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x37\n\x14total_pause_duration\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1c\n\x10progress_percent\x18\x05 \x01(\x05\x42\x02\x18\x01\x12\x35\n\x05steps\x18\t \x03(\x0b\x32&.google.cloud.vmmigration.v1.CycleStep\x12\x42\n\x05state\x18\x0b \x01(\x0e\x32\x33.google.cloud.vmmigration.v1.ReplicationCycle.State\x12!\n\x05\x65rror\x18\x0c \x01(\x0b\x32\x12.google.rpc.Status\"R\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\n\n\x06PAUSED\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\r\n\tSUCCEEDED\x10\x04:\xad\x01\xea\x41\xa9\x01\n+vmmigration.googleapis.com/ReplicationCycle\x12zprojects/{project}/locations/{location}/sources/{source}/migratingVms/{migrating_vm}/replicationCycles/{replication_cycle}\"\xe0\x02\n\tCycleStep\x12\\\n\x18initializing_replication\x18\x03 \x01(\x0b\x32\x38.google.cloud.vmmigration.v1.InitializingReplicationStepH\x00\x12\x43\n\x0breplicating\x18\x04 \x01(\x0b\x32,.google.cloud.vmmigration.v1.ReplicatingStepH\x00\x12J\n\x0fpost_processing\x18\x05 \x01(\x0b\x32/.google.cloud.vmmigration.v1.PostProcessingStepH\x00\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\n\x04step\"\x1d\n\x1bInitializingReplicationStep\"\xa9\x01\n\x0fReplicatingStep\x12\x13\n\x0btotal_bytes\x18\x01 \x01(\x03\x12\x18\n\x10replicated_bytes\x18\x02 \x01(\x03\x12\x31\n)last_two_minutes_average_bytes_per_second\x18\x03 \x01(\x03\x12\x34\n,last_thirty_minutes_average_bytes_per_second\x18\x04 \x01(\x03\"\x14\n\x12PostProcessingStep\"E\n\x0fReplicationSync\x12\x32\n\x0elast_sync_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xa4\x0b\n\x0bMigratingVm\x12\x62\n\x1e\x63ompute_engine_target_defaults\x18\x1a \x01(\x0b\x32\x38.google.cloud.vmmigration.v1.ComputeEngineTargetDefaultsH\x00\x12U\n\x15\x61ws_source_vm_details\x18\x1d \x01(\x0b\x32/.google.cloud.vmmigration.v1.AwsSourceVmDetailsB\x03\xe0\x41\x03H\x01\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x14\n\x0csource_vm_id\x18\x02 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x12 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12;\n\x06policy\x18\x08 \x01(\x0b\x32+.google.cloud.vmmigration.v1.SchedulePolicy\x12\x34\n\x0b\x63reate_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x44\n\tlast_sync\x18\x0b \x01(\x0b\x32,.google.cloud.vmmigration.v1.ReplicationSyncB\x03\xe0\x41\x03\x12\x42\n\x05state\x18\x17 \x01(\x0e\x32..google.cloud.vmmigration.v1.MigratingVm.StateB\x03\xe0\x41\x03\x12\x33\n\nstate_time\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12M\n\x11\x63urrent_sync_info\x18\r \x01(\x0b\x32-.google.cloud.vmmigration.v1.ReplicationCycleB\x03\xe0\x41\x03\x12\x37\n\x05group\x18\x0f \x01(\tB(\xe0\x41\x03\xfa\x41\"\x12 vmmigration.googleapis.com/Group\x12\x44\n\x06labels\x18\x10 \x03(\x0b\x32\x34.google.cloud.vmmigration.v1.MigratingVm.LabelsEntry\x12\x45\n\x11recent_clone_jobs\x18\x11 \x03(\x0b\x32%.google.cloud.vmmigration.v1.CloneJobB\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\x13 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12I\n\x13recent_cutover_jobs\x18\x14 \x03(\x0b\x32\'.google.cloud.vmmigration.v1.CutoverJobB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xb7\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\t\n\x05READY\x10\x02\x12\x0e\n\nFIRST_SYNC\x10\x03\x12\n\n\x06\x41\x43TIVE\x10\x04\x12\x10\n\x0c\x43UTTING_OVER\x10\x07\x12\x0b\n\x07\x43UTOVER\x10\x08\x12\x0e\n\nFINAL_SYNC\x10\t\x12\n\n\x06PAUSED\x10\n\x12\x0e\n\nFINALIZING\x10\x0b\x12\r\n\tFINALIZED\x10\x0c\x12\t\n\x05\x45RROR\x10\r:\x81\x01\xea\x41~\n&vmmigration.googleapis.com/MigratingVm\x12Tprojects/{project}/locations/{location}/sources/{source}/migratingVms/{migrating_vm}B\x14\n\x12target_vm_defaultsB\x13\n\x11source_vm_details\"\xf9\x05\n\x08\x43loneJob\x12\x65\n\x1d\x63ompute_engine_target_details\x18\x14 \x01(\x0b\x32\x37.google.cloud.vmmigration.v1.ComputeEngineTargetDetailsB\x03\xe0\x41\x03H\x00\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\x04name\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12?\n\x05state\x18\x0c \x01(\x0e\x32+.google.cloud.vmmigration.v1.CloneJob.StateB\x03\xe0\x41\x03\x12\x33\n\nstate_time\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\x11 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12:\n\x05steps\x18\x17 \x03(\x0b\x32&.google.cloud.vmmigration.v1.CloneStepB\x03\xe0\x41\x03\"\x82\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\r\n\tSUCCEEDED\x10\x04\x12\r\n\tCANCELLED\x10\x05\x12\x0e\n\nCANCELLING\x10\x06\x12\x0f\n\x0b\x41\x44\x41PTING_OS\x10\x07:\x95\x01\xea\x41\x91\x01\n#vmmigration.googleapis.com/CloneJob\x12jprojects/{project}/locations/{location}/sources/{source}/migratingVms/{migrating_vm}/cloneJobs/{clone_job}B\x13\n\x11target_vm_details\"\xe5\x02\n\tCloneStep\x12\x42\n\x0b\x61\x64\x61pting_os\x18\x03 \x01(\x0b\x32+.google.cloud.vmmigration.v1.AdaptingOSStepH\x00\x12O\n\x12preparing_vm_disks\x18\x04 \x01(\x0b\x32\x31.google.cloud.vmmigration.v1.PreparingVMDisksStepH\x00\x12]\n\x19instantiating_migrated_vm\x18\x05 \x01(\x0b\x32\x38.google.cloud.vmmigration.v1.InstantiatingMigratedVMStepH\x00\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\n\x04step\"\x10\n\x0e\x41\x64\x61ptingOSStep\"\x16\n\x14PreparingVMDisksStep\"\x1d\n\x1bInstantiatingMigratedVMStep\"\xc0\x06\n\nCutoverJob\x12\x65\n\x1d\x63ompute_engine_target_details\x18\x0e \x01(\x0b\x32\x37.google.cloud.vmmigration.v1.ComputeEngineTargetDetailsB\x03\xe0\x41\x03H\x00\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\x04name\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x41\n\x05state\x18\x05 \x01(\x0e\x32-.google.cloud.vmmigration.v1.CutoverJob.StateB\x03\xe0\x41\x03\x12\x33\n\nstate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x1d\n\x10progress_percent\x18\r \x01(\x05\x42\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\t \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12\x1a\n\rstate_message\x18\n \x01(\tB\x03\xe0\x41\x03\x12<\n\x05steps\x18\x11 \x03(\x0b\x32(.google.cloud.vmmigration.v1.CutoverStepB\x03\xe0\x41\x03\"\x82\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\r\n\tSUCCEEDED\x10\x03\x12\r\n\tCANCELLED\x10\x04\x12\x0e\n\nCANCELLING\x10\x05\x12\n\n\x06\x41\x43TIVE\x10\x06\x12\x0f\n\x0b\x41\x44\x41PTING_OS\x10\x07:\x9b\x01\xea\x41\x97\x01\n%vmmigration.googleapis.com/CutoverJob\x12nprojects/{project}/locations/{location}/sources/{source}/migratingVms/{migrating_vm}/cutoverJobs/{cutover_job}B\x13\n\x11target_vm_details\"\x97\x04\n\x0b\x43utoverStep\x12S\n\x1aprevious_replication_cycle\x18\x03 \x01(\x0b\x32-.google.cloud.vmmigration.v1.ReplicationCycleH\x00\x12X\n\x17shutting_down_source_vm\x18\x04 \x01(\x0b\x32\x35.google.cloud.vmmigration.v1.ShuttingDownSourceVMStepH\x00\x12\x43\n\nfinal_sync\x18\x05 \x01(\x0b\x32-.google.cloud.vmmigration.v1.ReplicationCycleH\x00\x12O\n\x12preparing_vm_disks\x18\x06 \x01(\x0b\x32\x31.google.cloud.vmmigration.v1.PreparingVMDisksStepH\x00\x12]\n\x19instantiating_migrated_vm\x18\x07 \x01(\x0b\x32\x38.google.cloud.vmmigration.v1.InstantiatingMigratedVMStepH\x00\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\n\x04step\"\x1a\n\x18ShuttingDownSourceVMStep\"\xc2\x01\n\x15\x43reateCloneJobRequest\x12;\n\x06parent\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\x12#vmmigration.googleapis.com/CloneJob\x12\x19\n\x0c\x63lone_job_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12=\n\tclone_job\x18\x03 \x01(\x0b\x32%.google.cloud.vmmigration.v1.CloneJobB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"R\n\x15\x43\x61ncelCloneJobRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#vmmigration.googleapis.com/CloneJob\"\x18\n\x16\x43\x61ncelCloneJobResponse\"\xb0\x01\n\x14ListCloneJobsRequest\x12;\n\x06parent\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\x12#vmmigration.googleapis.com/CloneJob\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x8f\x01\n\x15ListCloneJobsResponse\x12>\n\nclone_jobs\x18\x01 \x03(\x0b\x32%.google.cloud.vmmigration.v1.CloneJobB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"O\n\x12GetCloneJobRequest\x12\x39\n\x04name\x18\x01 \x01(\tB+\xe0\x41\x02\xfa\x41%\n#vmmigration.googleapis.com/CloneJob\"\x82\x04\n\x06Source\x12\x42\n\x06vmware\x18\n \x01(\x0b\x32\x30.google.cloud.vmmigration.v1.VmwareSourceDetailsH\x00\x12<\n\x03\x61ws\x18\x0c \x01(\x0b\x32-.google.cloud.vmmigration.v1.AwsSourceDetailsH\x00\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x04 \x03(\x0b\x32/.google.cloud.vmmigration.v1.Source.LabelsEntry\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:`\xea\x41]\n!vmmigration.googleapis.com/Source\x12\x38projects/{project}/locations/{location}/sources/{source}B\x10\n\x0esource_details\"f\n\x13VmwareSourceDetails\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x15\n\x08password\x18\x02 \x01(\tB\x03\xe0\x41\x04\x12\x12\n\nvcenter_ip\x18\x03 \x01(\t\x12\x12\n\nthumbprint\x18\x04 \x01(\t\"\x8f\x06\n\x10\x41wsSourceDetails\x12^\n\x10\x61\x63\x63\x65ss_key_creds\x18\x0b \x01(\x0b\x32\x42.google.cloud.vmmigration.v1.AwsSourceDetails.AccessKeyCredentialsH\x00\x12\x17\n\naws_region\x18\x03 \x01(\tB\x03\xe0\x41\x05\x12G\n\x05state\x18\x04 \x01(\x0e\x32\x33.google.cloud.vmmigration.v1.AwsSourceDetails.StateB\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\x05 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12M\n\x12inventory_tag_list\x18\n \x03(\x0b\x32\x31.google.cloud.vmmigration.v1.AwsSourceDetails.Tag\x12&\n\x1einventory_security_group_names\x18\x07 \x03(\t\x12t\n\x1dmigration_resources_user_tags\x18\x08 \x03(\x0b\x32M.google.cloud.vmmigration.v1.AwsSourceDetails.MigrationResourcesUserTagsEntry\x12\x16\n\tpublic_ip\x18\t \x01(\tB\x03\xe0\x41\x03\x1aM\n\x14\x41\x63\x63\x65ssKeyCredentials\x12\x15\n\raccess_key_id\x18\x01 \x01(\t\x12\x1e\n\x11secret_access_key\x18\x02 \x01(\tB\x03\xe0\x41\x04\x1a!\n\x03Tag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x1a\x41\n\x1fMigrationResourcesUserTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"C\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\x42\x12\n\x10\x63redentials_type\"\xfa\x06\n\x13\x44\x61tacenterConnector\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\x04name\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x1c\n\x0fregistration_id\x18\x0c \x01(\tB\x03\xe0\x41\x05\x12\x17\n\x0fservice_account\x18\x05 \x01(\t\x12\x0f\n\x07version\x18\x06 \x01(\t\x12\x13\n\x06\x62ucket\x18\n \x01(\tB\x03\xe0\x41\x03\x12J\n\x05state\x18\x07 \x01(\x0e\x32\x36.google.cloud.vmmigration.v1.DatacenterConnector.StateB\x03\xe0\x41\x03\x12\x33\n\nstate_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\x0b \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12-\n appliance_infrastructure_version\x18\r \x01(\tB\x03\xe0\x41\x03\x12\'\n\x1a\x61ppliance_software_version\x18\x0e \x01(\tB\x03\xe0\x41\x03\x12N\n\x12\x61vailable_versions\x18\x0f \x01(\x0b\x32-.google.cloud.vmmigration.v1.AvailableUpdatesB\x03\xe0\x41\x03\x12G\n\x0eupgrade_status\x18\x10 \x01(\x0b\x32*.google.cloud.vmmigration.v1.UpgradeStatusB\x03\xe0\x41\x03\"P\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PENDING\x10\x01\x12\x0b\n\x07OFFLINE\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\n\n\x06\x41\x43TIVE\x10\x04:\x9a\x01\xea\x41\x96\x01\n.vmmigration.googleapis.com/DatacenterConnector\x12\x64projects/{project}/locations/{location}/sources/{source}/datacenterConnectors/{datacenter_connector}\"\x96\x02\n\rUpgradeStatus\x12\x0f\n\x07version\x18\x01 \x01(\t\x12?\n\x05state\x18\x02 \x01(\x0e\x32\x30.google.cloud.vmmigration.v1.UpgradeStatus.State\x12!\n\x05\x65rror\x18\x03 \x01(\x0b\x32\x12.google.rpc.Status\x12.\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x18\n\x10previous_version\x18\x05 \x01(\t\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x12\r\n\tSUCCEEDED\x10\x03\"\xab\x01\n\x10\x41vailableUpdates\x12O\n\x18new_deployable_appliance\x18\x01 \x01(\x0b\x32-.google.cloud.vmmigration.v1.ApplianceVersion\x12\x46\n\x0fin_place_update\x18\x02 \x01(\x0b\x32-.google.cloud.vmmigration.v1.ApplianceVersion\"]\n\x10\x41pplianceVersion\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x10\n\x08\x63ritical\x18\x03 \x01(\x08\x12\x19\n\x11release_notes_uri\x18\x04 \x01(\t\"\xac\x01\n\x12ListSourcesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!vmmigration.googleapis.com/Source\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x88\x01\n\x13ListSourcesResponse\x12\x39\n\x07sources\x18\x01 \x03(\x0b\x32#.google.cloud.vmmigration.v1.SourceB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"K\n\x10GetSourceRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!vmmigration.googleapis.com/Source\"\xb6\x01\n\x13\x43reateSourceRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\x12!vmmigration.googleapis.com/Source\x12\x16\n\tsource_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x38\n\x06source\x18\x03 \x01(\x0b\x32#.google.cloud.vmmigration.v1.SourceB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"\x94\x01\n\x13UpdateSourceRequest\x12/\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x38\n\x06source\x18\x02 \x01(\x0b\x32#.google.cloud.vmmigration.v1.SourceB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"g\n\x13\x44\x65leteSourceRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!vmmigration.googleapis.com/Source\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"i\n\x15\x46\x65tchInventoryRequest\x12\x39\n\x06source\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!vmmigration.googleapis.com/Source\x12\x15\n\rforce_refresh\x18\x02 \x01(\x08\"\x98\x04\n\x0fVmwareVmDetails\x12\r\n\x05vm_id\x18\x01 \x01(\t\x12\x15\n\rdatacenter_id\x18\x02 \x01(\t\x12\x1e\n\x16\x64\x61tacenter_description\x18\x03 \x01(\t\x12\x0c\n\x04uuid\x18\x04 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12L\n\x0bpower_state\x18\x06 \x01(\x0e\x32\x37.google.cloud.vmmigration.v1.VmwareVmDetails.PowerState\x12\x11\n\tcpu_count\x18\x07 \x01(\x05\x12\x11\n\tmemory_mb\x18\x08 \x01(\x05\x12\x12\n\ndisk_count\x18\t \x01(\x05\x12\x1c\n\x14\x63ommitted_storage_mb\x18\x0c \x01(\x03\x12\x19\n\x11guest_description\x18\x0b \x01(\t\x12Q\n\x0b\x62oot_option\x18\r \x01(\x0e\x32\x37.google.cloud.vmmigration.v1.VmwareVmDetails.BootOptionB\x03\xe0\x41\x03\"I\n\nPowerState\x12\x1b\n\x17POWER_STATE_UNSPECIFIED\x10\x00\x12\x06\n\x02ON\x10\x01\x12\x07\n\x03OFF\x10\x02\x12\r\n\tSUSPENDED\x10\x03\"<\n\nBootOption\x12\x1b\n\x17\x42OOT_OPTION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x45\x46I\x10\x01\x12\x08\n\x04\x42IOS\x10\x02\"\xdb\x08\n\x0c\x41wsVmDetails\x12\r\n\x05vm_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x11\n\tsource_id\x18\x03 \x01(\t\x12\x1a\n\x12source_description\x18\x04 \x01(\t\x12N\n\x0bpower_state\x18\x05 \x01(\x0e\x32\x34.google.cloud.vmmigration.v1.AwsVmDetails.PowerStateB\x03\xe0\x41\x03\x12\x11\n\tcpu_count\x18\x06 \x01(\x05\x12\x11\n\tmemory_mb\x18\x07 \x01(\x05\x12\x12\n\ndisk_count\x18\x08 \x01(\x05\x12\x1c\n\x14\x63ommitted_storage_mb\x18\t \x01(\x03\x12\x16\n\x0eos_description\x18\n \x01(\t\x12I\n\x0b\x62oot_option\x18\x0b \x01(\x0e\x32\x34.google.cloud.vmmigration.v1.AwsVmDetails.BootOption\x12\x15\n\rinstance_type\x18\x0c \x01(\t\x12\x0e\n\x06vpc_id\x18\r \x01(\t\x12\x46\n\x0fsecurity_groups\x18\x0e \x03(\x0b\x32-.google.cloud.vmmigration.v1.AwsSecurityGroup\x12\x41\n\x04tags\x18\x0f \x03(\x0b\x32\x33.google.cloud.vmmigration.v1.AwsVmDetails.TagsEntry\x12\x0c\n\x04zone\x18\x10 \x01(\t\x12[\n\x13virtualization_type\x18\x11 \x01(\x0e\x32>.google.cloud.vmmigration.v1.AwsVmDetails.VmVirtualizationType\x12N\n\x0c\x61rchitecture\x18\x12 \x01(\x0e\x32\x38.google.cloud.vmmigration.v1.AwsVmDetails.VmArchitecture\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"V\n\nPowerState\x12\x1b\n\x17POWER_STATE_UNSPECIFIED\x10\x00\x12\x06\n\x02ON\x10\x01\x12\x07\n\x03OFF\x10\x02\x12\r\n\tSUSPENDED\x10\x03\x12\x0b\n\x07PENDING\x10\x04\"<\n\nBootOption\x12\x1b\n\x17\x42OOT_OPTION_UNSPECIFIED\x10\x00\x12\x07\n\x03\x45\x46I\x10\x01\x12\x08\n\x04\x42IOS\x10\x02\"X\n\x14VmVirtualizationType\x12&\n\"VM_VIRTUALIZATION_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03HVM\x10\x01\x12\x0f\n\x0bPARAVIRTUAL\x10\x02\"b\n\x0eVmArchitecture\x12\x1f\n\x1bVM_ARCHITECTURE_UNSPECIFIED\x10\x00\x12\x08\n\x04I386\x10\x01\x12\n\n\x06X86_64\x10\x02\x12\t\n\x05\x41RM64\x10\x03\x12\x0e\n\nX86_64_MAC\x10\x04\",\n\x10\x41wsSecurityGroup\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"Q\n\x10VmwareVmsDetails\x12=\n\x07\x64\x65tails\x18\x01 \x03(\x0b\x32,.google.cloud.vmmigration.v1.VmwareVmDetails\"K\n\rAwsVmsDetails\x12:\n\x07\x64\x65tails\x18\x01 \x03(\x0b\x32).google.cloud.vmmigration.v1.AwsVmDetails\"\xdf\x01\n\x16\x46\x65tchInventoryResponse\x12\x43\n\nvmware_vms\x18\x01 \x01(\x0b\x32-.google.cloud.vmmigration.v1.VmwareVmsDetailsH\x00\x12=\n\x07\x61ws_vms\x18\x03 \x01(\x0b\x32*.google.cloud.vmmigration.v1.AwsVmsDetailsH\x00\x12\x34\n\x0bupdate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x42\x0b\n\tSourceVms\"\x9c\x06\n\x11UtilizationReport\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12H\n\x05state\x18\x03 \x01(\x0e\x32\x34.google.cloud.vmmigration.v1.UtilizationReport.StateB\x03\xe0\x41\x03\x12\x33\n\nstate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\x05 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12L\n\ntime_frame\x18\x07 \x01(\x0e\x32\x38.google.cloud.vmmigration.v1.UtilizationReport.TimeFrame\x12\x37\n\x0e\x66rame_end_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x15\n\x08vm_count\x18\t \x01(\x05\x42\x03\xe0\x41\x03\x12;\n\x03vms\x18\n \x03(\x0b\x32..google.cloud.vmmigration.v1.VmUtilizationInfo\"G\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\r\n\tSUCCEEDED\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\"F\n\tTimeFrame\x12\x1a\n\x16TIME_FRAME_UNSPECIFIED\x10\x00\x12\x08\n\x04WEEK\x10\x01\x12\t\n\x05MONTH\x10\x02\x12\x08\n\x04YEAR\x10\x03:\x94\x01\xea\x41\x90\x01\n,vmmigration.googleapis.com/UtilizationReport\x12`projects/{project}/locations/{location}/sources/{source}/utilizationReports/{utilization_report}\"\xc2\x01\n\x11VmUtilizationInfo\x12I\n\x11vmware_vm_details\x18\x01 \x01(\x0b\x32,.google.cloud.vmmigration.v1.VmwareVmDetailsH\x00\x12\r\n\x05vm_id\x18\x03 \x01(\t\x12\x46\n\x0butilization\x18\x02 \x01(\x0b\x32\x31.google.cloud.vmmigration.v1.VmUtilizationMetricsB\x0b\n\tVmDetails\"\x98\x02\n\x14VmUtilizationMetrics\x12\x17\n\x0f\x63pu_max_percent\x18\t \x01(\x05\x12\x1b\n\x13\x63pu_average_percent\x18\n \x01(\x05\x12\x1a\n\x12memory_max_percent\x18\x0b \x01(\x05\x12\x1e\n\x16memory_average_percent\x18\x0c \x01(\x05\x12\x1d\n\x15\x64isk_io_rate_max_kbps\x18\r \x01(\x03\x12!\n\x19\x64isk_io_rate_average_kbps\x18\x0e \x01(\x03\x12#\n\x1bnetwork_throughput_max_kbps\x18\x0f \x01(\x03\x12\'\n\x1fnetwork_throughput_average_kbps\x18\x10 \x01(\x03\"\x89\x02\n\x1dListUtilizationReportsRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,vmmigration.googleapis.com/UtilizationReport\x12\x45\n\x04view\x18\x02 \x01(\x0e\x32\x32.google.cloud.vmmigration.v1.UtilizationReportViewB\x03\xe0\x41\x01\x12\x16\n\tpage_size\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x06 \x01(\tB\x03\xe0\x41\x01\"\xaa\x01\n\x1eListUtilizationReportsResponse\x12P\n\x13utilization_reports\x18\x01 \x03(\x0b\x32..google.cloud.vmmigration.v1.UtilizationReportB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"\xa8\x01\n\x1bGetUtilizationReportRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,vmmigration.googleapis.com/UtilizationReport\x12\x45\n\x04view\x18\x02 \x01(\x0e\x32\x32.google.cloud.vmmigration.v1.UtilizationReportViewB\x03\xe0\x41\x01\"\xef\x01\n\x1e\x43reateUtilizationReportRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,vmmigration.googleapis.com/UtilizationReport\x12O\n\x12utilization_report\x18\x02 \x01(\x0b\x32..google.cloud.vmmigration.v1.UtilizationReportB\x03\xe0\x41\x02\x12\"\n\x15utilization_report_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"}\n\x1e\x44\x65leteUtilizationReportRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,vmmigration.googleapis.com/UtilizationReport\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xb0\x01\n ListDatacenterConnectorsResponse\x12T\n\x15\x64\x61tacenter_connectors\x18\x01 \x03(\x0b\x32\x30.google.cloud.vmmigration.v1.DatacenterConnectorB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"e\n\x1dGetDatacenterConnectorRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.vmmigration.googleapis.com/DatacenterConnector\"\xf9\x01\n CreateDatacenterConnectorRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.vmmigration.googleapis.com/DatacenterConnector\x12$\n\x17\x64\x61tacenter_connector_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12S\n\x14\x64\x61tacenter_connector\x18\x03 \x01(\x0b\x32\x30.google.cloud.vmmigration.v1.DatacenterConnectorB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"|\n DeleteDatacenterConnectorRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.vmmigration.googleapis.com/DatacenterConnector\x12\x12\n\nrequest_id\x18\x02 \x01(\t\"\x83\x01\n\x17UpgradeApplianceRequest\x12T\n\x14\x64\x61tacenter_connector\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.vmmigration.googleapis.com/DatacenterConnector\x12\x12\n\nrequest_id\x18\x02 \x01(\t\"\x1a\n\x18UpgradeApplianceResponse\"\xc6\x01\n\x1fListDatacenterConnectorsRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.vmmigration.googleapis.com/DatacenterConnector\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\xff\x07\n\x1b\x43omputeEngineTargetDefaults\x12\x0f\n\x07vm_name\x18\x01 \x01(\t\x12\x45\n\x0etarget_project\x18\x02 \x01(\tB-\xfa\x41*\n(vmmigration.googleapis.com/TargetProject\x12\x0c\n\x04zone\x18\x03 \x01(\t\x12\x1b\n\x13machine_type_series\x18\x04 \x01(\t\x12\x14\n\x0cmachine_type\x18\x05 \x01(\t\x12\x14\n\x0cnetwork_tags\x18\x06 \x03(\t\x12I\n\x12network_interfaces\x18\x07 \x03(\x0b\x32-.google.cloud.vmmigration.v1.NetworkInterface\x12\x17\n\x0fservice_account\x18\x08 \x01(\t\x12\x45\n\tdisk_type\x18\t \x01(\x0e\x32\x32.google.cloud.vmmigration.v1.ComputeEngineDiskType\x12T\n\x06labels\x18\n \x03(\x0b\x32\x44.google.cloud.vmmigration.v1.ComputeEngineTargetDefaults.LabelsEntry\x12K\n\x0clicense_type\x18\x0b \x01(\x0e\x32\x35.google.cloud.vmmigration.v1.ComputeEngineLicenseType\x12I\n\x0f\x61pplied_license\x18\x0c \x01(\x0b\x32+.google.cloud.vmmigration.v1.AppliedLicenseB\x03\xe0\x41\x03\x12J\n\x12\x63ompute_scheduling\x18\r \x01(\x0b\x32..google.cloud.vmmigration.v1.ComputeScheduling\x12\x13\n\x0bsecure_boot\x18\x0e \x01(\x08\x12N\n\x0b\x62oot_option\x18\x0f \x01(\x0e\x32\x34.google.cloud.vmmigration.v1.ComputeEngineBootOptionB\x03\xe0\x41\x03\x12X\n\x08metadata\x18\x10 \x03(\x0b\x32\x46.google.cloud.vmmigration.v1.ComputeEngineTargetDefaults.MetadataEntry\x12\x1b\n\x13\x61\x64\x64itional_licenses\x18\x11 \x03(\t\x12\x10\n\x08hostname\x18\x12 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xbc\x07\n\x1a\x43omputeEngineTargetDetails\x12\x0f\n\x07vm_name\x18\x01 \x01(\t\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x0c\n\x04zone\x18\x03 \x01(\t\x12\x1b\n\x13machine_type_series\x18\x04 \x01(\t\x12\x14\n\x0cmachine_type\x18\x05 \x01(\t\x12\x14\n\x0cnetwork_tags\x18\x06 \x03(\t\x12I\n\x12network_interfaces\x18\x07 \x03(\x0b\x32-.google.cloud.vmmigration.v1.NetworkInterface\x12\x17\n\x0fservice_account\x18\x08 \x01(\t\x12\x45\n\tdisk_type\x18\t \x01(\x0e\x32\x32.google.cloud.vmmigration.v1.ComputeEngineDiskType\x12S\n\x06labels\x18\n \x03(\x0b\x32\x43.google.cloud.vmmigration.v1.ComputeEngineTargetDetails.LabelsEntry\x12K\n\x0clicense_type\x18\x0b \x01(\x0e\x32\x35.google.cloud.vmmigration.v1.ComputeEngineLicenseType\x12\x44\n\x0f\x61pplied_license\x18\x0c \x01(\x0b\x32+.google.cloud.vmmigration.v1.AppliedLicense\x12J\n\x12\x63ompute_scheduling\x18\r \x01(\x0b\x32..google.cloud.vmmigration.v1.ComputeScheduling\x12\x13\n\x0bsecure_boot\x18\x0e \x01(\x08\x12I\n\x0b\x62oot_option\x18\x0f \x01(\x0e\x32\x34.google.cloud.vmmigration.v1.ComputeEngineBootOption\x12W\n\x08metadata\x18\x10 \x03(\x0b\x32\x45.google.cloud.vmmigration.v1.ComputeEngineTargetDetails.MetadataEntry\x12\x1b\n\x13\x61\x64\x64itional_licenses\x18\x11 \x03(\t\x12\x10\n\x08hostname\x18\x12 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"a\n\x10NetworkInterface\x12\x0f\n\x07network\x18\x01 \x01(\t\x12\x12\n\nsubnetwork\x18\x02 \x01(\t\x12\x13\n\x0binternal_ip\x18\x03 \x01(\t\x12\x13\n\x0b\x65xternal_ip\x18\x04 \x01(\t\"\xa0\x01\n\x0e\x41ppliedLicense\x12>\n\x04type\x18\x01 \x01(\x0e\x32\x30.google.cloud.vmmigration.v1.AppliedLicense.Type\x12\x12\n\nos_license\x18\x02 \x01(\t\":\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x08\n\x04PAYG\x10\x02\x12\x08\n\x04\x42YOL\x10\x03\"\xbf\x01\n\x16SchedulingNodeAffinity\x12\x0b\n\x03key\x18\x01 \x01(\t\x12N\n\x08operator\x18\x02 \x01(\x0e\x32<.google.cloud.vmmigration.v1.SchedulingNodeAffinity.Operator\x12\x0e\n\x06values\x18\x03 \x03(\t\"8\n\x08Operator\x12\x18\n\x14OPERATOR_UNSPECIFIED\x10\x00\x12\x06\n\x02IN\x10\x01\x12\n\n\x06NOT_IN\x10\x02\"\xdd\x03\n\x11\x43omputeScheduling\x12]\n\x13on_host_maintenance\x18\x01 \x01(\x0e\x32@.google.cloud.vmmigration.v1.ComputeScheduling.OnHostMaintenance\x12P\n\x0crestart_type\x18\x05 \x01(\x0e\x32:.google.cloud.vmmigration.v1.ComputeScheduling.RestartType\x12L\n\x0fnode_affinities\x18\x03 \x03(\x0b\x32\x33.google.cloud.vmmigration.v1.SchedulingNodeAffinity\x12\x15\n\rmin_node_cpus\x18\x04 \x01(\x05\"T\n\x11OnHostMaintenance\x12#\n\x1fON_HOST_MAINTENANCE_UNSPECIFIED\x10\x00\x12\r\n\tTERMINATE\x10\x01\x12\x0b\n\x07MIGRATE\x10\x02\"\\\n\x0bRestartType\x12\x1c\n\x18RESTART_TYPE_UNSPECIFIED\x10\x00\x12\x15\n\x11\x41UTOMATIC_RESTART\x10\x01\x12\x18\n\x14NO_AUTOMATIC_RESTART\x10\x02\"^\n\x0eSchedulePolicy\x12\x30\n\ridle_duration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1a\n\x12skip_os_adaptation\x18\x02 \x01(\x08\"\xd1\x01\n\x18\x43reateMigratingVmRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&vmmigration.googleapis.com/MigratingVm\x12\x1c\n\x0fmigrating_vm_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x43\n\x0cmigrating_vm\x18\x03 \x01(\x0b\x32(.google.cloud.vmmigration.v1.MigratingVmB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"\xf7\x01\n\x17ListMigratingVmsRequest\x12>\n\x06parent\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\x12&vmmigration.googleapis.com/MigratingVm\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12?\n\x04view\x18\x06 \x01(\x0e\x32,.google.cloud.vmmigration.v1.MigratingVmViewB\x03\xe0\x41\x01\"\x98\x01\n\x18ListMigratingVmsResponse\x12\x44\n\rmigrating_vms\x18\x01 \x03(\x0b\x32(.google.cloud.vmmigration.v1.MigratingVmB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"\x96\x01\n\x15GetMigratingVmRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\x12?\n\x04view\x18\x02 \x01(\x0e\x32,.google.cloud.vmmigration.v1.MigratingVmViewB\x03\xe0\x41\x01\"\xa4\x01\n\x18UpdateMigratingVmRequest\x12/\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x43\n\x0cmigrating_vm\x18\x02 \x01(\x0b\x32(.google.cloud.vmmigration.v1.MigratingVmB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"X\n\x18\x44\x65leteMigratingVmRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\"]\n\x15StartMigrationRequest\x12\x44\n\x0cmigrating_vm\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\"\x18\n\x16StartMigrationResponse\"]\n\x15PauseMigrationRequest\x12\x44\n\x0cmigrating_vm\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\"\x18\n\x16PauseMigrationResponse\"^\n\x16ResumeMigrationRequest\x12\x44\n\x0cmigrating_vm\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\"\x19\n\x17ResumeMigrationResponse\"`\n\x18\x46inalizeMigrationRequest\x12\x44\n\x0cmigrating_vm\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\"\x1b\n\x19\x46inalizeMigrationResponse\"\xac\x02\n\rTargetProject\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x0f\n\x07project\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03:v\xea\x41s\n(vmmigration.googleapis.com/TargetProject\x12Gprojects/{project}/locations/{location}/targetProjects/{target_project}\"Y\n\x17GetTargetProjectRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(vmmigration.googleapis.com/TargetProject\"\xba\x01\n\x19ListTargetProjectsRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(vmmigration.googleapis.com/TargetProject\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x9e\x01\n\x1aListTargetProjectsResponse\x12H\n\x0ftarget_projects\x18\x01 \x03(\x0b\x32*.google.cloud.vmmigration.v1.TargetProjectB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"\xdb\x01\n\x1a\x43reateTargetProjectRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(vmmigration.googleapis.com/TargetProject\x12\x1e\n\x11target_project_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12G\n\x0etarget_project\x18\x03 \x01(\x0b\x32*.google.cloud.vmmigration.v1.TargetProjectB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"\xaa\x01\n\x1aUpdateTargetProjectRequest\x12/\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12G\n\x0etarget_project\x18\x02 \x01(\x0b\x32*.google.cloud.vmmigration.v1.TargetProjectB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"u\n\x1a\x44\x65leteTargetProjectRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(vmmigration.googleapis.com/TargetProject\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x90\x02\n\x05Group\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t:]\xea\x41Z\n vmmigration.googleapis.com/Group\x12\x36projects/{project}/locations/{location}/groups/{group}\"\xaa\x01\n\x11ListGroupsRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\x12 vmmigration.googleapis.com/Group\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x85\x01\n\x12ListGroupsResponse\x12\x37\n\x06groups\x18\x01 \x03(\x0b\x32\".google.cloud.vmmigration.v1.GroupB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"I\n\x0fGetGroupRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n vmmigration.googleapis.com/Group\"\xb1\x01\n\x12\x43reateGroupRequest\x12\x38\n\x06parent\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\x12 vmmigration.googleapis.com/Group\x12\x15\n\x08group_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x36\n\x05group\x18\x03 \x01(\x0b\x32\".google.cloud.vmmigration.v1.GroupB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"\x91\x01\n\x12UpdateGroupRequest\x12/\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x36\n\x05group\x18\x02 \x01(\x0b\x32\".google.cloud.vmmigration.v1.GroupB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"e\n\x12\x44\x65leteGroupRequest\x12\x36\n\x04name\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n vmmigration.googleapis.com/Group\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x96\x01\n\x18\x41\x64\x64GroupMigrationRequest\x12\x37\n\x05group\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n vmmigration.googleapis.com/Group\x12\x41\n\x0cmigrating_vm\x18\x02 \x01(\tB+\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\"\x1b\n\x19\x41\x64\x64GroupMigrationResponse\"\x99\x01\n\x1bRemoveGroupMigrationRequest\x12\x37\n\x05group\x18\x01 \x01(\tB(\xe0\x41\x02\xfa\x41\"\n vmmigration.googleapis.com/Group\x12\x41\n\x0cmigrating_vm\x18\x02 \x01(\tB+\xfa\x41(\n&vmmigration.googleapis.com/MigratingVm\"\x1e\n\x1cRemoveGroupMigrationResponse\"\xcc\x01\n\x17\x43reateCutoverJobRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%vmmigration.googleapis.com/CutoverJob\x12\x1b\n\x0e\x63utover_job_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x41\n\x0b\x63utover_job\x18\x03 \x01(\x0b\x32\'.google.cloud.vmmigration.v1.CutoverJobB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"V\n\x17\x43\x61ncelCutoverJobRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%vmmigration.googleapis.com/CutoverJob\"\x1a\n\x18\x43\x61ncelCutoverJobResponse\"\xb4\x01\n\x16ListCutoverJobsRequest\x12=\n\x06parent\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\x12%vmmigration.googleapis.com/CutoverJob\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x95\x01\n\x17ListCutoverJobsResponse\x12\x42\n\x0c\x63utover_jobs\x18\x01 \x03(\x0b\x32\'.google.cloud.vmmigration.v1.CutoverJobB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"S\n\x14GetCutoverJobRequest\x12;\n\x04name\x18\x01 \x01(\tB-\xe0\x41\x02\xfa\x41\'\n%vmmigration.googleapis.com/CutoverJob\"\x80\x02\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\"\xbf\x04\n\x0eMigrationError\x12H\n\x04\x63ode\x18\x01 \x01(\x0e\x32\x35.google.cloud.vmmigration.v1.MigrationError.ErrorCodeB\x03\xe0\x41\x03\x12\x38\n\rerror_message\x18\x02 \x01(\x0b\x32\x1c.google.rpc.LocalizedMessageB\x03\xe0\x41\x03\x12\x36\n\x0b\x61\x63tion_item\x18\x03 \x01(\x0b\x32\x1c.google.rpc.LocalizedMessageB\x03\xe0\x41\x03\x12.\n\nhelp_links\x18\x04 \x03(\x0b\x32\x15.google.rpc.Help.LinkB\x03\xe0\x41\x03\x12\x33\n\nerror_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\"\x8b\x02\n\tErrorCode\x12\x1a\n\x16\x45RROR_CODE_UNSPECIFIED\x10\x00\x12\x11\n\rUNKNOWN_ERROR\x10\x01\x12\x1b\n\x17SOURCE_VALIDATION_ERROR\x10\x02\x12\x1c\n\x18SOURCE_REPLICATION_ERROR\x10\x03\x12\x1c\n\x18TARGET_REPLICATION_ERROR\x10\x04\x12\x17\n\x13OS_ADAPTATION_ERROR\x10\x05\x12\x0f\n\x0b\x43LONE_ERROR\x10\x06\x12\x11\n\rCUTOVER_ERROR\x10\x07\x12\x1c\n\x18UTILIZATION_REPORT_ERROR\x10\x08\x12\x1b\n\x17\x41PPLIANCE_UPGRADE_ERROR\x10\t\"\xba\x01\n\x12\x41wsSourceVmDetails\x12J\n\x08\x66irmware\x18\x01 \x01(\x0e\x32\x38.google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware\x12\x1f\n\x17\x63ommitted_storage_bytes\x18\x02 \x01(\x03\"7\n\x08\x46irmware\x12\x18\n\x14\x46IRMWARE_UNSPECIFIED\x10\x00\x12\x07\n\x03\x45\x46I\x10\x01\x12\x08\n\x04\x42IOS\x10\x02\"\xc0\x01\n\x1cListReplicationCyclesRequest\x12\x43\n\x06parent\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\x12+vmmigration.googleapis.com/ReplicationCycle\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\xa7\x01\n\x1dListReplicationCyclesResponse\x12N\n\x12replication_cycles\x18\x01 \x03(\x0b\x32-.google.cloud.vmmigration.v1.ReplicationCycleB\x03\xe0\x41\x03\x12\x1c\n\x0fnext_page_token\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x03\"_\n\x1aGetReplicationCycleRequest\x12\x41\n\x04name\x18\x01 \x01(\tB3\xe0\x41\x02\xfa\x41-\n+vmmigration.googleapis.com/ReplicationCycle*U\n\x15UtilizationReportView\x12\'\n#UTILIZATION_REPORT_VIEW_UNSPECIFIED\x10\x00\x12\t\n\x05\x42\x41SIC\x10\x01\x12\x08\n\x04\x46ULL\x10\x02*m\n\x0fMigratingVmView\x12!\n\x1dMIGRATING_VM_VIEW_UNSPECIFIED\x10\x00\x12\x1b\n\x17MIGRATING_VM_VIEW_BASIC\x10\x01\x12\x1a\n\x16MIGRATING_VM_VIEW_FULL\x10\x02*\xb1\x01\n\x15\x43omputeEngineDiskType\x12(\n$COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED\x10\x00\x12%\n!COMPUTE_ENGINE_DISK_TYPE_STANDARD\x10\x01\x12 \n\x1c\x43OMPUTE_ENGINE_DISK_TYPE_SSD\x10\x02\x12%\n!COMPUTE_ENGINE_DISK_TYPE_BALANCED\x10\x03*\x8f\x01\n\x18\x43omputeEngineLicenseType\x12\'\n#COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT\x10\x00\x12$\n COMPUTE_ENGINE_LICENSE_TYPE_PAYG\x10\x01\x12$\n COMPUTE_ENGINE_LICENSE_TYPE_BYOL\x10\x02*\x8e\x01\n\x17\x43omputeEngineBootOption\x12*\n&COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED\x10\x00\x12\"\n\x1e\x43OMPUTE_ENGINE_BOOT_OPTION_EFI\x10\x01\x12#\n\x1f\x43OMPUTE_ENGINE_BOOT_OPTION_BIOS\x10\x02\x32\x89S\n\x0bVmMigration\x12\xae\x01\n\x0bListSources\x12/.google.cloud.vmmigration.v1.ListSourcesRequest\x1a\x30.google.cloud.vmmigration.v1.ListSourcesResponse\"<\x82\xd3\xe4\x93\x02-\x12+/v1/{parent=projects/*/locations/*}/sources\xda\x41\x06parent\x12\x9b\x01\n\tGetSource\x12-.google.cloud.vmmigration.v1.GetSourceRequest\x1a#.google.cloud.vmmigration.v1.Source\":\x82\xd3\xe4\x93\x02-\x12+/v1/{name=projects/*/locations/*/sources/*}\xda\x41\x04name\x12\xd4\x01\n\x0c\x43reateSource\x12\x30.google.cloud.vmmigration.v1.CreateSourceRequest\x1a\x1d.google.longrunning.Operation\"s\x82\xd3\xe4\x93\x02\x35\"+/v1/{parent=projects/*/locations/*}/sources:\x06source\xda\x41\x17parent,source,source_id\xca\x41\x1b\n\x06Source\x12\x11OperationMetadata\x12\xd6\x01\n\x0cUpdateSource\x12\x30.google.cloud.vmmigration.v1.UpdateSourceRequest\x1a\x1d.google.longrunning.Operation\"u\x82\xd3\xe4\x93\x02<22/v1/{source.name=projects/*/locations/*/sources/*}:\x06source\xda\x41\x12source,update_mask\xca\x41\x1b\n\x06Source\x12\x11OperationMetadata\x12\xc8\x01\n\x0c\x44\x65leteSource\x12\x30.google.cloud.vmmigration.v1.DeleteSourceRequest\x1a\x1d.google.longrunning.Operation\"g\x82\xd3\xe4\x93\x02-*+/v1/{name=projects/*/locations/*/sources/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xc8\x01\n\x0e\x46\x65tchInventory\x12\x32.google.cloud.vmmigration.v1.FetchInventoryRequest\x1a\x33.google.cloud.vmmigration.v1.FetchInventoryResponse\"M\x82\xd3\xe4\x93\x02>\x12</v1/{source=projects/*/locations/*/sources/*}:fetchInventory\xda\x41\x06source\x12\xe4\x01\n\x16ListUtilizationReports\x12:.google.cloud.vmmigration.v1.ListUtilizationReportsRequest\x1a;.google.cloud.vmmigration.v1.ListUtilizationReportsResponse\"Q\x82\xd3\xe4\x93\x02\x42\x12@/v1/{parent=projects/*/locations/*/sources/*}/utilizationReports\xda\x41\x06parent\x12\xd1\x01\n\x14GetUtilizationReport\x12\x38.google.cloud.vmmigration.v1.GetUtilizationReportRequest\x1a..google.cloud.vmmigration.v1.UtilizationReport\"O\x82\xd3\xe4\x93\x02\x42\x12@/v1/{name=projects/*/locations/*/sources/*/utilizationReports/*}\xda\x41\x04name\x12\xaf\x02\n\x17\x43reateUtilizationReport\x12;.google.cloud.vmmigration.v1.CreateUtilizationReportRequest\x1a\x1d.google.longrunning.Operation\"\xb7\x01\x82\xd3\xe4\x93\x02V\"@/v1/{parent=projects/*/locations/*/sources/*}/utilizationReports:\x12utilization_report\xda\x41/parent,utilization_report,utilization_report_id\xca\x41&\n\x11UtilizationReport\x12\x11OperationMetadata\x12\xf3\x01\n\x17\x44\x65leteUtilizationReport\x12;.google.cloud.vmmigration.v1.DeleteUtilizationReportRequest\x1a\x1d.google.longrunning.Operation\"|\x82\xd3\xe4\x93\x02\x42*@/v1/{name=projects/*/locations/*/sources/*/utilizationReports/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xec\x01\n\x18ListDatacenterConnectors\x12<.google.cloud.vmmigration.v1.ListDatacenterConnectorsRequest\x1a=.google.cloud.vmmigration.v1.ListDatacenterConnectorsResponse\"S\x82\xd3\xe4\x93\x02\x44\x12\x42/v1/{parent=projects/*/locations/*/sources/*}/datacenterConnectors\xda\x41\x06parent\x12\xd9\x01\n\x16GetDatacenterConnector\x12:.google.cloud.vmmigration.v1.GetDatacenterConnectorRequest\x1a\x30.google.cloud.vmmigration.v1.DatacenterConnector\"Q\x82\xd3\xe4\x93\x02\x44\x12\x42/v1/{name=projects/*/locations/*/sources/*/datacenterConnectors/*}\xda\x41\x04name\x12\xbd\x02\n\x19\x43reateDatacenterConnector\x12=.google.cloud.vmmigration.v1.CreateDatacenterConnectorRequest\x1a\x1d.google.longrunning.Operation\"\xc1\x01\x82\xd3\xe4\x93\x02Z\"B/v1/{parent=projects/*/locations/*/sources/*}/datacenterConnectors:\x14\x64\x61tacenter_connector\xda\x41\x33parent,datacenter_connector,datacenter_connector_id\xca\x41(\n\x13\x44\x61tacenterConnector\x12\x11OperationMetadata\x12\xf9\x01\n\x19\x44\x65leteDatacenterConnector\x12=.google.cloud.vmmigration.v1.DeleteDatacenterConnectorRequest\x1a\x1d.google.longrunning.Operation\"~\x82\xd3\xe4\x93\x02\x44*B/v1/{name=projects/*/locations/*/sources/*/datacenterConnectors/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\x88\x02\n\x10UpgradeAppliance\x12\x34.google.cloud.vmmigration.v1.UpgradeApplianceRequest\x1a\x1d.google.longrunning.Operation\"\x9e\x01\x82\xd3\xe4\x93\x02h\"c/v1/{datacenter_connector=projects/*/locations/*/sources/*/datacenterConnectors/*}:upgradeAppliance:\x01*\xca\x41-\n\x18UpgradeApplianceResponse\x12\x11OperationMetadata\x12\x85\x02\n\x11\x43reateMigratingVm\x12\x35.google.cloud.vmmigration.v1.CreateMigratingVmRequest\x1a\x1d.google.longrunning.Operation\"\x99\x01\x82\xd3\xe4\x93\x02J\":/v1/{parent=projects/*/locations/*/sources/*}/migratingVms:\x0cmigrating_vm\xda\x41#parent,migrating_vm,migrating_vm_id\xca\x41 \n\x0bMigratingVm\x12\x11OperationMetadata\x12\xcc\x01\n\x10ListMigratingVms\x12\x34.google.cloud.vmmigration.v1.ListMigratingVmsRequest\x1a\x35.google.cloud.vmmigration.v1.ListMigratingVmsResponse\"K\x82\xd3\xe4\x93\x02<\x12:/v1/{parent=projects/*/locations/*/sources/*}/migratingVms\xda\x41\x06parent\x12\xb9\x01\n\x0eGetMigratingVm\x12\x32.google.cloud.vmmigration.v1.GetMigratingVmRequest\x1a(.google.cloud.vmmigration.v1.MigratingVm\"I\x82\xd3\xe4\x93\x02<\x12:/v1/{name=projects/*/locations/*/sources/*/migratingVms/*}\xda\x41\x04name\x12\x87\x02\n\x11UpdateMigratingVm\x12\x35.google.cloud.vmmigration.v1.UpdateMigratingVmRequest\x1a\x1d.google.longrunning.Operation\"\x9b\x01\x82\xd3\xe4\x93\x02W2G/v1/{migrating_vm.name=projects/*/locations/*/sources/*/migratingVms/*}:\x0cmigrating_vm\xda\x41\x18migrating_vm,update_mask\xca\x41 \n\x0bMigratingVm\x12\x11OperationMetadata\x12\xe1\x01\n\x11\x44\x65leteMigratingVm\x12\x35.google.cloud.vmmigration.v1.DeleteMigratingVmRequest\x1a\x1d.google.longrunning.Operation\"v\x82\xd3\xe4\x93\x02<*:/v1/{name=projects/*/locations/*/sources/*/migratingVms/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xff\x01\n\x0eStartMigration\x12\x32.google.cloud.vmmigration.v1.StartMigrationRequest\x1a\x1d.google.longrunning.Operation\"\x99\x01\x82\xd3\xe4\x93\x02V\"Q/v1/{migrating_vm=projects/*/locations/*/sources/*/migratingVms/*}:startMigration:\x01*\xda\x41\x0cmigrating_vm\xca\x41+\n\x16StartMigrationResponse\x12\x11OperationMetadata\x12\xf4\x01\n\x0fResumeMigration\x12\x33.google.cloud.vmmigration.v1.ResumeMigrationRequest\x1a\x1d.google.longrunning.Operation\"\x8c\x01\x82\xd3\xe4\x93\x02W\"R/v1/{migrating_vm=projects/*/locations/*/sources/*/migratingVms/*}:resumeMigration:\x01*\xca\x41,\n\x17ResumeMigrationResponse\x12\x11OperationMetadata\x12\xf0\x01\n\x0ePauseMigration\x12\x32.google.cloud.vmmigration.v1.PauseMigrationRequest\x1a\x1d.google.longrunning.Operation\"\x8a\x01\x82\xd3\xe4\x93\x02V\"Q/v1/{migrating_vm=projects/*/locations/*/sources/*/migratingVms/*}:pauseMigration:\x01*\xca\x41+\n\x16PauseMigrationResponse\x12\x11OperationMetadata\x12\x8b\x02\n\x11\x46inalizeMigration\x12\x35.google.cloud.vmmigration.v1.FinalizeMigrationRequest\x1a\x1d.google.longrunning.Operation\"\x9f\x01\x82\xd3\xe4\x93\x02Y\"T/v1/{migrating_vm=projects/*/locations/*/sources/*/migratingVms/*}:finalizeMigration:\x01*\xda\x41\x0cmigrating_vm\xca\x41.\n\x19\x46inalizeMigrationResponse\x12\x11OperationMetadata\x12\xff\x01\n\x0e\x43reateCloneJob\x12\x32.google.cloud.vmmigration.v1.CreateCloneJobRequest\x1a\x1d.google.longrunning.Operation\"\x99\x01\x82\xd3\xe4\x93\x02S\"F/v1/{parent=projects/*/locations/*/sources/*/migratingVms/*}/cloneJobs:\tclone_job\xda\x41\x1dparent,clone_job,clone_job_id\xca\x41\x1d\n\x08\x43loneJob\x12\x11OperationMetadata\x12\xf3\x01\n\x0e\x43\x61ncelCloneJob\x12\x32.google.cloud.vmmigration.v1.CancelCloneJobRequest\x1a\x1d.google.longrunning.Operation\"\x8d\x01\x82\xd3\xe4\x93\x02R\"M/v1/{name=projects/*/locations/*/sources/*/migratingVms/*/cloneJobs/*}:cancel:\x01*\xda\x41\x04name\xca\x41+\n\x16\x43\x61ncelCloneJobResponse\x12\x11OperationMetadata\x12\xcf\x01\n\rListCloneJobs\x12\x31.google.cloud.vmmigration.v1.ListCloneJobsRequest\x1a\x32.google.cloud.vmmigration.v1.ListCloneJobsResponse\"W\x82\xd3\xe4\x93\x02H\x12\x46/v1/{parent=projects/*/locations/*/sources/*/migratingVms/*}/cloneJobs\xda\x41\x06parent\x12\xbc\x01\n\x0bGetCloneJob\x12/.google.cloud.vmmigration.v1.GetCloneJobRequest\x1a%.google.cloud.vmmigration.v1.CloneJob\"U\x82\xd3\xe4\x93\x02H\x12\x46/v1/{name=projects/*/locations/*/sources/*/migratingVms/*/cloneJobs/*}\xda\x41\x04name\x12\x8d\x02\n\x10\x43reateCutoverJob\x12\x34.google.cloud.vmmigration.v1.CreateCutoverJobRequest\x1a\x1d.google.longrunning.Operation\"\xa3\x01\x82\xd3\xe4\x93\x02W\"H/v1/{parent=projects/*/locations/*/sources/*/migratingVms/*}/cutoverJobs:\x0b\x63utover_job\xda\x41!parent,cutover_job,cutover_job_id\xca\x41\x1f\n\nCutoverJob\x12\x11OperationMetadata\x12\xfb\x01\n\x10\x43\x61ncelCutoverJob\x12\x34.google.cloud.vmmigration.v1.CancelCutoverJobRequest\x1a\x1d.google.longrunning.Operation\"\x91\x01\x82\xd3\xe4\x93\x02T\"O/v1/{name=projects/*/locations/*/sources/*/migratingVms/*/cutoverJobs/*}:cancel:\x01*\xda\x41\x04name\xca\x41-\n\x18\x43\x61ncelCutoverJobResponse\x12\x11OperationMetadata\x12\xd7\x01\n\x0fListCutoverJobs\x12\x33.google.cloud.vmmigration.v1.ListCutoverJobsRequest\x1a\x34.google.cloud.vmmigration.v1.ListCutoverJobsResponse\"Y\x82\xd3\xe4\x93\x02J\x12H/v1/{parent=projects/*/locations/*/sources/*/migratingVms/*}/cutoverJobs\xda\x41\x06parent\x12\xc4\x01\n\rGetCutoverJob\x12\x31.google.cloud.vmmigration.v1.GetCutoverJobRequest\x1a\'.google.cloud.vmmigration.v1.CutoverJob\"W\x82\xd3\xe4\x93\x02J\x12H/v1/{name=projects/*/locations/*/sources/*/migratingVms/*/cutoverJobs/*}\xda\x41\x04name\x12\xaa\x01\n\nListGroups\x12..google.cloud.vmmigration.v1.ListGroupsRequest\x1a/.google.cloud.vmmigration.v1.ListGroupsResponse\";\x82\xd3\xe4\x93\x02,\x12*/v1/{parent=projects/*/locations/*}/groups\xda\x41\x06parent\x12\x97\x01\n\x08GetGroup\x12,.google.cloud.vmmigration.v1.GetGroupRequest\x1a\".google.cloud.vmmigration.v1.Group\"9\x82\xd3\xe4\x93\x02,\x12*/v1/{name=projects/*/locations/*/groups/*}\xda\x41\x04name\x12\xcd\x01\n\x0b\x43reateGroup\x12/.google.cloud.vmmigration.v1.CreateGroupRequest\x1a\x1d.google.longrunning.Operation\"n\x82\xd3\xe4\x93\x02\x33\"*/v1/{parent=projects/*/locations/*}/groups:\x05group\xda\x41\x15parent,group,group_id\xca\x41\x1a\n\x05Group\x12\x11OperationMetadata\x12\xcf\x01\n\x0bUpdateGroup\x12/.google.cloud.vmmigration.v1.UpdateGroupRequest\x1a\x1d.google.longrunning.Operation\"p\x82\xd3\xe4\x93\x02\x39\x32\x30/v1/{group.name=projects/*/locations/*/groups/*}:\x05group\xda\x41\x11group,update_mask\xca\x41\x1a\n\x05Group\x12\x11OperationMetadata\x12\xc5\x01\n\x0b\x44\x65leteGroup\x12/.google.cloud.vmmigration.v1.DeleteGroupRequest\x1a\x1d.google.longrunning.Operation\"f\x82\xd3\xe4\x93\x02,**/v1/{name=projects/*/locations/*/groups/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xed\x01\n\x11\x41\x64\x64GroupMigration\x12\x35.google.cloud.vmmigration.v1.AddGroupMigrationRequest\x1a\x1d.google.longrunning.Operation\"\x81\x01\x82\xd3\xe4\x93\x02\x42\"=/v1/{group=projects/*/locations/*/groups/*}:addGroupMigration:\x01*\xda\x41\x05group\xca\x41.\n\x19\x41\x64\x64GroupMigrationResponse\x12\x11OperationMetadata\x12\xf9\x01\n\x14RemoveGroupMigration\x12\x38.google.cloud.vmmigration.v1.RemoveGroupMigrationRequest\x1a\x1d.google.longrunning.Operation\"\x87\x01\x82\xd3\xe4\x93\x02\x45\"@/v1/{group=projects/*/locations/*/groups/*}:removeGroupMigration:\x01*\xda\x41\x05group\xca\x41\x31\n\x1cRemoveGroupMigrationResponse\x12\x11OperationMetadata\x12\xca\x01\n\x12ListTargetProjects\x12\x36.google.cloud.vmmigration.v1.ListTargetProjectsRequest\x1a\x37.google.cloud.vmmigration.v1.ListTargetProjectsResponse\"C\x82\xd3\xe4\x93\x02\x34\x12\x32/v1/{parent=projects/*/locations/*}/targetProjects\xda\x41\x06parent\x12\xb7\x01\n\x10GetTargetProject\x12\x34.google.cloud.vmmigration.v1.GetTargetProjectRequest\x1a*.google.cloud.vmmigration.v1.TargetProject\"A\x82\xd3\xe4\x93\x02\x34\x12\x32/v1/{name=projects/*/locations/*/targetProjects/*}\xda\x41\x04name\x12\x89\x02\n\x13\x43reateTargetProject\x12\x37.google.cloud.vmmigration.v1.CreateTargetProjectRequest\x1a\x1d.google.longrunning.Operation\"\x99\x01\x82\xd3\xe4\x93\x02\x44\"2/v1/{parent=projects/*/locations/*}/targetProjects:\x0etarget_project\xda\x41\'parent,target_project,target_project_id\xca\x41\"\n\rTargetProject\x12\x11OperationMetadata\x12\x8b\x02\n\x13UpdateTargetProject\x12\x37.google.cloud.vmmigration.v1.UpdateTargetProjectRequest\x1a\x1d.google.longrunning.Operation\"\x9b\x01\x82\xd3\xe4\x93\x02S2A/v1/{target_project.name=projects/*/locations/*/targetProjects/*}:\x0etarget_project\xda\x41\x1atarget_project,update_mask\xca\x41\"\n\rTargetProject\x12\x11OperationMetadata\x12\xdd\x01\n\x13\x44\x65leteTargetProject\x12\x37.google.cloud.vmmigration.v1.DeleteTargetProjectRequest\x1a\x1d.google.longrunning.Operation\"n\x82\xd3\xe4\x93\x02\x34*2/v1/{name=projects/*/locations/*/targetProjects/*}\xda\x41\x04name\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\x12\xef\x01\n\x15ListReplicationCycles\x12\x39.google.cloud.vmmigration.v1.ListReplicationCyclesRequest\x1a:.google.cloud.vmmigration.v1.ListReplicationCyclesResponse\"_\x82\xd3\xe4\x93\x02P\x12N/v1/{parent=projects/*/locations/*/sources/*/migratingVms/*}/replicationCycles\xda\x41\x06parent\x12\xdc\x01\n\x13GetReplicationCycle\x12\x37.google.cloud.vmmigration.v1.GetReplicationCycleRequest\x1a-.google.cloud.vmmigration.v1.ReplicationCycle\"]\x82\xd3\xe4\x93\x02P\x12N/v1/{name=projects/*/locations/*/sources/*/migratingVms/*/replicationCycles/*}\xda\x41\x04name\x1aN\xca\x41\x1avmmigration.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xd5\x01\n\x1f\x63om.google.cloud.vmmigration.v1B\x10VmMigrationProtoP\x01ZAcloud.google.com/go/vmmigration/apiv1/vmmigrationpb;vmmigrationpb\xaa\x02\x1bGoogle.Cloud.VMMigration.V1\xca\x02\x1bGoogle\\Cloud\\VMMigration\\V1\xea\x02\x1eGoogle::Cloud::VMMigration::V1b\x06proto3"
20
+
21
+ pool = Google::Protobuf::DescriptorPool.generated_pool
22
+
23
+ begin
24
+ pool.add_serialized_file(descriptor_data)
25
+ rescue TypeError => e
26
+ # Compatibility code: will be removed in the next major version.
27
+ require 'google/protobuf/descriptor_pb'
28
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
29
+ parsed.clear_dependency
30
+ serialized = parsed.class.encode(parsed)
31
+ file = pool.add_serialized_file(serialized)
32
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
33
+ imports = [
34
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
35
+ ["google.protobuf.Duration", "google/protobuf/duration.proto"],
36
+ ["google.rpc.Status", "google/rpc/status.proto"],
37
+ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
38
+ ["google.rpc.LocalizedMessage", "google/rpc/error_details.proto"],
39
+ ]
40
+ imports.each do |type_name, expected_filename|
41
+ import_file = pool.lookup(type_name).file_descriptor
42
+ if import_file.name != expected_filename
43
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
831
44
  end
832
45
  end
46
+ warn "Each proto file must use a consistent fully-qualified name."
47
+ warn "This will become an error in the next major version."
833
48
  end
834
49
 
835
50
  module Google
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -81,7 +83,7 @@ module Google
81
83
  # long-running operation pattern.
82
84
  # @!attribute [rw] new_issue_uri
83
85
  # @return [::String]
84
- # Link to a place that API users can report issues. Example:
86
+ # Link to a *public* URI where users can report issues. Example:
85
87
  # https://issuetracker.google.com/issues/new?component=190865&template=1161103
86
88
  # @!attribute [rw] documentation_uri
87
89
  # @return [::String]
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -203,9 +209,57 @@ module Google
203
209
  # @!attribute [rw] common
204
210
  # @return [::Google::Api::CommonLanguageSettings]
205
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
206
242
  class DotnetSettings
207
243
  include ::Google::Protobuf::MessageExts
208
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
209
263
  end
210
264
 
211
265
  # Settings for Ruby client libraries.
@@ -240,8 +294,8 @@ module Google
240
294
  # Example of a YAML configuration::
241
295
  #
242
296
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
297
+ # method_settings:
298
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
299
  # long_running:
246
300
  # initial_poll_delay:
247
301
  # seconds: 60 # 1 minute
@@ -299,6 +353,15 @@ module Google
299
353
 
300
354
  # Street View Org.
301
355
  STREET_VIEW = 4
356
+
357
+ # Shopping Org.
358
+ SHOPPING = 5
359
+
360
+ # Geo Org.
361
+ GEO = 6
362
+
363
+ # Generative AI - https://developers.generativeai.google
364
+ GENERATIVE_AI = 7
302
365
  end
303
366
 
304
367
  # To where should client libraries be published?
@@ -43,8 +43,12 @@ module Google
43
43
  # if (any.is(Foo.class)) {
44
44
  # foo = any.unpack(Foo.class);
45
45
  # }
46
+ # // or ...
47
+ # if (any.isSameTypeAs(Foo.getDefaultInstance())) {
48
+ # foo = any.unpack(Foo.getDefaultInstance());
49
+ # }
46
50
  #
47
- # Example 3: Pack and unpack a message in Python.
51
+ # Example 3: Pack and unpack a message in Python.
48
52
  #
49
53
  # foo = Foo(...)
50
54
  # any = Any()
@@ -54,7 +58,7 @@ module Google
54
58
  # any.Unpack(foo)
55
59
  # ...
56
60
  #
57
- # Example 4: Pack and unpack a message in Go
61
+ # Example 4: Pack and unpack a message in Go
58
62
  #
59
63
  # foo := &pb.Foo{...}
60
64
  # any, err := anypb.New(foo)
@@ -73,9 +77,8 @@ module Google
73
77
  # in the type URL, for example "foo.bar.com/x/y.z" will yield type
74
78
  # name "y.z".
75
79
  #
76
- #
77
80
  # JSON
78
- #
81
+ # ====
79
82
  # The JSON representation of an `Any` value uses the regular
80
83
  # representation of the deserialized, embedded message, with an
81
84
  # additional field `@type` which contains the type URL. Example:
@@ -69,7 +69,6 @@ module Google
69
69
  # Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
70
70
  # .setNanos((int) ((millis % 1000) * 1000000)).build();
71
71
  #
72
- #
73
72
  # Example 5: Compute Timestamp from Java `Instant.now()`.
74
73
  #
75
74
  # Instant now = Instant.now();
@@ -78,7 +77,6 @@ module Google
78
77
  # Timestamp.newBuilder().setSeconds(now.getEpochSecond())
79
78
  # .setNanos(now.getNano()).build();
80
79
  #
81
- #
82
80
  # Example 6: Compute Timestamp from current time in Python.
83
81
  #
84
82
  # timestamp = Timestamp()
@@ -108,7 +106,7 @@ module Google
108
106
  # [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
109
107
  # the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
110
108
  # the Joda Time's [`ISODateTimeFormat.dateTime()`](
111
- # http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
109
+ # http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
112
110
  # ) to obtain a formatter capable of generating timestamps in this format.
113
111
  # @!attribute [rw] seconds
114
112
  # @return [::Integer]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vm_migration-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.18.0
19
+ version: 0.19.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.18.0
29
+ version: 0.19.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a