google-cloud-compute-v1 3.5.0 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +375 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +122 -0
- data/lib/google/cloud/compute/v1/compute_pb.rb +151 -1
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +118 -0
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +64 -0
- data/lib/google/cloud/compute/v1/global_vm_extension_policies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_vm_extension_policies/rest/client.rb +1164 -0
- data/lib/google/cloud/compute/v1/global_vm_extension_policies/rest/service_stub.rb +453 -0
- data/lib/google/cloud/compute/v1/global_vm_extension_policies/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/global_vm_extension_policies.rb +47 -0
- data/lib/google/cloud/compute/v1/instant_snapshot_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/instant_snapshot_groups/rest/client.rb +1145 -0
- data/lib/google/cloud/compute/v1/instant_snapshot_groups/rest/service_stub.rb +523 -0
- data/lib/google/cloud/compute/v1/instant_snapshot_groups/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/instant_snapshot_groups.rb +47 -0
- data/lib/google/cloud/compute/v1/license_codes/credentials.rb +0 -1
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +193 -0
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +125 -0
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +116 -0
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +63 -0
- data/lib/google/cloud/compute/v1/region_backend_buckets/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb +1450 -0
- data/lib/google/cloud/compute/v1/region_backend_buckets/rest/service_stub.rb +649 -0
- data/lib/google/cloud/compute/v1/region_backend_buckets/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/region_backend_buckets.rb +47 -0
- data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/client.rb +95 -0
- data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/service_stub.rb +63 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +118 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +64 -0
- data/lib/google/cloud/compute/v1/region_health_sources/rest/client.rb +95 -0
- data/lib/google/cloud/compute/v1/region_health_sources/rest/service_stub.rb +63 -0
- data/lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest/client.rb +1002 -0
- data/lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest/service_stub.rb +400 -0
- data/lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests.rb +47 -0
- data/lib/google/cloud/compute/v1/region_instant_snapshot_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest/client.rb +1146 -0
- data/lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest/service_stub.rb +523 -0
- data/lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/region_instant_snapshot_groups.rb +47 -0
- data/lib/google/cloud/compute/v1/region_snapshot_settings/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_snapshot_settings/rest/client.rb +561 -0
- data/lib/google/cloud/compute/v1/region_snapshot_settings/rest/service_stub.rb +206 -0
- data/lib/google/cloud/compute/v1/region_snapshot_settings/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/region_snapshot_settings.rb +47 -0
- data/lib/google/cloud/compute/v1/region_snapshots/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_snapshots/rest/client.rb +1388 -0
- data/lib/google/cloud/compute/v1/region_snapshots/rest/service_stub.rb +651 -0
- data/lib/google/cloud/compute/v1/region_snapshots/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/region_snapshots.rb +47 -0
- data/lib/google/cloud/compute/v1/rest.rb +10 -0
- data/lib/google/cloud/compute/v1/rollout_plans/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/rollout_plans/rest/client.rb +848 -0
- data/lib/google/cloud/compute/v1/rollout_plans/rest/service_stub.rb +328 -0
- data/lib/google/cloud/compute/v1/rollout_plans/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/rollout_plans.rb +47 -0
- data/lib/google/cloud/compute/v1/rollouts/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/rollouts/rest/client.rb +853 -0
- data/lib/google/cloud/compute/v1/rollouts/rest/service_stub.rb +328 -0
- data/lib/google/cloud/compute/v1/rollouts/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/rollouts.rb +47 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +115 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +63 -0
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/zone_vm_extension_policies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/zone_vm_extension_policies/rest/client.rb +975 -0
- data/lib/google/cloud/compute/v1/zone_vm_extension_policies/rest/service_stub.rb +396 -0
- data/lib/google/cloud/compute/v1/zone_vm_extension_policies/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/zone_vm_extension_policies.rb +47 -0
- data/lib/google/cloud/compute/v1.rb +10 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +6037 -1099
- metadata +51 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-compute-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -184,6 +184,11 @@ files:
|
|
|
184
184
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb
|
|
185
185
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/grpc_transcoding.rb
|
|
186
186
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb
|
|
187
|
+
- lib/google/cloud/compute/v1/global_vm_extension_policies.rb
|
|
188
|
+
- lib/google/cloud/compute/v1/global_vm_extension_policies/credentials.rb
|
|
189
|
+
- lib/google/cloud/compute/v1/global_vm_extension_policies/rest.rb
|
|
190
|
+
- lib/google/cloud/compute/v1/global_vm_extension_policies/rest/client.rb
|
|
191
|
+
- lib/google/cloud/compute/v1/global_vm_extension_policies/rest/service_stub.rb
|
|
187
192
|
- lib/google/cloud/compute/v1/health_checks.rb
|
|
188
193
|
- lib/google/cloud/compute/v1/health_checks/credentials.rb
|
|
189
194
|
- lib/google/cloud/compute/v1/health_checks/rest.rb
|
|
@@ -235,6 +240,11 @@ files:
|
|
|
235
240
|
- lib/google/cloud/compute/v1/instances/rest/client.rb
|
|
236
241
|
- lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb
|
|
237
242
|
- lib/google/cloud/compute/v1/instances/rest/service_stub.rb
|
|
243
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups.rb
|
|
244
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/credentials.rb
|
|
245
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/rest.rb
|
|
246
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/rest/client.rb
|
|
247
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/rest/service_stub.rb
|
|
238
248
|
- lib/google/cloud/compute/v1/instant_snapshots.rb
|
|
239
249
|
- lib/google/cloud/compute/v1/instant_snapshots/credentials.rb
|
|
240
250
|
- lib/google/cloud/compute/v1/instant_snapshots/rest.rb
|
|
@@ -386,6 +396,11 @@ files:
|
|
|
386
396
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb
|
|
387
397
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb
|
|
388
398
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb
|
|
399
|
+
- lib/google/cloud/compute/v1/region_backend_buckets.rb
|
|
400
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/credentials.rb
|
|
401
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/rest.rb
|
|
402
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb
|
|
403
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/rest/service_stub.rb
|
|
389
404
|
- lib/google/cloud/compute/v1/region_backend_services.rb
|
|
390
405
|
- lib/google/cloud/compute/v1/region_backend_services/credentials.rb
|
|
391
406
|
- lib/google/cloud/compute/v1/region_backend_services/rest.rb
|
|
@@ -437,6 +452,11 @@ files:
|
|
|
437
452
|
- lib/google/cloud/compute/v1/region_health_sources/rest.rb
|
|
438
453
|
- lib/google/cloud/compute/v1/region_health_sources/rest/client.rb
|
|
439
454
|
- lib/google/cloud/compute/v1/region_health_sources/rest/service_stub.rb
|
|
455
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests.rb
|
|
456
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/credentials.rb
|
|
457
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest.rb
|
|
458
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest/client.rb
|
|
459
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest/service_stub.rb
|
|
440
460
|
- lib/google/cloud/compute/v1/region_instance_group_managers.rb
|
|
441
461
|
- lib/google/cloud/compute/v1/region_instance_group_managers/credentials.rb
|
|
442
462
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb
|
|
@@ -460,6 +480,11 @@ files:
|
|
|
460
480
|
- lib/google/cloud/compute/v1/region_instances/rest/client.rb
|
|
461
481
|
- lib/google/cloud/compute/v1/region_instances/rest/grpc_transcoding.rb
|
|
462
482
|
- lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb
|
|
483
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups.rb
|
|
484
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/credentials.rb
|
|
485
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest.rb
|
|
486
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest/client.rb
|
|
487
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest/service_stub.rb
|
|
463
488
|
- lib/google/cloud/compute/v1/region_instant_snapshots.rb
|
|
464
489
|
- lib/google/cloud/compute/v1/region_instant_snapshots/credentials.rb
|
|
465
490
|
- lib/google/cloud/compute/v1/region_instant_snapshots/rest.rb
|
|
@@ -494,6 +519,16 @@ files:
|
|
|
494
519
|
- lib/google/cloud/compute/v1/region_security_policies/rest.rb
|
|
495
520
|
- lib/google/cloud/compute/v1/region_security_policies/rest/client.rb
|
|
496
521
|
- lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb
|
|
522
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings.rb
|
|
523
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/credentials.rb
|
|
524
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/rest.rb
|
|
525
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/rest/client.rb
|
|
526
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/rest/service_stub.rb
|
|
527
|
+
- lib/google/cloud/compute/v1/region_snapshots.rb
|
|
528
|
+
- lib/google/cloud/compute/v1/region_snapshots/credentials.rb
|
|
529
|
+
- lib/google/cloud/compute/v1/region_snapshots/rest.rb
|
|
530
|
+
- lib/google/cloud/compute/v1/region_snapshots/rest/client.rb
|
|
531
|
+
- lib/google/cloud/compute/v1/region_snapshots/rest/service_stub.rb
|
|
497
532
|
- lib/google/cloud/compute/v1/region_ssl_certificates.rb
|
|
498
533
|
- lib/google/cloud/compute/v1/region_ssl_certificates/credentials.rb
|
|
499
534
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb
|
|
@@ -567,6 +602,16 @@ files:
|
|
|
567
602
|
- lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb
|
|
568
603
|
- lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb
|
|
569
604
|
- lib/google/cloud/compute/v1/rest.rb
|
|
605
|
+
- lib/google/cloud/compute/v1/rollout_plans.rb
|
|
606
|
+
- lib/google/cloud/compute/v1/rollout_plans/credentials.rb
|
|
607
|
+
- lib/google/cloud/compute/v1/rollout_plans/rest.rb
|
|
608
|
+
- lib/google/cloud/compute/v1/rollout_plans/rest/client.rb
|
|
609
|
+
- lib/google/cloud/compute/v1/rollout_plans/rest/service_stub.rb
|
|
610
|
+
- lib/google/cloud/compute/v1/rollouts.rb
|
|
611
|
+
- lib/google/cloud/compute/v1/rollouts/credentials.rb
|
|
612
|
+
- lib/google/cloud/compute/v1/rollouts/rest.rb
|
|
613
|
+
- lib/google/cloud/compute/v1/rollouts/rest/client.rb
|
|
614
|
+
- lib/google/cloud/compute/v1/rollouts/rest/service_stub.rb
|
|
570
615
|
- lib/google/cloud/compute/v1/routers.rb
|
|
571
616
|
- lib/google/cloud/compute/v1/routers/credentials.rb
|
|
572
617
|
- lib/google/cloud/compute/v1/routers/rest.rb
|
|
@@ -708,6 +753,11 @@ files:
|
|
|
708
753
|
- lib/google/cloud/compute/v1/zone_operations/rest/grpc_transcoding.rb
|
|
709
754
|
- lib/google/cloud/compute/v1/zone_operations/rest/nonstandard_lro.rb
|
|
710
755
|
- lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb
|
|
756
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies.rb
|
|
757
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/credentials.rb
|
|
758
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/rest.rb
|
|
759
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/rest/client.rb
|
|
760
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/rest/service_stub.rb
|
|
711
761
|
- lib/google/cloud/compute/v1/zones.rb
|
|
712
762
|
- lib/google/cloud/compute/v1/zones/credentials.rb
|
|
713
763
|
- lib/google/cloud/compute/v1/zones/rest.rb
|