google-cloud-compute-v1 2.10.0 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/compute/v1/compute_pb.rb +51 -1
- data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/client.rb +829 -0
- data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/service_stub.rb +378 -0
- data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests.rb +47 -0
- data/lib/google/cloud/compute/v1/instance_settings_service/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/instance_settings_service/rest/client.rb +512 -0
- data/lib/google/cloud/compute/v1/instance_settings_service/rest/service_stub.rb +190 -0
- data/lib/google/cloud/compute/v1/instance_settings_service/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/instance_settings_service.rb +47 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +104 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +62 -0
- data/lib/google/cloud/compute/v1/rest.rb +4 -0
- data/lib/google/cloud/compute/v1/storage_pool_types/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/storage_pool_types/rest/client.rb +603 -0
- data/lib/google/cloud/compute/v1/storage_pool_types/rest/service_stub.rb +249 -0
- data/lib/google/cloud/compute/v1/storage_pool_types/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/storage_pool_types.rb +47 -0
- data/lib/google/cloud/compute/v1/storage_pools/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/storage_pools/rest/client.rb +1313 -0
- data/lib/google/cloud/compute/v1/storage_pools/rest/service_stub.rb +679 -0
- data/lib/google/cloud/compute/v1/storage_pools/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/storage_pools.rb +47 -0
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1.rb +4 -0
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +1410 -118
- metadata +22 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-compute-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.11.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: 2024-03
|
11
|
+
date: 2024-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -193,6 +193,11 @@ files:
|
|
193
193
|
- lib/google/cloud/compute/v1/images/rest/client.rb
|
194
194
|
- lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb
|
195
195
|
- lib/google/cloud/compute/v1/images/rest/service_stub.rb
|
196
|
+
- lib/google/cloud/compute/v1/instance_group_manager_resize_requests.rb
|
197
|
+
- lib/google/cloud/compute/v1/instance_group_manager_resize_requests/credentials.rb
|
198
|
+
- lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest.rb
|
199
|
+
- lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/client.rb
|
200
|
+
- lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/service_stub.rb
|
196
201
|
- lib/google/cloud/compute/v1/instance_group_managers.rb
|
197
202
|
- lib/google/cloud/compute/v1/instance_group_managers/credentials.rb
|
198
203
|
- lib/google/cloud/compute/v1/instance_group_managers/rest.rb
|
@@ -205,6 +210,11 @@ files:
|
|
205
210
|
- lib/google/cloud/compute/v1/instance_groups/rest/client.rb
|
206
211
|
- lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb
|
207
212
|
- lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb
|
213
|
+
- lib/google/cloud/compute/v1/instance_settings_service.rb
|
214
|
+
- lib/google/cloud/compute/v1/instance_settings_service/credentials.rb
|
215
|
+
- lib/google/cloud/compute/v1/instance_settings_service/rest.rb
|
216
|
+
- lib/google/cloud/compute/v1/instance_settings_service/rest/client.rb
|
217
|
+
- lib/google/cloud/compute/v1/instance_settings_service/rest/service_stub.rb
|
208
218
|
- lib/google/cloud/compute/v1/instance_templates.rb
|
209
219
|
- lib/google/cloud/compute/v1/instance_templates/credentials.rb
|
210
220
|
- lib/google/cloud/compute/v1/instance_templates/rest.rb
|
@@ -540,6 +550,16 @@ files:
|
|
540
550
|
- lib/google/cloud/compute/v1/ssl_policies/rest/client.rb
|
541
551
|
- lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb
|
542
552
|
- lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb
|
553
|
+
- lib/google/cloud/compute/v1/storage_pool_types.rb
|
554
|
+
- lib/google/cloud/compute/v1/storage_pool_types/credentials.rb
|
555
|
+
- lib/google/cloud/compute/v1/storage_pool_types/rest.rb
|
556
|
+
- lib/google/cloud/compute/v1/storage_pool_types/rest/client.rb
|
557
|
+
- lib/google/cloud/compute/v1/storage_pool_types/rest/service_stub.rb
|
558
|
+
- lib/google/cloud/compute/v1/storage_pools.rb
|
559
|
+
- lib/google/cloud/compute/v1/storage_pools/credentials.rb
|
560
|
+
- lib/google/cloud/compute/v1/storage_pools/rest.rb
|
561
|
+
- lib/google/cloud/compute/v1/storage_pools/rest/client.rb
|
562
|
+
- lib/google/cloud/compute/v1/storage_pools/rest/service_stub.rb
|
543
563
|
- lib/google/cloud/compute/v1/subnetworks.rb
|
544
564
|
- lib/google/cloud/compute/v1/subnetworks/credentials.rb
|
545
565
|
- lib/google/cloud/compute/v1/subnetworks/rest.rb
|