google-cloud-compute-v1 3.5.0 → 3.6.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 +94 -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/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/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 +7 -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 +7 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +4753 -1599
- metadata +36 -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.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -235,6 +235,11 @@ files:
|
|
|
235
235
|
- lib/google/cloud/compute/v1/instances/rest/client.rb
|
|
236
236
|
- lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb
|
|
237
237
|
- lib/google/cloud/compute/v1/instances/rest/service_stub.rb
|
|
238
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups.rb
|
|
239
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/credentials.rb
|
|
240
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/rest.rb
|
|
241
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/rest/client.rb
|
|
242
|
+
- lib/google/cloud/compute/v1/instant_snapshot_groups/rest/service_stub.rb
|
|
238
243
|
- lib/google/cloud/compute/v1/instant_snapshots.rb
|
|
239
244
|
- lib/google/cloud/compute/v1/instant_snapshots/credentials.rb
|
|
240
245
|
- lib/google/cloud/compute/v1/instant_snapshots/rest.rb
|
|
@@ -386,6 +391,11 @@ files:
|
|
|
386
391
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb
|
|
387
392
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb
|
|
388
393
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb
|
|
394
|
+
- lib/google/cloud/compute/v1/region_backend_buckets.rb
|
|
395
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/credentials.rb
|
|
396
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/rest.rb
|
|
397
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/rest/client.rb
|
|
398
|
+
- lib/google/cloud/compute/v1/region_backend_buckets/rest/service_stub.rb
|
|
389
399
|
- lib/google/cloud/compute/v1/region_backend_services.rb
|
|
390
400
|
- lib/google/cloud/compute/v1/region_backend_services/credentials.rb
|
|
391
401
|
- lib/google/cloud/compute/v1/region_backend_services/rest.rb
|
|
@@ -437,6 +447,11 @@ files:
|
|
|
437
447
|
- lib/google/cloud/compute/v1/region_health_sources/rest.rb
|
|
438
448
|
- lib/google/cloud/compute/v1/region_health_sources/rest/client.rb
|
|
439
449
|
- lib/google/cloud/compute/v1/region_health_sources/rest/service_stub.rb
|
|
450
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests.rb
|
|
451
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/credentials.rb
|
|
452
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest.rb
|
|
453
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest/client.rb
|
|
454
|
+
- lib/google/cloud/compute/v1/region_instance_group_manager_resize_requests/rest/service_stub.rb
|
|
440
455
|
- lib/google/cloud/compute/v1/region_instance_group_managers.rb
|
|
441
456
|
- lib/google/cloud/compute/v1/region_instance_group_managers/credentials.rb
|
|
442
457
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb
|
|
@@ -460,6 +475,11 @@ files:
|
|
|
460
475
|
- lib/google/cloud/compute/v1/region_instances/rest/client.rb
|
|
461
476
|
- lib/google/cloud/compute/v1/region_instances/rest/grpc_transcoding.rb
|
|
462
477
|
- lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb
|
|
478
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups.rb
|
|
479
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/credentials.rb
|
|
480
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest.rb
|
|
481
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest/client.rb
|
|
482
|
+
- lib/google/cloud/compute/v1/region_instant_snapshot_groups/rest/service_stub.rb
|
|
463
483
|
- lib/google/cloud/compute/v1/region_instant_snapshots.rb
|
|
464
484
|
- lib/google/cloud/compute/v1/region_instant_snapshots/credentials.rb
|
|
465
485
|
- lib/google/cloud/compute/v1/region_instant_snapshots/rest.rb
|
|
@@ -494,6 +514,16 @@ files:
|
|
|
494
514
|
- lib/google/cloud/compute/v1/region_security_policies/rest.rb
|
|
495
515
|
- lib/google/cloud/compute/v1/region_security_policies/rest/client.rb
|
|
496
516
|
- lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb
|
|
517
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings.rb
|
|
518
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/credentials.rb
|
|
519
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/rest.rb
|
|
520
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/rest/client.rb
|
|
521
|
+
- lib/google/cloud/compute/v1/region_snapshot_settings/rest/service_stub.rb
|
|
522
|
+
- lib/google/cloud/compute/v1/region_snapshots.rb
|
|
523
|
+
- lib/google/cloud/compute/v1/region_snapshots/credentials.rb
|
|
524
|
+
- lib/google/cloud/compute/v1/region_snapshots/rest.rb
|
|
525
|
+
- lib/google/cloud/compute/v1/region_snapshots/rest/client.rb
|
|
526
|
+
- lib/google/cloud/compute/v1/region_snapshots/rest/service_stub.rb
|
|
497
527
|
- lib/google/cloud/compute/v1/region_ssl_certificates.rb
|
|
498
528
|
- lib/google/cloud/compute/v1/region_ssl_certificates/credentials.rb
|
|
499
529
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb
|
|
@@ -708,6 +738,11 @@ files:
|
|
|
708
738
|
- lib/google/cloud/compute/v1/zone_operations/rest/grpc_transcoding.rb
|
|
709
739
|
- lib/google/cloud/compute/v1/zone_operations/rest/nonstandard_lro.rb
|
|
710
740
|
- lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb
|
|
741
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies.rb
|
|
742
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/credentials.rb
|
|
743
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/rest.rb
|
|
744
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/rest/client.rb
|
|
745
|
+
- lib/google/cloud/compute/v1/zone_vm_extension_policies/rest/service_stub.rb
|
|
711
746
|
- lib/google/cloud/compute/v1/zones.rb
|
|
712
747
|
- lib/google/cloud/compute/v1/zones/credentials.rb
|
|
713
748
|
- lib/google/cloud/compute/v1/zones/rest.rb
|