google-cloud-compute-v1 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/AUTHENTICATION.md +12 -12
- data/README.md +4 -30
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +228 -143
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +294 -187
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/compute_pb.rb +816 -135
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +334 -213
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
- data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +180 -107
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +463 -280
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +292 -127
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +259 -112
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +207 -128
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +159 -88
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +116 -64
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +170 -97
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/images/rest/client.rb +284 -174
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
- data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +497 -328
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +255 -161
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +198 -117
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +1079 -609
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +1975 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +188 -112
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +184 -108
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
- data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +91 -48
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
- data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +198 -117
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +251 -157
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +349 -173
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +333 -211
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
- data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +223 -132
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +206 -124
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +338 -219
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
- data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +170 -97
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +196 -112
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +203 -125
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +145 -82
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +309 -198
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
- data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +472 -313
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +143 -84
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +75 -40
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
- data/lib/google/cloud/compute/v1/region_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +134 -73
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +203 -125
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +245 -148
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +223 -132
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +274 -166
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
- data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +270 -166
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
- data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +197 -115
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
- data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +185 -110
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +314 -195
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +334 -159
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +294 -188
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
- data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +229 -145
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +250 -156
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
- data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +227 -135
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +134 -73
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
- data/lib/google/cloud/compute/v1.rb +5 -0
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/cloud/compute/v1/compute.rb +2526 -640
- metadata +84 -8
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: 0.
|
4
|
+
version: 0.3.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: 2021-
|
11
|
+
date: 2021-09-09 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.
|
19
|
+
version: '0.7'
|
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.
|
29
|
+
version: '0.7'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -157,9 +157,7 @@ dependencies:
|
|
157
157
|
- !ruby/object:Gem::Version
|
158
158
|
version: '0.9'
|
159
159
|
description: google-cloud-compute-v1 is the official client library for the Google
|
160
|
-
Cloud Compute V1 API.
|
161
|
-
still a work-in-progress and under active development. Any release is subject to
|
162
|
-
backwards-incompatible changes at any time.
|
160
|
+
Cloud Compute V1 API.
|
163
161
|
email: googleapis-packages@google.com
|
164
162
|
executables: []
|
165
163
|
extensions: []
|
@@ -176,393 +174,471 @@ files:
|
|
176
174
|
- lib/google/cloud/compute/v1/accelerator_types/rest.rb
|
177
175
|
- lib/google/cloud/compute/v1/accelerator_types/rest/client.rb
|
178
176
|
- lib/google/cloud/compute/v1/accelerator_types/rest/grpc_transcoding.rb
|
177
|
+
- lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb
|
179
178
|
- lib/google/cloud/compute/v1/addresses.rb
|
180
179
|
- lib/google/cloud/compute/v1/addresses/credentials.rb
|
181
180
|
- lib/google/cloud/compute/v1/addresses/rest.rb
|
182
181
|
- lib/google/cloud/compute/v1/addresses/rest/client.rb
|
183
182
|
- lib/google/cloud/compute/v1/addresses/rest/grpc_transcoding.rb
|
183
|
+
- lib/google/cloud/compute/v1/addresses/rest/service_stub.rb
|
184
184
|
- lib/google/cloud/compute/v1/autoscalers.rb
|
185
185
|
- lib/google/cloud/compute/v1/autoscalers/credentials.rb
|
186
186
|
- lib/google/cloud/compute/v1/autoscalers/rest.rb
|
187
187
|
- lib/google/cloud/compute/v1/autoscalers/rest/client.rb
|
188
188
|
- lib/google/cloud/compute/v1/autoscalers/rest/grpc_transcoding.rb
|
189
|
+
- lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb
|
189
190
|
- lib/google/cloud/compute/v1/backend_buckets.rb
|
190
191
|
- lib/google/cloud/compute/v1/backend_buckets/credentials.rb
|
191
192
|
- lib/google/cloud/compute/v1/backend_buckets/rest.rb
|
192
193
|
- lib/google/cloud/compute/v1/backend_buckets/rest/client.rb
|
193
194
|
- lib/google/cloud/compute/v1/backend_buckets/rest/grpc_transcoding.rb
|
195
|
+
- lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb
|
194
196
|
- lib/google/cloud/compute/v1/backend_services.rb
|
195
197
|
- lib/google/cloud/compute/v1/backend_services/credentials.rb
|
196
198
|
- lib/google/cloud/compute/v1/backend_services/rest.rb
|
197
199
|
- lib/google/cloud/compute/v1/backend_services/rest/client.rb
|
198
200
|
- lib/google/cloud/compute/v1/backend_services/rest/grpc_transcoding.rb
|
201
|
+
- lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb
|
199
202
|
- lib/google/cloud/compute/v1/compute_pb.rb
|
200
203
|
- lib/google/cloud/compute/v1/disk_types.rb
|
201
204
|
- lib/google/cloud/compute/v1/disk_types/credentials.rb
|
202
205
|
- lib/google/cloud/compute/v1/disk_types/rest.rb
|
203
206
|
- lib/google/cloud/compute/v1/disk_types/rest/client.rb
|
204
207
|
- lib/google/cloud/compute/v1/disk_types/rest/grpc_transcoding.rb
|
208
|
+
- lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb
|
205
209
|
- lib/google/cloud/compute/v1/disks.rb
|
206
210
|
- lib/google/cloud/compute/v1/disks/credentials.rb
|
207
211
|
- lib/google/cloud/compute/v1/disks/rest.rb
|
208
212
|
- lib/google/cloud/compute/v1/disks/rest/client.rb
|
209
213
|
- lib/google/cloud/compute/v1/disks/rest/grpc_transcoding.rb
|
214
|
+
- lib/google/cloud/compute/v1/disks/rest/service_stub.rb
|
210
215
|
- lib/google/cloud/compute/v1/external_vpn_gateways.rb
|
211
216
|
- lib/google/cloud/compute/v1/external_vpn_gateways/credentials.rb
|
212
217
|
- lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb
|
213
218
|
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb
|
214
219
|
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/grpc_transcoding.rb
|
220
|
+
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb
|
215
221
|
- lib/google/cloud/compute/v1/firewall_policies.rb
|
216
222
|
- lib/google/cloud/compute/v1/firewall_policies/credentials.rb
|
217
223
|
- lib/google/cloud/compute/v1/firewall_policies/rest.rb
|
218
224
|
- lib/google/cloud/compute/v1/firewall_policies/rest/client.rb
|
219
225
|
- lib/google/cloud/compute/v1/firewall_policies/rest/grpc_transcoding.rb
|
226
|
+
- lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb
|
220
227
|
- lib/google/cloud/compute/v1/firewalls.rb
|
221
228
|
- lib/google/cloud/compute/v1/firewalls/credentials.rb
|
222
229
|
- lib/google/cloud/compute/v1/firewalls/rest.rb
|
223
230
|
- lib/google/cloud/compute/v1/firewalls/rest/client.rb
|
224
231
|
- lib/google/cloud/compute/v1/firewalls/rest/grpc_transcoding.rb
|
232
|
+
- lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb
|
225
233
|
- lib/google/cloud/compute/v1/forwarding_rules.rb
|
226
234
|
- lib/google/cloud/compute/v1/forwarding_rules/credentials.rb
|
227
235
|
- lib/google/cloud/compute/v1/forwarding_rules/rest.rb
|
228
236
|
- lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb
|
229
237
|
- lib/google/cloud/compute/v1/forwarding_rules/rest/grpc_transcoding.rb
|
238
|
+
- lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb
|
230
239
|
- lib/google/cloud/compute/v1/global_addresses.rb
|
231
240
|
- lib/google/cloud/compute/v1/global_addresses/credentials.rb
|
232
241
|
- lib/google/cloud/compute/v1/global_addresses/rest.rb
|
233
242
|
- lib/google/cloud/compute/v1/global_addresses/rest/client.rb
|
234
243
|
- lib/google/cloud/compute/v1/global_addresses/rest/grpc_transcoding.rb
|
244
|
+
- lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb
|
235
245
|
- lib/google/cloud/compute/v1/global_forwarding_rules.rb
|
236
246
|
- lib/google/cloud/compute/v1/global_forwarding_rules/credentials.rb
|
237
247
|
- lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb
|
238
248
|
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb
|
239
249
|
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/grpc_transcoding.rb
|
250
|
+
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb
|
240
251
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups.rb
|
241
252
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/credentials.rb
|
242
253
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb
|
243
254
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb
|
244
255
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/grpc_transcoding.rb
|
256
|
+
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb
|
245
257
|
- lib/google/cloud/compute/v1/global_operations.rb
|
246
258
|
- lib/google/cloud/compute/v1/global_operations/credentials.rb
|
247
259
|
- lib/google/cloud/compute/v1/global_operations/rest.rb
|
248
260
|
- lib/google/cloud/compute/v1/global_operations/rest/client.rb
|
249
261
|
- lib/google/cloud/compute/v1/global_operations/rest/grpc_transcoding.rb
|
262
|
+
- lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb
|
250
263
|
- lib/google/cloud/compute/v1/global_organization_operations.rb
|
251
264
|
- lib/google/cloud/compute/v1/global_organization_operations/credentials.rb
|
252
265
|
- lib/google/cloud/compute/v1/global_organization_operations/rest.rb
|
253
266
|
- lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb
|
254
267
|
- lib/google/cloud/compute/v1/global_organization_operations/rest/grpc_transcoding.rb
|
268
|
+
- lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb
|
255
269
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb
|
256
270
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/credentials.rb
|
257
271
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb
|
258
272
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb
|
259
273
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/grpc_transcoding.rb
|
274
|
+
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb
|
260
275
|
- lib/google/cloud/compute/v1/health_checks.rb
|
261
276
|
- lib/google/cloud/compute/v1/health_checks/credentials.rb
|
262
277
|
- lib/google/cloud/compute/v1/health_checks/rest.rb
|
263
278
|
- lib/google/cloud/compute/v1/health_checks/rest/client.rb
|
264
279
|
- lib/google/cloud/compute/v1/health_checks/rest/grpc_transcoding.rb
|
280
|
+
- lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb
|
265
281
|
- lib/google/cloud/compute/v1/images.rb
|
266
282
|
- lib/google/cloud/compute/v1/images/credentials.rb
|
267
283
|
- lib/google/cloud/compute/v1/images/rest.rb
|
268
284
|
- lib/google/cloud/compute/v1/images/rest/client.rb
|
269
285
|
- lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb
|
286
|
+
- lib/google/cloud/compute/v1/images/rest/service_stub.rb
|
270
287
|
- lib/google/cloud/compute/v1/instance_group_managers.rb
|
271
288
|
- lib/google/cloud/compute/v1/instance_group_managers/credentials.rb
|
272
289
|
- lib/google/cloud/compute/v1/instance_group_managers/rest.rb
|
273
290
|
- lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb
|
274
291
|
- lib/google/cloud/compute/v1/instance_group_managers/rest/grpc_transcoding.rb
|
292
|
+
- lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb
|
275
293
|
- lib/google/cloud/compute/v1/instance_groups.rb
|
276
294
|
- lib/google/cloud/compute/v1/instance_groups/credentials.rb
|
277
295
|
- lib/google/cloud/compute/v1/instance_groups/rest.rb
|
278
296
|
- lib/google/cloud/compute/v1/instance_groups/rest/client.rb
|
279
297
|
- lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb
|
298
|
+
- lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb
|
280
299
|
- lib/google/cloud/compute/v1/instance_templates.rb
|
281
300
|
- lib/google/cloud/compute/v1/instance_templates/credentials.rb
|
282
301
|
- lib/google/cloud/compute/v1/instance_templates/rest.rb
|
283
302
|
- lib/google/cloud/compute/v1/instance_templates/rest/client.rb
|
284
303
|
- lib/google/cloud/compute/v1/instance_templates/rest/grpc_transcoding.rb
|
304
|
+
- lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb
|
285
305
|
- lib/google/cloud/compute/v1/instances.rb
|
286
306
|
- lib/google/cloud/compute/v1/instances/credentials.rb
|
287
307
|
- lib/google/cloud/compute/v1/instances/rest.rb
|
288
308
|
- lib/google/cloud/compute/v1/instances/rest/client.rb
|
289
309
|
- lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb
|
310
|
+
- lib/google/cloud/compute/v1/instances/rest/service_stub.rb
|
290
311
|
- lib/google/cloud/compute/v1/interconnect_attachments.rb
|
291
312
|
- lib/google/cloud/compute/v1/interconnect_attachments/credentials.rb
|
292
313
|
- lib/google/cloud/compute/v1/interconnect_attachments/rest.rb
|
293
314
|
- lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb
|
294
315
|
- lib/google/cloud/compute/v1/interconnect_attachments/rest/grpc_transcoding.rb
|
316
|
+
- lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb
|
295
317
|
- lib/google/cloud/compute/v1/interconnect_locations.rb
|
296
318
|
- lib/google/cloud/compute/v1/interconnect_locations/credentials.rb
|
297
319
|
- lib/google/cloud/compute/v1/interconnect_locations/rest.rb
|
298
320
|
- lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb
|
299
321
|
- lib/google/cloud/compute/v1/interconnect_locations/rest/grpc_transcoding.rb
|
322
|
+
- lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb
|
300
323
|
- lib/google/cloud/compute/v1/interconnects.rb
|
301
324
|
- lib/google/cloud/compute/v1/interconnects/credentials.rb
|
302
325
|
- lib/google/cloud/compute/v1/interconnects/rest.rb
|
303
326
|
- lib/google/cloud/compute/v1/interconnects/rest/client.rb
|
304
327
|
- lib/google/cloud/compute/v1/interconnects/rest/grpc_transcoding.rb
|
328
|
+
- lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb
|
305
329
|
- lib/google/cloud/compute/v1/license_codes.rb
|
306
330
|
- lib/google/cloud/compute/v1/license_codes/credentials.rb
|
307
331
|
- lib/google/cloud/compute/v1/license_codes/rest.rb
|
308
332
|
- lib/google/cloud/compute/v1/license_codes/rest/client.rb
|
309
333
|
- lib/google/cloud/compute/v1/license_codes/rest/grpc_transcoding.rb
|
334
|
+
- lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb
|
310
335
|
- lib/google/cloud/compute/v1/licenses.rb
|
311
336
|
- lib/google/cloud/compute/v1/licenses/credentials.rb
|
312
337
|
- lib/google/cloud/compute/v1/licenses/rest.rb
|
313
338
|
- lib/google/cloud/compute/v1/licenses/rest/client.rb
|
314
339
|
- lib/google/cloud/compute/v1/licenses/rest/grpc_transcoding.rb
|
340
|
+
- lib/google/cloud/compute/v1/licenses/rest/service_stub.rb
|
315
341
|
- lib/google/cloud/compute/v1/machine_types.rb
|
316
342
|
- lib/google/cloud/compute/v1/machine_types/credentials.rb
|
317
343
|
- lib/google/cloud/compute/v1/machine_types/rest.rb
|
318
344
|
- lib/google/cloud/compute/v1/machine_types/rest/client.rb
|
319
345
|
- lib/google/cloud/compute/v1/machine_types/rest/grpc_transcoding.rb
|
346
|
+
- lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb
|
320
347
|
- lib/google/cloud/compute/v1/network_endpoint_groups.rb
|
321
348
|
- lib/google/cloud/compute/v1/network_endpoint_groups/credentials.rb
|
322
349
|
- lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb
|
323
350
|
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb
|
324
351
|
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding.rb
|
352
|
+
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb
|
325
353
|
- lib/google/cloud/compute/v1/networks.rb
|
326
354
|
- lib/google/cloud/compute/v1/networks/credentials.rb
|
327
355
|
- lib/google/cloud/compute/v1/networks/rest.rb
|
328
356
|
- lib/google/cloud/compute/v1/networks/rest/client.rb
|
329
357
|
- lib/google/cloud/compute/v1/networks/rest/grpc_transcoding.rb
|
358
|
+
- lib/google/cloud/compute/v1/networks/rest/service_stub.rb
|
330
359
|
- lib/google/cloud/compute/v1/node_groups.rb
|
331
360
|
- lib/google/cloud/compute/v1/node_groups/credentials.rb
|
332
361
|
- lib/google/cloud/compute/v1/node_groups/rest.rb
|
333
362
|
- lib/google/cloud/compute/v1/node_groups/rest/client.rb
|
334
363
|
- lib/google/cloud/compute/v1/node_groups/rest/grpc_transcoding.rb
|
364
|
+
- lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb
|
335
365
|
- lib/google/cloud/compute/v1/node_templates.rb
|
336
366
|
- lib/google/cloud/compute/v1/node_templates/credentials.rb
|
337
367
|
- lib/google/cloud/compute/v1/node_templates/rest.rb
|
338
368
|
- lib/google/cloud/compute/v1/node_templates/rest/client.rb
|
339
369
|
- lib/google/cloud/compute/v1/node_templates/rest/grpc_transcoding.rb
|
370
|
+
- lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb
|
340
371
|
- lib/google/cloud/compute/v1/node_types.rb
|
341
372
|
- lib/google/cloud/compute/v1/node_types/credentials.rb
|
342
373
|
- lib/google/cloud/compute/v1/node_types/rest.rb
|
343
374
|
- lib/google/cloud/compute/v1/node_types/rest/client.rb
|
344
375
|
- lib/google/cloud/compute/v1/node_types/rest/grpc_transcoding.rb
|
376
|
+
- lib/google/cloud/compute/v1/node_types/rest/service_stub.rb
|
345
377
|
- lib/google/cloud/compute/v1/packet_mirrorings.rb
|
346
378
|
- lib/google/cloud/compute/v1/packet_mirrorings/credentials.rb
|
347
379
|
- lib/google/cloud/compute/v1/packet_mirrorings/rest.rb
|
348
380
|
- lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb
|
349
381
|
- lib/google/cloud/compute/v1/packet_mirrorings/rest/grpc_transcoding.rb
|
382
|
+
- lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb
|
350
383
|
- lib/google/cloud/compute/v1/projects.rb
|
351
384
|
- lib/google/cloud/compute/v1/projects/credentials.rb
|
352
385
|
- lib/google/cloud/compute/v1/projects/rest.rb
|
353
386
|
- lib/google/cloud/compute/v1/projects/rest/client.rb
|
354
387
|
- lib/google/cloud/compute/v1/projects/rest/grpc_transcoding.rb
|
388
|
+
- lib/google/cloud/compute/v1/projects/rest/service_stub.rb
|
355
389
|
- lib/google/cloud/compute/v1/public_advertised_prefixes.rb
|
356
390
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/credentials.rb
|
357
391
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb
|
358
392
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb
|
359
393
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest/grpc_transcoding.rb
|
394
|
+
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb
|
360
395
|
- lib/google/cloud/compute/v1/public_delegated_prefixes.rb
|
361
396
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/credentials.rb
|
362
397
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb
|
363
398
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb
|
364
399
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest/grpc_transcoding.rb
|
400
|
+
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb
|
365
401
|
- lib/google/cloud/compute/v1/region_autoscalers.rb
|
366
402
|
- lib/google/cloud/compute/v1/region_autoscalers/credentials.rb
|
367
403
|
- lib/google/cloud/compute/v1/region_autoscalers/rest.rb
|
368
404
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb
|
369
405
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb
|
406
|
+
- lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb
|
370
407
|
- lib/google/cloud/compute/v1/region_backend_services.rb
|
371
408
|
- lib/google/cloud/compute/v1/region_backend_services/credentials.rb
|
372
409
|
- lib/google/cloud/compute/v1/region_backend_services/rest.rb
|
373
410
|
- lib/google/cloud/compute/v1/region_backend_services/rest/client.rb
|
374
411
|
- lib/google/cloud/compute/v1/region_backend_services/rest/grpc_transcoding.rb
|
412
|
+
- lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb
|
375
413
|
- lib/google/cloud/compute/v1/region_commitments.rb
|
376
414
|
- lib/google/cloud/compute/v1/region_commitments/credentials.rb
|
377
415
|
- lib/google/cloud/compute/v1/region_commitments/rest.rb
|
378
416
|
- lib/google/cloud/compute/v1/region_commitments/rest/client.rb
|
379
417
|
- lib/google/cloud/compute/v1/region_commitments/rest/grpc_transcoding.rb
|
418
|
+
- lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb
|
380
419
|
- lib/google/cloud/compute/v1/region_disk_types.rb
|
381
420
|
- lib/google/cloud/compute/v1/region_disk_types/credentials.rb
|
382
421
|
- lib/google/cloud/compute/v1/region_disk_types/rest.rb
|
383
422
|
- lib/google/cloud/compute/v1/region_disk_types/rest/client.rb
|
384
423
|
- lib/google/cloud/compute/v1/region_disk_types/rest/grpc_transcoding.rb
|
424
|
+
- lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb
|
385
425
|
- lib/google/cloud/compute/v1/region_disks.rb
|
386
426
|
- lib/google/cloud/compute/v1/region_disks/credentials.rb
|
387
427
|
- lib/google/cloud/compute/v1/region_disks/rest.rb
|
388
428
|
- lib/google/cloud/compute/v1/region_disks/rest/client.rb
|
389
429
|
- lib/google/cloud/compute/v1/region_disks/rest/grpc_transcoding.rb
|
430
|
+
- lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb
|
390
431
|
- lib/google/cloud/compute/v1/region_health_check_services.rb
|
391
432
|
- lib/google/cloud/compute/v1/region_health_check_services/credentials.rb
|
392
433
|
- lib/google/cloud/compute/v1/region_health_check_services/rest.rb
|
393
434
|
- lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb
|
394
435
|
- lib/google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding.rb
|
436
|
+
- lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb
|
395
437
|
- lib/google/cloud/compute/v1/region_health_checks.rb
|
396
438
|
- lib/google/cloud/compute/v1/region_health_checks/credentials.rb
|
397
439
|
- lib/google/cloud/compute/v1/region_health_checks/rest.rb
|
398
440
|
- lib/google/cloud/compute/v1/region_health_checks/rest/client.rb
|
399
441
|
- lib/google/cloud/compute/v1/region_health_checks/rest/grpc_transcoding.rb
|
442
|
+
- lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb
|
400
443
|
- lib/google/cloud/compute/v1/region_instance_group_managers.rb
|
401
444
|
- lib/google/cloud/compute/v1/region_instance_group_managers/credentials.rb
|
402
445
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb
|
403
446
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb
|
404
447
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/grpc_transcoding.rb
|
448
|
+
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb
|
405
449
|
- lib/google/cloud/compute/v1/region_instance_groups.rb
|
406
450
|
- lib/google/cloud/compute/v1/region_instance_groups/credentials.rb
|
407
451
|
- lib/google/cloud/compute/v1/region_instance_groups/rest.rb
|
408
452
|
- lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb
|
409
453
|
- lib/google/cloud/compute/v1/region_instance_groups/rest/grpc_transcoding.rb
|
454
|
+
- lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb
|
410
455
|
- lib/google/cloud/compute/v1/region_instances.rb
|
411
456
|
- lib/google/cloud/compute/v1/region_instances/credentials.rb
|
412
457
|
- lib/google/cloud/compute/v1/region_instances/rest.rb
|
413
458
|
- lib/google/cloud/compute/v1/region_instances/rest/client.rb
|
414
459
|
- lib/google/cloud/compute/v1/region_instances/rest/grpc_transcoding.rb
|
460
|
+
- lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb
|
415
461
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups.rb
|
416
462
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/credentials.rb
|
417
463
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb
|
418
464
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb
|
419
465
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/grpc_transcoding.rb
|
466
|
+
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb
|
420
467
|
- lib/google/cloud/compute/v1/region_notification_endpoints.rb
|
421
468
|
- lib/google/cloud/compute/v1/region_notification_endpoints/credentials.rb
|
422
469
|
- lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb
|
423
470
|
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb
|
424
471
|
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/grpc_transcoding.rb
|
472
|
+
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb
|
425
473
|
- lib/google/cloud/compute/v1/region_operations.rb
|
426
474
|
- lib/google/cloud/compute/v1/region_operations/credentials.rb
|
427
475
|
- lib/google/cloud/compute/v1/region_operations/rest.rb
|
428
476
|
- lib/google/cloud/compute/v1/region_operations/rest/client.rb
|
429
477
|
- lib/google/cloud/compute/v1/region_operations/rest/grpc_transcoding.rb
|
478
|
+
- lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb
|
430
479
|
- lib/google/cloud/compute/v1/region_ssl_certificates.rb
|
431
480
|
- lib/google/cloud/compute/v1/region_ssl_certificates/credentials.rb
|
432
481
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb
|
433
482
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb
|
434
483
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/grpc_transcoding.rb
|
484
|
+
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb
|
435
485
|
- lib/google/cloud/compute/v1/region_target_http_proxies.rb
|
436
486
|
- lib/google/cloud/compute/v1/region_target_http_proxies/credentials.rb
|
437
487
|
- lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb
|
438
488
|
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb
|
439
489
|
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/grpc_transcoding.rb
|
490
|
+
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb
|
440
491
|
- lib/google/cloud/compute/v1/region_target_https_proxies.rb
|
441
492
|
- lib/google/cloud/compute/v1/region_target_https_proxies/credentials.rb
|
442
493
|
- lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb
|
443
494
|
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb
|
444
495
|
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding.rb
|
496
|
+
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb
|
445
497
|
- lib/google/cloud/compute/v1/region_url_maps.rb
|
446
498
|
- lib/google/cloud/compute/v1/region_url_maps/credentials.rb
|
447
499
|
- lib/google/cloud/compute/v1/region_url_maps/rest.rb
|
448
500
|
- lib/google/cloud/compute/v1/region_url_maps/rest/client.rb
|
449
501
|
- lib/google/cloud/compute/v1/region_url_maps/rest/grpc_transcoding.rb
|
502
|
+
- lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb
|
450
503
|
- lib/google/cloud/compute/v1/regions.rb
|
451
504
|
- lib/google/cloud/compute/v1/regions/credentials.rb
|
452
505
|
- lib/google/cloud/compute/v1/regions/rest.rb
|
453
506
|
- lib/google/cloud/compute/v1/regions/rest/client.rb
|
454
507
|
- lib/google/cloud/compute/v1/regions/rest/grpc_transcoding.rb
|
508
|
+
- lib/google/cloud/compute/v1/regions/rest/service_stub.rb
|
455
509
|
- lib/google/cloud/compute/v1/reservations.rb
|
456
510
|
- lib/google/cloud/compute/v1/reservations/credentials.rb
|
457
511
|
- lib/google/cloud/compute/v1/reservations/rest.rb
|
458
512
|
- lib/google/cloud/compute/v1/reservations/rest/client.rb
|
459
513
|
- lib/google/cloud/compute/v1/reservations/rest/grpc_transcoding.rb
|
514
|
+
- lib/google/cloud/compute/v1/reservations/rest/service_stub.rb
|
460
515
|
- lib/google/cloud/compute/v1/resource_policies.rb
|
461
516
|
- lib/google/cloud/compute/v1/resource_policies/credentials.rb
|
462
517
|
- lib/google/cloud/compute/v1/resource_policies/rest.rb
|
463
518
|
- lib/google/cloud/compute/v1/resource_policies/rest/client.rb
|
464
519
|
- lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb
|
520
|
+
- lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb
|
465
521
|
- lib/google/cloud/compute/v1/routers.rb
|
466
522
|
- lib/google/cloud/compute/v1/routers/credentials.rb
|
467
523
|
- lib/google/cloud/compute/v1/routers/rest.rb
|
468
524
|
- lib/google/cloud/compute/v1/routers/rest/client.rb
|
469
525
|
- lib/google/cloud/compute/v1/routers/rest/grpc_transcoding.rb
|
526
|
+
- lib/google/cloud/compute/v1/routers/rest/service_stub.rb
|
470
527
|
- lib/google/cloud/compute/v1/routes.rb
|
471
528
|
- lib/google/cloud/compute/v1/routes/credentials.rb
|
472
529
|
- lib/google/cloud/compute/v1/routes/rest.rb
|
473
530
|
- lib/google/cloud/compute/v1/routes/rest/client.rb
|
474
531
|
- lib/google/cloud/compute/v1/routes/rest/grpc_transcoding.rb
|
532
|
+
- lib/google/cloud/compute/v1/routes/rest/service_stub.rb
|
475
533
|
- lib/google/cloud/compute/v1/security_policies.rb
|
476
534
|
- lib/google/cloud/compute/v1/security_policies/credentials.rb
|
477
535
|
- lib/google/cloud/compute/v1/security_policies/rest.rb
|
478
536
|
- lib/google/cloud/compute/v1/security_policies/rest/client.rb
|
479
537
|
- lib/google/cloud/compute/v1/security_policies/rest/grpc_transcoding.rb
|
538
|
+
- lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb
|
480
539
|
- lib/google/cloud/compute/v1/snapshots.rb
|
481
540
|
- lib/google/cloud/compute/v1/snapshots/credentials.rb
|
482
541
|
- lib/google/cloud/compute/v1/snapshots/rest.rb
|
483
542
|
- lib/google/cloud/compute/v1/snapshots/rest/client.rb
|
484
543
|
- lib/google/cloud/compute/v1/snapshots/rest/grpc_transcoding.rb
|
544
|
+
- lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb
|
485
545
|
- lib/google/cloud/compute/v1/ssl_certificates.rb
|
486
546
|
- lib/google/cloud/compute/v1/ssl_certificates/credentials.rb
|
487
547
|
- lib/google/cloud/compute/v1/ssl_certificates/rest.rb
|
488
548
|
- lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb
|
489
549
|
- lib/google/cloud/compute/v1/ssl_certificates/rest/grpc_transcoding.rb
|
550
|
+
- lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb
|
490
551
|
- lib/google/cloud/compute/v1/ssl_policies.rb
|
491
552
|
- lib/google/cloud/compute/v1/ssl_policies/credentials.rb
|
492
553
|
- lib/google/cloud/compute/v1/ssl_policies/rest.rb
|
493
554
|
- lib/google/cloud/compute/v1/ssl_policies/rest/client.rb
|
494
555
|
- lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb
|
556
|
+
- lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb
|
495
557
|
- lib/google/cloud/compute/v1/subnetworks.rb
|
496
558
|
- lib/google/cloud/compute/v1/subnetworks/credentials.rb
|
497
559
|
- lib/google/cloud/compute/v1/subnetworks/rest.rb
|
498
560
|
- lib/google/cloud/compute/v1/subnetworks/rest/client.rb
|
499
561
|
- lib/google/cloud/compute/v1/subnetworks/rest/grpc_transcoding.rb
|
562
|
+
- lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb
|
500
563
|
- lib/google/cloud/compute/v1/target_grpc_proxies.rb
|
501
564
|
- lib/google/cloud/compute/v1/target_grpc_proxies/credentials.rb
|
502
565
|
- lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb
|
503
566
|
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb
|
504
567
|
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/grpc_transcoding.rb
|
568
|
+
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb
|
505
569
|
- lib/google/cloud/compute/v1/target_http_proxies.rb
|
506
570
|
- lib/google/cloud/compute/v1/target_http_proxies/credentials.rb
|
507
571
|
- lib/google/cloud/compute/v1/target_http_proxies/rest.rb
|
508
572
|
- lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb
|
509
573
|
- lib/google/cloud/compute/v1/target_http_proxies/rest/grpc_transcoding.rb
|
574
|
+
- lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb
|
510
575
|
- lib/google/cloud/compute/v1/target_https_proxies.rb
|
511
576
|
- lib/google/cloud/compute/v1/target_https_proxies/credentials.rb
|
512
577
|
- lib/google/cloud/compute/v1/target_https_proxies/rest.rb
|
513
578
|
- lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb
|
514
579
|
- lib/google/cloud/compute/v1/target_https_proxies/rest/grpc_transcoding.rb
|
580
|
+
- lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb
|
515
581
|
- lib/google/cloud/compute/v1/target_instances.rb
|
516
582
|
- lib/google/cloud/compute/v1/target_instances/credentials.rb
|
517
583
|
- lib/google/cloud/compute/v1/target_instances/rest.rb
|
518
584
|
- lib/google/cloud/compute/v1/target_instances/rest/client.rb
|
519
585
|
- lib/google/cloud/compute/v1/target_instances/rest/grpc_transcoding.rb
|
586
|
+
- lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb
|
520
587
|
- lib/google/cloud/compute/v1/target_pools.rb
|
521
588
|
- lib/google/cloud/compute/v1/target_pools/credentials.rb
|
522
589
|
- lib/google/cloud/compute/v1/target_pools/rest.rb
|
523
590
|
- lib/google/cloud/compute/v1/target_pools/rest/client.rb
|
524
591
|
- lib/google/cloud/compute/v1/target_pools/rest/grpc_transcoding.rb
|
592
|
+
- lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb
|
525
593
|
- lib/google/cloud/compute/v1/target_ssl_proxies.rb
|
526
594
|
- lib/google/cloud/compute/v1/target_ssl_proxies/credentials.rb
|
527
595
|
- lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb
|
528
596
|
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb
|
529
597
|
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/grpc_transcoding.rb
|
598
|
+
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb
|
530
599
|
- lib/google/cloud/compute/v1/target_tcp_proxies.rb
|
531
600
|
- lib/google/cloud/compute/v1/target_tcp_proxies/credentials.rb
|
532
601
|
- lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb
|
533
602
|
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb
|
534
603
|
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/grpc_transcoding.rb
|
604
|
+
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb
|
535
605
|
- lib/google/cloud/compute/v1/target_vpn_gateways.rb
|
536
606
|
- lib/google/cloud/compute/v1/target_vpn_gateways/credentials.rb
|
537
607
|
- lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb
|
538
608
|
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb
|
539
609
|
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/grpc_transcoding.rb
|
610
|
+
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb
|
540
611
|
- lib/google/cloud/compute/v1/url_maps.rb
|
541
612
|
- lib/google/cloud/compute/v1/url_maps/credentials.rb
|
542
613
|
- lib/google/cloud/compute/v1/url_maps/rest.rb
|
543
614
|
- lib/google/cloud/compute/v1/url_maps/rest/client.rb
|
544
615
|
- lib/google/cloud/compute/v1/url_maps/rest/grpc_transcoding.rb
|
616
|
+
- lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb
|
545
617
|
- lib/google/cloud/compute/v1/version.rb
|
546
618
|
- lib/google/cloud/compute/v1/vpn_gateways.rb
|
547
619
|
- lib/google/cloud/compute/v1/vpn_gateways/credentials.rb
|
548
620
|
- lib/google/cloud/compute/v1/vpn_gateways/rest.rb
|
549
621
|
- lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb
|
550
622
|
- lib/google/cloud/compute/v1/vpn_gateways/rest/grpc_transcoding.rb
|
623
|
+
- lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb
|
551
624
|
- lib/google/cloud/compute/v1/vpn_tunnels.rb
|
552
625
|
- lib/google/cloud/compute/v1/vpn_tunnels/credentials.rb
|
553
626
|
- lib/google/cloud/compute/v1/vpn_tunnels/rest.rb
|
554
627
|
- lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb
|
555
628
|
- lib/google/cloud/compute/v1/vpn_tunnels/rest/grpc_transcoding.rb
|
629
|
+
- lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb
|
556
630
|
- lib/google/cloud/compute/v1/zone_operations.rb
|
557
631
|
- lib/google/cloud/compute/v1/zone_operations/credentials.rb
|
558
632
|
- lib/google/cloud/compute/v1/zone_operations/rest.rb
|
559
633
|
- lib/google/cloud/compute/v1/zone_operations/rest/client.rb
|
560
634
|
- lib/google/cloud/compute/v1/zone_operations/rest/grpc_transcoding.rb
|
635
|
+
- lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb
|
561
636
|
- lib/google/cloud/compute/v1/zones.rb
|
562
637
|
- lib/google/cloud/compute/v1/zones/credentials.rb
|
563
638
|
- lib/google/cloud/compute/v1/zones/rest.rb
|
564
639
|
- lib/google/cloud/compute/v1/zones/rest/client.rb
|
565
640
|
- lib/google/cloud/compute/v1/zones/rest/grpc_transcoding.rb
|
641
|
+
- lib/google/cloud/compute/v1/zones/rest/service_stub.rb
|
566
642
|
- proto_docs/README.md
|
567
643
|
- proto_docs/google/api/field_behavior.rb
|
568
644
|
- proto_docs/google/api/resource.rb
|
@@ -589,5 +665,5 @@ requirements: []
|
|
589
665
|
rubygems_version: 3.2.17
|
590
666
|
signing_key:
|
591
667
|
specification_version: 4
|
592
|
-
summary: API Client library for the Google Cloud Compute V1 (
|
668
|
+
summary: API Client library for the Google Cloud Compute V1 (BETA) API
|
593
669
|
test_files: []
|