google-cloud-compute-v1 0.2.0 → 1.0.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 +19 -37
- data/README.md +4 -30
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +127 -90
- 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 +172 -130
- 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 +218 -172
- 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 +236 -185
- 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 +308 -253
- 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 +8507 -7466
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +127 -90
- 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 +345 -272
- 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 +184 -129
- 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 +476 -343
- 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 +191 -145
- 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 +296 -171
- 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 +145 -103
- 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 +265 -144
- 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 +215 -172
- 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 +165 -118
- 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 +118 -76
- 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 +175 -124
- 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 +218 -172
- 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/image_family_views/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +318 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +89 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/image_family_views.rb +44 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +291 -209
- 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 +526 -477
- 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 +271 -233
- 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 +202 -139
- 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 +1186 -797
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +2018 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +195 -151
- 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 +100 -63
- 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 +189 -135
- 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 +93 -50
- 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 +209 -146
- 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 +127 -90
- 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 +261 -213
- 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 +363 -234
- 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 +345 -277
- 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 +229 -166
- 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 +127 -90
- 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 +213 -163
- 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 +351 -288
- 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 +175 -124
- 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 +203 -151
- 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 +191 -145
- 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 +212 -160
- 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 +151 -112
- 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 +100 -63
- 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 +318 -245
- 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 +168 -124
- 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 +191 -145
- 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 +498 -445
- 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 +148 -113
- 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 +76 -45
- 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 +145 -103
- 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 +145 -103
- 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 +137 -90
- 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 +145 -103
- 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 +168 -124
- 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 +191 -145
- 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 +205 -137
- 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 +100 -63
- 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 +252 -187
- 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 +229 -166
- 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 +284 -222
- 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 +145 -103
- 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 +277 -205
- 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/service_attachments/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +954 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/service_attachments.rb +44 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +201 -135
- 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 +172 -130
- 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 +192 -149
- 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 +325 -256
- 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 +168 -124
- 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 +219 -173
- 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 +340 -213
- 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 +172 -130
- 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 +305 -247
- 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 +237 -187
- 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 +191 -145
- 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 +172 -130
- 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 +260 -208
- 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 +234 -174
- 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 +172 -130
- 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 +137 -90
- 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 +100 -63
- 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 +7 -0
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/api/field_behavior.rb +6 -0
- data/proto_docs/google/api/resource.rb +10 -71
- data/proto_docs/google/cloud/compute/v1/compute.rb +18964 -19481
- data/proto_docs/google/cloud/extended_operations.rb +51 -0
- metadata +110 -9
@@ -0,0 +1,51 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
# An enum to be used to mark the essential (for polling) fields in an
|
23
|
+
# API-specific Operation object. A custom Operation object may contain many
|
24
|
+
# different fields, but only few of them are essential to conduct a successful
|
25
|
+
# polling process.
|
26
|
+
module OperationResponseMapping
|
27
|
+
# Do not use.
|
28
|
+
UNDEFINED = 0
|
29
|
+
|
30
|
+
# A field in an API-specific (custom) Operation object which carries the same
|
31
|
+
# meaning as google.longrunning.Operation.name.
|
32
|
+
NAME = 1
|
33
|
+
|
34
|
+
# A field in an API-specific (custom) Operation object which carries the same
|
35
|
+
# meaning as google.longrunning.Operation.done. If the annotated field is of
|
36
|
+
# an enum type, `annotated_field_name == EnumType.DONE` semantics should be
|
37
|
+
# equivalent to `Operation.done == true`. If the annotated field is of type
|
38
|
+
# boolean, then it should follow the same semantics as Operation.done.
|
39
|
+
# Otherwise, a non-empty value should be treated as `Operation.done == true`.
|
40
|
+
STATUS = 2
|
41
|
+
|
42
|
+
# A field in an API-specific (custom) Operation object which carries the same
|
43
|
+
# meaning as google.longrunning.Operation.error.code.
|
44
|
+
ERROR_CODE = 3
|
45
|
+
|
46
|
+
# A field in an API-specific (custom) Operation object which carries the same
|
47
|
+
# meaning as google.longrunning.Operation.error.message.
|
48
|
+
ERROR_MESSAGE = 4
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
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: 1.0.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:
|
11
|
+
date: 2022-01-11 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,10 +26,24 @@ 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
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: google-cloud-common
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '1.0'
|
33
47
|
- !ruby/object:Gem::Dependency
|
34
48
|
name: google-cloud-errors
|
35
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -157,9 +171,7 @@ dependencies:
|
|
157
171
|
- !ruby/object:Gem::Version
|
158
172
|
version: '0.9'
|
159
173
|
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.
|
174
|
+
Cloud Compute V1 API.
|
163
175
|
email: googleapis-packages@google.com
|
164
176
|
executables: []
|
165
177
|
extensions: []
|
@@ -176,397 +188,486 @@ files:
|
|
176
188
|
- lib/google/cloud/compute/v1/accelerator_types/rest.rb
|
177
189
|
- lib/google/cloud/compute/v1/accelerator_types/rest/client.rb
|
178
190
|
- lib/google/cloud/compute/v1/accelerator_types/rest/grpc_transcoding.rb
|
191
|
+
- lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb
|
179
192
|
- lib/google/cloud/compute/v1/addresses.rb
|
180
193
|
- lib/google/cloud/compute/v1/addresses/credentials.rb
|
181
194
|
- lib/google/cloud/compute/v1/addresses/rest.rb
|
182
195
|
- lib/google/cloud/compute/v1/addresses/rest/client.rb
|
183
196
|
- lib/google/cloud/compute/v1/addresses/rest/grpc_transcoding.rb
|
197
|
+
- lib/google/cloud/compute/v1/addresses/rest/service_stub.rb
|
184
198
|
- lib/google/cloud/compute/v1/autoscalers.rb
|
185
199
|
- lib/google/cloud/compute/v1/autoscalers/credentials.rb
|
186
200
|
- lib/google/cloud/compute/v1/autoscalers/rest.rb
|
187
201
|
- lib/google/cloud/compute/v1/autoscalers/rest/client.rb
|
188
202
|
- lib/google/cloud/compute/v1/autoscalers/rest/grpc_transcoding.rb
|
203
|
+
- lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb
|
189
204
|
- lib/google/cloud/compute/v1/backend_buckets.rb
|
190
205
|
- lib/google/cloud/compute/v1/backend_buckets/credentials.rb
|
191
206
|
- lib/google/cloud/compute/v1/backend_buckets/rest.rb
|
192
207
|
- lib/google/cloud/compute/v1/backend_buckets/rest/client.rb
|
193
208
|
- lib/google/cloud/compute/v1/backend_buckets/rest/grpc_transcoding.rb
|
209
|
+
- lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb
|
194
210
|
- lib/google/cloud/compute/v1/backend_services.rb
|
195
211
|
- lib/google/cloud/compute/v1/backend_services/credentials.rb
|
196
212
|
- lib/google/cloud/compute/v1/backend_services/rest.rb
|
197
213
|
- lib/google/cloud/compute/v1/backend_services/rest/client.rb
|
198
214
|
- lib/google/cloud/compute/v1/backend_services/rest/grpc_transcoding.rb
|
215
|
+
- lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb
|
199
216
|
- lib/google/cloud/compute/v1/compute_pb.rb
|
200
217
|
- lib/google/cloud/compute/v1/disk_types.rb
|
201
218
|
- lib/google/cloud/compute/v1/disk_types/credentials.rb
|
202
219
|
- lib/google/cloud/compute/v1/disk_types/rest.rb
|
203
220
|
- lib/google/cloud/compute/v1/disk_types/rest/client.rb
|
204
221
|
- lib/google/cloud/compute/v1/disk_types/rest/grpc_transcoding.rb
|
222
|
+
- lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb
|
205
223
|
- lib/google/cloud/compute/v1/disks.rb
|
206
224
|
- lib/google/cloud/compute/v1/disks/credentials.rb
|
207
225
|
- lib/google/cloud/compute/v1/disks/rest.rb
|
208
226
|
- lib/google/cloud/compute/v1/disks/rest/client.rb
|
209
227
|
- lib/google/cloud/compute/v1/disks/rest/grpc_transcoding.rb
|
228
|
+
- lib/google/cloud/compute/v1/disks/rest/service_stub.rb
|
210
229
|
- lib/google/cloud/compute/v1/external_vpn_gateways.rb
|
211
230
|
- lib/google/cloud/compute/v1/external_vpn_gateways/credentials.rb
|
212
231
|
- lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb
|
213
232
|
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb
|
214
233
|
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/grpc_transcoding.rb
|
234
|
+
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb
|
215
235
|
- lib/google/cloud/compute/v1/firewall_policies.rb
|
216
236
|
- lib/google/cloud/compute/v1/firewall_policies/credentials.rb
|
217
237
|
- lib/google/cloud/compute/v1/firewall_policies/rest.rb
|
218
238
|
- lib/google/cloud/compute/v1/firewall_policies/rest/client.rb
|
219
239
|
- lib/google/cloud/compute/v1/firewall_policies/rest/grpc_transcoding.rb
|
240
|
+
- lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb
|
220
241
|
- lib/google/cloud/compute/v1/firewalls.rb
|
221
242
|
- lib/google/cloud/compute/v1/firewalls/credentials.rb
|
222
243
|
- lib/google/cloud/compute/v1/firewalls/rest.rb
|
223
244
|
- lib/google/cloud/compute/v1/firewalls/rest/client.rb
|
224
245
|
- lib/google/cloud/compute/v1/firewalls/rest/grpc_transcoding.rb
|
246
|
+
- lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb
|
225
247
|
- lib/google/cloud/compute/v1/forwarding_rules.rb
|
226
248
|
- lib/google/cloud/compute/v1/forwarding_rules/credentials.rb
|
227
249
|
- lib/google/cloud/compute/v1/forwarding_rules/rest.rb
|
228
250
|
- lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb
|
229
251
|
- lib/google/cloud/compute/v1/forwarding_rules/rest/grpc_transcoding.rb
|
252
|
+
- lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb
|
230
253
|
- lib/google/cloud/compute/v1/global_addresses.rb
|
231
254
|
- lib/google/cloud/compute/v1/global_addresses/credentials.rb
|
232
255
|
- lib/google/cloud/compute/v1/global_addresses/rest.rb
|
233
256
|
- lib/google/cloud/compute/v1/global_addresses/rest/client.rb
|
234
257
|
- lib/google/cloud/compute/v1/global_addresses/rest/grpc_transcoding.rb
|
258
|
+
- lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb
|
235
259
|
- lib/google/cloud/compute/v1/global_forwarding_rules.rb
|
236
260
|
- lib/google/cloud/compute/v1/global_forwarding_rules/credentials.rb
|
237
261
|
- lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb
|
238
262
|
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb
|
239
263
|
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/grpc_transcoding.rb
|
264
|
+
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb
|
240
265
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups.rb
|
241
266
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/credentials.rb
|
242
267
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb
|
243
268
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb
|
244
269
|
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/grpc_transcoding.rb
|
270
|
+
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb
|
245
271
|
- lib/google/cloud/compute/v1/global_operations.rb
|
246
272
|
- lib/google/cloud/compute/v1/global_operations/credentials.rb
|
247
273
|
- lib/google/cloud/compute/v1/global_operations/rest.rb
|
248
274
|
- lib/google/cloud/compute/v1/global_operations/rest/client.rb
|
249
275
|
- lib/google/cloud/compute/v1/global_operations/rest/grpc_transcoding.rb
|
276
|
+
- lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb
|
250
277
|
- lib/google/cloud/compute/v1/global_organization_operations.rb
|
251
278
|
- lib/google/cloud/compute/v1/global_organization_operations/credentials.rb
|
252
279
|
- lib/google/cloud/compute/v1/global_organization_operations/rest.rb
|
253
280
|
- lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb
|
254
281
|
- lib/google/cloud/compute/v1/global_organization_operations/rest/grpc_transcoding.rb
|
282
|
+
- lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb
|
255
283
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb
|
256
284
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/credentials.rb
|
257
285
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb
|
258
286
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb
|
259
287
|
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/grpc_transcoding.rb
|
288
|
+
- lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb
|
260
289
|
- lib/google/cloud/compute/v1/health_checks.rb
|
261
290
|
- lib/google/cloud/compute/v1/health_checks/credentials.rb
|
262
291
|
- lib/google/cloud/compute/v1/health_checks/rest.rb
|
263
292
|
- lib/google/cloud/compute/v1/health_checks/rest/client.rb
|
264
293
|
- lib/google/cloud/compute/v1/health_checks/rest/grpc_transcoding.rb
|
294
|
+
- lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb
|
295
|
+
- lib/google/cloud/compute/v1/image_family_views.rb
|
296
|
+
- lib/google/cloud/compute/v1/image_family_views/credentials.rb
|
297
|
+
- lib/google/cloud/compute/v1/image_family_views/rest.rb
|
298
|
+
- lib/google/cloud/compute/v1/image_family_views/rest/client.rb
|
299
|
+
- lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb
|
265
300
|
- lib/google/cloud/compute/v1/images.rb
|
266
301
|
- lib/google/cloud/compute/v1/images/credentials.rb
|
267
302
|
- lib/google/cloud/compute/v1/images/rest.rb
|
268
303
|
- lib/google/cloud/compute/v1/images/rest/client.rb
|
269
304
|
- lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb
|
305
|
+
- lib/google/cloud/compute/v1/images/rest/service_stub.rb
|
270
306
|
- lib/google/cloud/compute/v1/instance_group_managers.rb
|
271
307
|
- lib/google/cloud/compute/v1/instance_group_managers/credentials.rb
|
272
308
|
- lib/google/cloud/compute/v1/instance_group_managers/rest.rb
|
273
309
|
- lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb
|
274
310
|
- lib/google/cloud/compute/v1/instance_group_managers/rest/grpc_transcoding.rb
|
311
|
+
- lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb
|
275
312
|
- lib/google/cloud/compute/v1/instance_groups.rb
|
276
313
|
- lib/google/cloud/compute/v1/instance_groups/credentials.rb
|
277
314
|
- lib/google/cloud/compute/v1/instance_groups/rest.rb
|
278
315
|
- lib/google/cloud/compute/v1/instance_groups/rest/client.rb
|
279
316
|
- lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb
|
317
|
+
- lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb
|
280
318
|
- lib/google/cloud/compute/v1/instance_templates.rb
|
281
319
|
- lib/google/cloud/compute/v1/instance_templates/credentials.rb
|
282
320
|
- lib/google/cloud/compute/v1/instance_templates/rest.rb
|
283
321
|
- lib/google/cloud/compute/v1/instance_templates/rest/client.rb
|
284
322
|
- lib/google/cloud/compute/v1/instance_templates/rest/grpc_transcoding.rb
|
323
|
+
- lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb
|
285
324
|
- lib/google/cloud/compute/v1/instances.rb
|
286
325
|
- lib/google/cloud/compute/v1/instances/credentials.rb
|
287
326
|
- lib/google/cloud/compute/v1/instances/rest.rb
|
288
327
|
- lib/google/cloud/compute/v1/instances/rest/client.rb
|
289
328
|
- lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb
|
329
|
+
- lib/google/cloud/compute/v1/instances/rest/service_stub.rb
|
290
330
|
- lib/google/cloud/compute/v1/interconnect_attachments.rb
|
291
331
|
- lib/google/cloud/compute/v1/interconnect_attachments/credentials.rb
|
292
332
|
- lib/google/cloud/compute/v1/interconnect_attachments/rest.rb
|
293
333
|
- lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb
|
294
334
|
- lib/google/cloud/compute/v1/interconnect_attachments/rest/grpc_transcoding.rb
|
335
|
+
- lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb
|
295
336
|
- lib/google/cloud/compute/v1/interconnect_locations.rb
|
296
337
|
- lib/google/cloud/compute/v1/interconnect_locations/credentials.rb
|
297
338
|
- lib/google/cloud/compute/v1/interconnect_locations/rest.rb
|
298
339
|
- lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb
|
299
340
|
- lib/google/cloud/compute/v1/interconnect_locations/rest/grpc_transcoding.rb
|
341
|
+
- lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb
|
300
342
|
- lib/google/cloud/compute/v1/interconnects.rb
|
301
343
|
- lib/google/cloud/compute/v1/interconnects/credentials.rb
|
302
344
|
- lib/google/cloud/compute/v1/interconnects/rest.rb
|
303
345
|
- lib/google/cloud/compute/v1/interconnects/rest/client.rb
|
304
346
|
- lib/google/cloud/compute/v1/interconnects/rest/grpc_transcoding.rb
|
347
|
+
- lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb
|
305
348
|
- lib/google/cloud/compute/v1/license_codes.rb
|
306
349
|
- lib/google/cloud/compute/v1/license_codes/credentials.rb
|
307
350
|
- lib/google/cloud/compute/v1/license_codes/rest.rb
|
308
351
|
- lib/google/cloud/compute/v1/license_codes/rest/client.rb
|
309
352
|
- lib/google/cloud/compute/v1/license_codes/rest/grpc_transcoding.rb
|
353
|
+
- lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb
|
310
354
|
- lib/google/cloud/compute/v1/licenses.rb
|
311
355
|
- lib/google/cloud/compute/v1/licenses/credentials.rb
|
312
356
|
- lib/google/cloud/compute/v1/licenses/rest.rb
|
313
357
|
- lib/google/cloud/compute/v1/licenses/rest/client.rb
|
314
358
|
- lib/google/cloud/compute/v1/licenses/rest/grpc_transcoding.rb
|
359
|
+
- lib/google/cloud/compute/v1/licenses/rest/service_stub.rb
|
315
360
|
- lib/google/cloud/compute/v1/machine_types.rb
|
316
361
|
- lib/google/cloud/compute/v1/machine_types/credentials.rb
|
317
362
|
- lib/google/cloud/compute/v1/machine_types/rest.rb
|
318
363
|
- lib/google/cloud/compute/v1/machine_types/rest/client.rb
|
319
364
|
- lib/google/cloud/compute/v1/machine_types/rest/grpc_transcoding.rb
|
365
|
+
- lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb
|
320
366
|
- lib/google/cloud/compute/v1/network_endpoint_groups.rb
|
321
367
|
- lib/google/cloud/compute/v1/network_endpoint_groups/credentials.rb
|
322
368
|
- lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb
|
323
369
|
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb
|
324
370
|
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding.rb
|
371
|
+
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb
|
325
372
|
- lib/google/cloud/compute/v1/networks.rb
|
326
373
|
- lib/google/cloud/compute/v1/networks/credentials.rb
|
327
374
|
- lib/google/cloud/compute/v1/networks/rest.rb
|
328
375
|
- lib/google/cloud/compute/v1/networks/rest/client.rb
|
329
376
|
- lib/google/cloud/compute/v1/networks/rest/grpc_transcoding.rb
|
377
|
+
- lib/google/cloud/compute/v1/networks/rest/service_stub.rb
|
330
378
|
- lib/google/cloud/compute/v1/node_groups.rb
|
331
379
|
- lib/google/cloud/compute/v1/node_groups/credentials.rb
|
332
380
|
- lib/google/cloud/compute/v1/node_groups/rest.rb
|
333
381
|
- lib/google/cloud/compute/v1/node_groups/rest/client.rb
|
334
382
|
- lib/google/cloud/compute/v1/node_groups/rest/grpc_transcoding.rb
|
383
|
+
- lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb
|
335
384
|
- lib/google/cloud/compute/v1/node_templates.rb
|
336
385
|
- lib/google/cloud/compute/v1/node_templates/credentials.rb
|
337
386
|
- lib/google/cloud/compute/v1/node_templates/rest.rb
|
338
387
|
- lib/google/cloud/compute/v1/node_templates/rest/client.rb
|
339
388
|
- lib/google/cloud/compute/v1/node_templates/rest/grpc_transcoding.rb
|
389
|
+
- lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb
|
340
390
|
- lib/google/cloud/compute/v1/node_types.rb
|
341
391
|
- lib/google/cloud/compute/v1/node_types/credentials.rb
|
342
392
|
- lib/google/cloud/compute/v1/node_types/rest.rb
|
343
393
|
- lib/google/cloud/compute/v1/node_types/rest/client.rb
|
344
394
|
- lib/google/cloud/compute/v1/node_types/rest/grpc_transcoding.rb
|
395
|
+
- lib/google/cloud/compute/v1/node_types/rest/service_stub.rb
|
345
396
|
- lib/google/cloud/compute/v1/packet_mirrorings.rb
|
346
397
|
- lib/google/cloud/compute/v1/packet_mirrorings/credentials.rb
|
347
398
|
- lib/google/cloud/compute/v1/packet_mirrorings/rest.rb
|
348
399
|
- lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb
|
349
400
|
- lib/google/cloud/compute/v1/packet_mirrorings/rest/grpc_transcoding.rb
|
401
|
+
- lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb
|
350
402
|
- lib/google/cloud/compute/v1/projects.rb
|
351
403
|
- lib/google/cloud/compute/v1/projects/credentials.rb
|
352
404
|
- lib/google/cloud/compute/v1/projects/rest.rb
|
353
405
|
- lib/google/cloud/compute/v1/projects/rest/client.rb
|
354
406
|
- lib/google/cloud/compute/v1/projects/rest/grpc_transcoding.rb
|
407
|
+
- lib/google/cloud/compute/v1/projects/rest/service_stub.rb
|
355
408
|
- lib/google/cloud/compute/v1/public_advertised_prefixes.rb
|
356
409
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/credentials.rb
|
357
410
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb
|
358
411
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb
|
359
412
|
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest/grpc_transcoding.rb
|
413
|
+
- lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb
|
360
414
|
- lib/google/cloud/compute/v1/public_delegated_prefixes.rb
|
361
415
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/credentials.rb
|
362
416
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb
|
363
417
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb
|
364
418
|
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest/grpc_transcoding.rb
|
419
|
+
- lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb
|
365
420
|
- lib/google/cloud/compute/v1/region_autoscalers.rb
|
366
421
|
- lib/google/cloud/compute/v1/region_autoscalers/credentials.rb
|
367
422
|
- lib/google/cloud/compute/v1/region_autoscalers/rest.rb
|
368
423
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb
|
369
424
|
- lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb
|
425
|
+
- lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb
|
370
426
|
- lib/google/cloud/compute/v1/region_backend_services.rb
|
371
427
|
- lib/google/cloud/compute/v1/region_backend_services/credentials.rb
|
372
428
|
- lib/google/cloud/compute/v1/region_backend_services/rest.rb
|
373
429
|
- lib/google/cloud/compute/v1/region_backend_services/rest/client.rb
|
374
430
|
- lib/google/cloud/compute/v1/region_backend_services/rest/grpc_transcoding.rb
|
431
|
+
- lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb
|
375
432
|
- lib/google/cloud/compute/v1/region_commitments.rb
|
376
433
|
- lib/google/cloud/compute/v1/region_commitments/credentials.rb
|
377
434
|
- lib/google/cloud/compute/v1/region_commitments/rest.rb
|
378
435
|
- lib/google/cloud/compute/v1/region_commitments/rest/client.rb
|
379
436
|
- lib/google/cloud/compute/v1/region_commitments/rest/grpc_transcoding.rb
|
437
|
+
- lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb
|
380
438
|
- lib/google/cloud/compute/v1/region_disk_types.rb
|
381
439
|
- lib/google/cloud/compute/v1/region_disk_types/credentials.rb
|
382
440
|
- lib/google/cloud/compute/v1/region_disk_types/rest.rb
|
383
441
|
- lib/google/cloud/compute/v1/region_disk_types/rest/client.rb
|
384
442
|
- lib/google/cloud/compute/v1/region_disk_types/rest/grpc_transcoding.rb
|
443
|
+
- lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb
|
385
444
|
- lib/google/cloud/compute/v1/region_disks.rb
|
386
445
|
- lib/google/cloud/compute/v1/region_disks/credentials.rb
|
387
446
|
- lib/google/cloud/compute/v1/region_disks/rest.rb
|
388
447
|
- lib/google/cloud/compute/v1/region_disks/rest/client.rb
|
389
448
|
- lib/google/cloud/compute/v1/region_disks/rest/grpc_transcoding.rb
|
449
|
+
- lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb
|
390
450
|
- lib/google/cloud/compute/v1/region_health_check_services.rb
|
391
451
|
- lib/google/cloud/compute/v1/region_health_check_services/credentials.rb
|
392
452
|
- lib/google/cloud/compute/v1/region_health_check_services/rest.rb
|
393
453
|
- lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb
|
394
454
|
- lib/google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding.rb
|
455
|
+
- lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb
|
395
456
|
- lib/google/cloud/compute/v1/region_health_checks.rb
|
396
457
|
- lib/google/cloud/compute/v1/region_health_checks/credentials.rb
|
397
458
|
- lib/google/cloud/compute/v1/region_health_checks/rest.rb
|
398
459
|
- lib/google/cloud/compute/v1/region_health_checks/rest/client.rb
|
399
460
|
- lib/google/cloud/compute/v1/region_health_checks/rest/grpc_transcoding.rb
|
461
|
+
- lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb
|
400
462
|
- lib/google/cloud/compute/v1/region_instance_group_managers.rb
|
401
463
|
- lib/google/cloud/compute/v1/region_instance_group_managers/credentials.rb
|
402
464
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb
|
403
465
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb
|
404
466
|
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/grpc_transcoding.rb
|
467
|
+
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb
|
405
468
|
- lib/google/cloud/compute/v1/region_instance_groups.rb
|
406
469
|
- lib/google/cloud/compute/v1/region_instance_groups/credentials.rb
|
407
470
|
- lib/google/cloud/compute/v1/region_instance_groups/rest.rb
|
408
471
|
- lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb
|
409
472
|
- lib/google/cloud/compute/v1/region_instance_groups/rest/grpc_transcoding.rb
|
473
|
+
- lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb
|
410
474
|
- lib/google/cloud/compute/v1/region_instances.rb
|
411
475
|
- lib/google/cloud/compute/v1/region_instances/credentials.rb
|
412
476
|
- lib/google/cloud/compute/v1/region_instances/rest.rb
|
413
477
|
- lib/google/cloud/compute/v1/region_instances/rest/client.rb
|
414
478
|
- lib/google/cloud/compute/v1/region_instances/rest/grpc_transcoding.rb
|
479
|
+
- lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb
|
415
480
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups.rb
|
416
481
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/credentials.rb
|
417
482
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb
|
418
483
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb
|
419
484
|
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/grpc_transcoding.rb
|
485
|
+
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb
|
420
486
|
- lib/google/cloud/compute/v1/region_notification_endpoints.rb
|
421
487
|
- lib/google/cloud/compute/v1/region_notification_endpoints/credentials.rb
|
422
488
|
- lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb
|
423
489
|
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb
|
424
490
|
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/grpc_transcoding.rb
|
491
|
+
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb
|
425
492
|
- lib/google/cloud/compute/v1/region_operations.rb
|
426
493
|
- lib/google/cloud/compute/v1/region_operations/credentials.rb
|
427
494
|
- lib/google/cloud/compute/v1/region_operations/rest.rb
|
428
495
|
- lib/google/cloud/compute/v1/region_operations/rest/client.rb
|
429
496
|
- lib/google/cloud/compute/v1/region_operations/rest/grpc_transcoding.rb
|
497
|
+
- lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb
|
430
498
|
- lib/google/cloud/compute/v1/region_ssl_certificates.rb
|
431
499
|
- lib/google/cloud/compute/v1/region_ssl_certificates/credentials.rb
|
432
500
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb
|
433
501
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb
|
434
502
|
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/grpc_transcoding.rb
|
503
|
+
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb
|
435
504
|
- lib/google/cloud/compute/v1/region_target_http_proxies.rb
|
436
505
|
- lib/google/cloud/compute/v1/region_target_http_proxies/credentials.rb
|
437
506
|
- lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb
|
438
507
|
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb
|
439
508
|
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/grpc_transcoding.rb
|
509
|
+
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb
|
440
510
|
- lib/google/cloud/compute/v1/region_target_https_proxies.rb
|
441
511
|
- lib/google/cloud/compute/v1/region_target_https_proxies/credentials.rb
|
442
512
|
- lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb
|
443
513
|
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb
|
444
514
|
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding.rb
|
515
|
+
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb
|
445
516
|
- lib/google/cloud/compute/v1/region_url_maps.rb
|
446
517
|
- lib/google/cloud/compute/v1/region_url_maps/credentials.rb
|
447
518
|
- lib/google/cloud/compute/v1/region_url_maps/rest.rb
|
448
519
|
- lib/google/cloud/compute/v1/region_url_maps/rest/client.rb
|
449
520
|
- lib/google/cloud/compute/v1/region_url_maps/rest/grpc_transcoding.rb
|
521
|
+
- lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb
|
450
522
|
- lib/google/cloud/compute/v1/regions.rb
|
451
523
|
- lib/google/cloud/compute/v1/regions/credentials.rb
|
452
524
|
- lib/google/cloud/compute/v1/regions/rest.rb
|
453
525
|
- lib/google/cloud/compute/v1/regions/rest/client.rb
|
454
526
|
- lib/google/cloud/compute/v1/regions/rest/grpc_transcoding.rb
|
527
|
+
- lib/google/cloud/compute/v1/regions/rest/service_stub.rb
|
455
528
|
- lib/google/cloud/compute/v1/reservations.rb
|
456
529
|
- lib/google/cloud/compute/v1/reservations/credentials.rb
|
457
530
|
- lib/google/cloud/compute/v1/reservations/rest.rb
|
458
531
|
- lib/google/cloud/compute/v1/reservations/rest/client.rb
|
459
532
|
- lib/google/cloud/compute/v1/reservations/rest/grpc_transcoding.rb
|
533
|
+
- lib/google/cloud/compute/v1/reservations/rest/service_stub.rb
|
460
534
|
- lib/google/cloud/compute/v1/resource_policies.rb
|
461
535
|
- lib/google/cloud/compute/v1/resource_policies/credentials.rb
|
462
536
|
- lib/google/cloud/compute/v1/resource_policies/rest.rb
|
463
537
|
- lib/google/cloud/compute/v1/resource_policies/rest/client.rb
|
464
538
|
- lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb
|
539
|
+
- lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb
|
465
540
|
- lib/google/cloud/compute/v1/routers.rb
|
466
541
|
- lib/google/cloud/compute/v1/routers/credentials.rb
|
467
542
|
- lib/google/cloud/compute/v1/routers/rest.rb
|
468
543
|
- lib/google/cloud/compute/v1/routers/rest/client.rb
|
469
544
|
- lib/google/cloud/compute/v1/routers/rest/grpc_transcoding.rb
|
545
|
+
- lib/google/cloud/compute/v1/routers/rest/service_stub.rb
|
470
546
|
- lib/google/cloud/compute/v1/routes.rb
|
471
547
|
- lib/google/cloud/compute/v1/routes/credentials.rb
|
472
548
|
- lib/google/cloud/compute/v1/routes/rest.rb
|
473
549
|
- lib/google/cloud/compute/v1/routes/rest/client.rb
|
474
550
|
- lib/google/cloud/compute/v1/routes/rest/grpc_transcoding.rb
|
551
|
+
- lib/google/cloud/compute/v1/routes/rest/service_stub.rb
|
475
552
|
- lib/google/cloud/compute/v1/security_policies.rb
|
476
553
|
- lib/google/cloud/compute/v1/security_policies/credentials.rb
|
477
554
|
- lib/google/cloud/compute/v1/security_policies/rest.rb
|
478
555
|
- lib/google/cloud/compute/v1/security_policies/rest/client.rb
|
479
556
|
- lib/google/cloud/compute/v1/security_policies/rest/grpc_transcoding.rb
|
557
|
+
- lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb
|
558
|
+
- lib/google/cloud/compute/v1/service_attachments.rb
|
559
|
+
- lib/google/cloud/compute/v1/service_attachments/credentials.rb
|
560
|
+
- lib/google/cloud/compute/v1/service_attachments/rest.rb
|
561
|
+
- lib/google/cloud/compute/v1/service_attachments/rest/client.rb
|
562
|
+
- lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb
|
480
563
|
- lib/google/cloud/compute/v1/snapshots.rb
|
481
564
|
- lib/google/cloud/compute/v1/snapshots/credentials.rb
|
482
565
|
- lib/google/cloud/compute/v1/snapshots/rest.rb
|
483
566
|
- lib/google/cloud/compute/v1/snapshots/rest/client.rb
|
484
567
|
- lib/google/cloud/compute/v1/snapshots/rest/grpc_transcoding.rb
|
568
|
+
- lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb
|
485
569
|
- lib/google/cloud/compute/v1/ssl_certificates.rb
|
486
570
|
- lib/google/cloud/compute/v1/ssl_certificates/credentials.rb
|
487
571
|
- lib/google/cloud/compute/v1/ssl_certificates/rest.rb
|
488
572
|
- lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb
|
489
573
|
- lib/google/cloud/compute/v1/ssl_certificates/rest/grpc_transcoding.rb
|
574
|
+
- lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb
|
490
575
|
- lib/google/cloud/compute/v1/ssl_policies.rb
|
491
576
|
- lib/google/cloud/compute/v1/ssl_policies/credentials.rb
|
492
577
|
- lib/google/cloud/compute/v1/ssl_policies/rest.rb
|
493
578
|
- lib/google/cloud/compute/v1/ssl_policies/rest/client.rb
|
494
579
|
- lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb
|
580
|
+
- lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb
|
495
581
|
- lib/google/cloud/compute/v1/subnetworks.rb
|
496
582
|
- lib/google/cloud/compute/v1/subnetworks/credentials.rb
|
497
583
|
- lib/google/cloud/compute/v1/subnetworks/rest.rb
|
498
584
|
- lib/google/cloud/compute/v1/subnetworks/rest/client.rb
|
499
585
|
- lib/google/cloud/compute/v1/subnetworks/rest/grpc_transcoding.rb
|
586
|
+
- lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb
|
500
587
|
- lib/google/cloud/compute/v1/target_grpc_proxies.rb
|
501
588
|
- lib/google/cloud/compute/v1/target_grpc_proxies/credentials.rb
|
502
589
|
- lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb
|
503
590
|
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb
|
504
591
|
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/grpc_transcoding.rb
|
592
|
+
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb
|
505
593
|
- lib/google/cloud/compute/v1/target_http_proxies.rb
|
506
594
|
- lib/google/cloud/compute/v1/target_http_proxies/credentials.rb
|
507
595
|
- lib/google/cloud/compute/v1/target_http_proxies/rest.rb
|
508
596
|
- lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb
|
509
597
|
- lib/google/cloud/compute/v1/target_http_proxies/rest/grpc_transcoding.rb
|
598
|
+
- lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb
|
510
599
|
- lib/google/cloud/compute/v1/target_https_proxies.rb
|
511
600
|
- lib/google/cloud/compute/v1/target_https_proxies/credentials.rb
|
512
601
|
- lib/google/cloud/compute/v1/target_https_proxies/rest.rb
|
513
602
|
- lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb
|
514
603
|
- lib/google/cloud/compute/v1/target_https_proxies/rest/grpc_transcoding.rb
|
604
|
+
- lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb
|
515
605
|
- lib/google/cloud/compute/v1/target_instances.rb
|
516
606
|
- lib/google/cloud/compute/v1/target_instances/credentials.rb
|
517
607
|
- lib/google/cloud/compute/v1/target_instances/rest.rb
|
518
608
|
- lib/google/cloud/compute/v1/target_instances/rest/client.rb
|
519
609
|
- lib/google/cloud/compute/v1/target_instances/rest/grpc_transcoding.rb
|
610
|
+
- lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb
|
520
611
|
- lib/google/cloud/compute/v1/target_pools.rb
|
521
612
|
- lib/google/cloud/compute/v1/target_pools/credentials.rb
|
522
613
|
- lib/google/cloud/compute/v1/target_pools/rest.rb
|
523
614
|
- lib/google/cloud/compute/v1/target_pools/rest/client.rb
|
524
615
|
- lib/google/cloud/compute/v1/target_pools/rest/grpc_transcoding.rb
|
616
|
+
- lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb
|
525
617
|
- lib/google/cloud/compute/v1/target_ssl_proxies.rb
|
526
618
|
- lib/google/cloud/compute/v1/target_ssl_proxies/credentials.rb
|
527
619
|
- lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb
|
528
620
|
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb
|
529
621
|
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/grpc_transcoding.rb
|
622
|
+
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb
|
530
623
|
- lib/google/cloud/compute/v1/target_tcp_proxies.rb
|
531
624
|
- lib/google/cloud/compute/v1/target_tcp_proxies/credentials.rb
|
532
625
|
- lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb
|
533
626
|
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb
|
534
627
|
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/grpc_transcoding.rb
|
628
|
+
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb
|
535
629
|
- lib/google/cloud/compute/v1/target_vpn_gateways.rb
|
536
630
|
- lib/google/cloud/compute/v1/target_vpn_gateways/credentials.rb
|
537
631
|
- lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb
|
538
632
|
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb
|
539
633
|
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/grpc_transcoding.rb
|
634
|
+
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb
|
540
635
|
- lib/google/cloud/compute/v1/url_maps.rb
|
541
636
|
- lib/google/cloud/compute/v1/url_maps/credentials.rb
|
542
637
|
- lib/google/cloud/compute/v1/url_maps/rest.rb
|
543
638
|
- lib/google/cloud/compute/v1/url_maps/rest/client.rb
|
544
639
|
- lib/google/cloud/compute/v1/url_maps/rest/grpc_transcoding.rb
|
640
|
+
- lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb
|
545
641
|
- lib/google/cloud/compute/v1/version.rb
|
546
642
|
- lib/google/cloud/compute/v1/vpn_gateways.rb
|
547
643
|
- lib/google/cloud/compute/v1/vpn_gateways/credentials.rb
|
548
644
|
- lib/google/cloud/compute/v1/vpn_gateways/rest.rb
|
549
645
|
- lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb
|
550
646
|
- lib/google/cloud/compute/v1/vpn_gateways/rest/grpc_transcoding.rb
|
647
|
+
- lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb
|
551
648
|
- lib/google/cloud/compute/v1/vpn_tunnels.rb
|
552
649
|
- lib/google/cloud/compute/v1/vpn_tunnels/credentials.rb
|
553
650
|
- lib/google/cloud/compute/v1/vpn_tunnels/rest.rb
|
554
651
|
- lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb
|
555
652
|
- lib/google/cloud/compute/v1/vpn_tunnels/rest/grpc_transcoding.rb
|
653
|
+
- lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb
|
556
654
|
- lib/google/cloud/compute/v1/zone_operations.rb
|
557
655
|
- lib/google/cloud/compute/v1/zone_operations/credentials.rb
|
558
656
|
- lib/google/cloud/compute/v1/zone_operations/rest.rb
|
559
657
|
- lib/google/cloud/compute/v1/zone_operations/rest/client.rb
|
560
658
|
- lib/google/cloud/compute/v1/zone_operations/rest/grpc_transcoding.rb
|
659
|
+
- lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb
|
561
660
|
- lib/google/cloud/compute/v1/zones.rb
|
562
661
|
- lib/google/cloud/compute/v1/zones/credentials.rb
|
563
662
|
- lib/google/cloud/compute/v1/zones/rest.rb
|
564
663
|
- lib/google/cloud/compute/v1/zones/rest/client.rb
|
565
664
|
- lib/google/cloud/compute/v1/zones/rest/grpc_transcoding.rb
|
665
|
+
- lib/google/cloud/compute/v1/zones/rest/service_stub.rb
|
566
666
|
- proto_docs/README.md
|
567
667
|
- proto_docs/google/api/field_behavior.rb
|
568
668
|
- proto_docs/google/api/resource.rb
|
569
669
|
- proto_docs/google/cloud/compute/v1/compute.rb
|
670
|
+
- proto_docs/google/cloud/extended_operations.rb
|
570
671
|
homepage: https://github.com/googleapis/google-cloud-ruby
|
571
672
|
licenses:
|
572
673
|
- Apache-2.0
|
@@ -586,8 +687,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
586
687
|
- !ruby/object:Gem::Version
|
587
688
|
version: '0'
|
588
689
|
requirements: []
|
589
|
-
rubygems_version: 3.
|
690
|
+
rubygems_version: 3.3.4
|
590
691
|
signing_key:
|
591
692
|
specification_version: 4
|
592
|
-
summary: API Client library for the Google Cloud Compute V1
|
693
|
+
summary: API Client library for the Google Cloud Compute V1 API
|
593
694
|
test_files: []
|