google-cloud-compute-v1 2.14.0 → 2.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +37 -1
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +36 -4
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +38 -20
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +42 -13
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +110 -74
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +45 -17
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +142 -98
- data/lib/google/cloud/compute/v1/compute_pb.rb +57 -2
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +36 -4
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +38 -20
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +48 -19
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +158 -110
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +38 -7
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +45 -19
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +158 -110
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +39 -7
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +41 -9
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +39 -7
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +36 -6
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +35 -4
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +38 -20
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +34 -2
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +22 -8
- data/lib/google/cloud/compute/v1/images/rest/client.rb +40 -12
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +102 -68
- data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +473 -21
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +428 -120
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +42 -10
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/instance_settings_service/rest/client.rb +35 -3
- data/lib/google/cloud/compute/v1/instance_settings_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +38 -9
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +73 -50
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +398 -290
- data/lib/google/cloud/compute/v1/instant_snapshots/rest/client.rb +39 -10
- data/lib/google/cloud/compute/v1/instant_snapshots/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +35 -3
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +35 -3
- data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +39 -9
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +34 -3
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +37 -8
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +37 -8
- data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +36 -4
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +38 -20
- data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +39 -10
- data/lib/google/cloud/compute/v1/network_attachments/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +41 -10
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +150 -17
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +202 -97
- data/lib/google/cloud/compute/v1/network_profiles/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/network_profiles/rest/client.rb +529 -0
- data/lib/google/cloud/compute/v1/network_profiles/rest/service_stub.rb +204 -0
- data/lib/google/cloud/compute/v1/network_profiles/rest.rb +51 -0
- data/lib/google/cloud/compute/v1/network_profiles.rb +47 -0
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +43 -12
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +102 -68
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +45 -16
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +134 -92
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +38 -9
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +36 -4
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +38 -20
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +39 -8
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +46 -15
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +126 -86
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +41 -9
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +39 -7
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +41 -13
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +110 -74
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +35 -3
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +47 -18
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +150 -104
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +39 -7
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +472 -20
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +420 -114
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +37 -5
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +37 -5
- data/lib/google/cloud/compute/v1/region_instance_templates/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +35 -2
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +22 -8
- data/lib/google/cloud/compute/v1/region_instant_snapshots/rest/client.rb +38 -9
- data/lib/google/cloud/compute/v1/region_instant_snapshots/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +44 -18
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +150 -104
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +37 -5
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +35 -5
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +146 -10
- data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +149 -55
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +37 -5
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +38 -7
- data/lib/google/cloud/compute/v1/region_ssl_policies/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +37 -5
- data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +39 -8
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/region_zones/rest/client.rb +35 -2
- data/lib/google/cloud/compute/v1/region_zones/rest/service_stub.rb +22 -8
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +35 -3
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +40 -11
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +94 -62
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +39 -10
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +41 -12
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +102 -68
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +37 -5
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +43 -13
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +110 -74
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +39 -10
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/client.rb +35 -3
- data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +38 -9
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +39 -8
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/storage_pool_types/rest/client.rb +36 -4
- data/lib/google/cloud/compute/v1/storage_pool_types/rest/service_stub.rb +38 -20
- data/lib/google/cloud/compute/v1/storage_pools/rest/client.rb +38 -11
- data/lib/google/cloud/compute/v1/storage_pools/rest/service_stub.rb +94 -62
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +42 -13
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +110 -74
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +38 -6
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +54 -32
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +44 -12
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +102 -68
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +39 -7
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +44 -13
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +110 -74
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +42 -10
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +40 -8
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +70 -44
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +39 -7
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +41 -10
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +86 -56
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +39 -9
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +78 -50
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +39 -7
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +62 -38
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +35 -5
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +46 -26
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +35 -3
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +30 -14
- data/lib/google/cloud/compute/v1.rb +1 -0
- data/proto_docs/google/api/client.rb +19 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +1010 -55
- metadata +11 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a279ef84daa5d6213a6fe2ebb52f529eccbc48ca640f15b3dc01873e464bf32
|
|
4
|
+
data.tar.gz: 99bd9b3b1ce37e736422abd5aa73b06f83fcb30ca671f569a07a412cddfbbd42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cea7317064df15c94258e514b74140e3176545a72474e619a899359a31a5b327cc57bc1da9ecd5dd941c7032ab3feefab99e426fd7176d4725b22ab23e801bf
|
|
7
|
+
data.tar.gz: 9475e6604615f411328fad70a3e9476eeeee99cf9e115b09677563eba60d4c96e34db7915b30dfc595d0450aac7b3bb9b979c5011f3efded75269658c29462df
|
data/README.md
CHANGED
|
@@ -37,6 +37,42 @@ for class and method documentation.
|
|
|
37
37
|
See also the [Product Documentation](https://cloud.google.com/compute/)
|
|
38
38
|
for general usage information.
|
|
39
39
|
|
|
40
|
+
## Debug Logging
|
|
41
|
+
|
|
42
|
+
This library comes with opt-in Debug Logging that can help you troubleshoot
|
|
43
|
+
your application's integration with the API. When logging is activated, key
|
|
44
|
+
events such as requests and responses, along with data payloads and metadata
|
|
45
|
+
such as headers and client configuration, are logged to the standard error
|
|
46
|
+
stream.
|
|
47
|
+
|
|
48
|
+
**WARNING:** Client Library Debug Logging includes your data payloads in
|
|
49
|
+
plaintext, which could include sensitive data such as PII for yourself or your
|
|
50
|
+
customers, private keys, or other security data that could be compromising if
|
|
51
|
+
leaked. Always practice good data hygiene with your application logs, and follow
|
|
52
|
+
the principle of least access. Google also recommends that Client Library Debug
|
|
53
|
+
Logging be enabled only temporarily during active debugging, and not used
|
|
54
|
+
permanently in production.
|
|
55
|
+
|
|
56
|
+
To enable logging, set the environment variable `GOOGLE_SDK_RUBY_LOGGING_GEMS`
|
|
57
|
+
to the value `all`. Alternatively, you can set the value to a comma-delimited
|
|
58
|
+
list of client library gem names. This will select the default logging behavior,
|
|
59
|
+
which writes logs to the standard error stream. On a local workstation, this may
|
|
60
|
+
result in logs appearing on the console. When running on a Google Cloud hosting
|
|
61
|
+
service such as [Google Cloud Run](https://cloud.google.com/run), this generally
|
|
62
|
+
results in logs appearing alongside your application logs in the
|
|
63
|
+
[Google Cloud Logging](https://cloud.google.com/logging/) service.
|
|
64
|
+
|
|
65
|
+
You can customize logging by modifying the `logger` configuration when
|
|
66
|
+
constructing a client object. For example:
|
|
67
|
+
|
|
68
|
+
```ruby
|
|
69
|
+
require "google/cloud/compute/v1"
|
|
70
|
+
require "logger"
|
|
71
|
+
|
|
72
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
|
|
73
|
+
config.logger = Logger.new "my-app.log"
|
|
74
|
+
end
|
|
75
|
+
```
|
|
40
76
|
|
|
41
77
|
## Google Cloud Samples
|
|
42
78
|
|
|
@@ -44,7 +80,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
44
80
|
|
|
45
81
|
## Supported Ruby Versions
|
|
46
82
|
|
|
47
|
-
This library is supported on Ruby
|
|
83
|
+
This library is supported on Ruby 3.0+.
|
|
48
84
|
|
|
49
85
|
Google provides official support for Ruby versions that are actively supported
|
|
50
86
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -165,8 +165,28 @@ module Google
|
|
|
165
165
|
endpoint: @config.endpoint,
|
|
166
166
|
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
|
167
167
|
universe_domain: @config.universe_domain,
|
|
168
|
-
credentials: credentials
|
|
168
|
+
credentials: credentials,
|
|
169
|
+
logger: @config.logger
|
|
169
170
|
)
|
|
171
|
+
|
|
172
|
+
@accelerator_types_stub.logger(stub: true)&.info do |entry|
|
|
173
|
+
entry.set_system_name
|
|
174
|
+
entry.set_service
|
|
175
|
+
entry.message = "Created client for #{entry.service}"
|
|
176
|
+
entry.set_credentials_fields credentials
|
|
177
|
+
entry.set "customEndpoint", @config.endpoint if @config.endpoint
|
|
178
|
+
entry.set "defaultTimeout", @config.timeout if @config.timeout
|
|
179
|
+
entry.set "quotaProject", @quota_project_id if @quota_project_id
|
|
180
|
+
end
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
##
|
|
184
|
+
# The logger used for request/response debug logging.
|
|
185
|
+
#
|
|
186
|
+
# @return [Logger]
|
|
187
|
+
#
|
|
188
|
+
def logger
|
|
189
|
+
@accelerator_types_stub.logger
|
|
170
190
|
end
|
|
171
191
|
|
|
172
192
|
# Service calls
|
|
@@ -259,7 +279,7 @@ module Google
|
|
|
259
279
|
@accelerator_types_stub.aggregated_list request, options do |result, operation|
|
|
260
280
|
result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :aggregated_list, "items", request, result, options
|
|
261
281
|
yield result, operation if block_given?
|
|
262
|
-
|
|
282
|
+
throw :response, result
|
|
263
283
|
end
|
|
264
284
|
rescue ::Gapic::Rest::Error => e
|
|
265
285
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -342,7 +362,6 @@ module Google
|
|
|
342
362
|
|
|
343
363
|
@accelerator_types_stub.get request, options do |result, operation|
|
|
344
364
|
yield result, operation if block_given?
|
|
345
|
-
return result
|
|
346
365
|
end
|
|
347
366
|
rescue ::Gapic::Rest::Error => e
|
|
348
367
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -434,7 +453,7 @@ module Google
|
|
|
434
453
|
@accelerator_types_stub.list request, options do |result, operation|
|
|
435
454
|
result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :list, "items", request, result, options
|
|
436
455
|
yield result, operation if block_given?
|
|
437
|
-
|
|
456
|
+
throw :response, result
|
|
438
457
|
end
|
|
439
458
|
rescue ::Gapic::Rest::Error => e
|
|
440
459
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -482,6 +501,13 @@ module Google
|
|
|
482
501
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
483
502
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
484
503
|
# * (`nil`) indicating no credentials
|
|
504
|
+
#
|
|
505
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
506
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
507
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
508
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
509
|
+
# For more information, refer to [Validate credential configurations from external
|
|
510
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
485
511
|
# @return [::Object]
|
|
486
512
|
# @!attribute [rw] scope
|
|
487
513
|
# The OAuth scopes
|
|
@@ -514,6 +540,11 @@ module Google
|
|
|
514
540
|
# default endpoint URL. The default value of nil uses the environment
|
|
515
541
|
# universe (usually the default "googleapis.com" universe).
|
|
516
542
|
# @return [::String,nil]
|
|
543
|
+
# @!attribute [rw] logger
|
|
544
|
+
# A custom logger to use for request/response debug logging, or the value
|
|
545
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
|
546
|
+
# explicitly disable logging.
|
|
547
|
+
# @return [::Logger,:default,nil]
|
|
517
548
|
#
|
|
518
549
|
class Configuration
|
|
519
550
|
extend ::Gapic::Config
|
|
@@ -535,6 +566,7 @@ module Google
|
|
|
535
566
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
|
536
567
|
config_attr :quota_project, nil, ::String, nil
|
|
537
568
|
config_attr :universe_domain, nil, ::String, nil
|
|
569
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
|
538
570
|
|
|
539
571
|
# @private
|
|
540
572
|
def initialize parent_config = nil
|
|
@@ -30,7 +30,8 @@ module Google
|
|
|
30
30
|
# including transcoding, making the REST call, and deserialing the response.
|
|
31
31
|
#
|
|
32
32
|
class ServiceStub
|
|
33
|
-
|
|
33
|
+
# @private
|
|
34
|
+
def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
|
|
34
35
|
# These require statements are intentionally placed here to initialize
|
|
35
36
|
# the REST modules only when it's required.
|
|
36
37
|
require "gapic/rest"
|
|
@@ -40,7 +41,9 @@ module Google
|
|
|
40
41
|
universe_domain: universe_domain,
|
|
41
42
|
credentials: credentials,
|
|
42
43
|
numeric_enums: false,
|
|
43
|
-
|
|
44
|
+
service_name: self.class,
|
|
45
|
+
raise_faraday_errors: false,
|
|
46
|
+
logger: logger
|
|
44
47
|
end
|
|
45
48
|
|
|
46
49
|
##
|
|
@@ -61,6 +64,15 @@ module Google
|
|
|
61
64
|
@client_stub.endpoint
|
|
62
65
|
end
|
|
63
66
|
|
|
67
|
+
##
|
|
68
|
+
# The logger used for request/response debug logging.
|
|
69
|
+
#
|
|
70
|
+
# @return [Logger]
|
|
71
|
+
#
|
|
72
|
+
def logger stub: false
|
|
73
|
+
stub ? @client_stub.stub_logger : @client_stub.logger
|
|
74
|
+
end
|
|
75
|
+
|
|
64
76
|
##
|
|
65
77
|
# Baseline implementation for the aggregated_list REST call
|
|
66
78
|
#
|
|
@@ -87,16 +99,18 @@ module Google
|
|
|
87
99
|
|
|
88
100
|
response = @client_stub.make_http_request(
|
|
89
101
|
verb,
|
|
90
|
-
uri:
|
|
91
|
-
body:
|
|
92
|
-
params:
|
|
102
|
+
uri: uri,
|
|
103
|
+
body: body || "",
|
|
104
|
+
params: query_string_params,
|
|
105
|
+
method_name: "aggregated_list",
|
|
93
106
|
options: options
|
|
94
107
|
)
|
|
95
108
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
96
109
|
result = ::Google::Cloud::Compute::V1::AcceleratorTypeAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
110
|
+
catch :response do
|
|
111
|
+
yield result, operation if block_given?
|
|
112
|
+
result
|
|
113
|
+
end
|
|
100
114
|
end
|
|
101
115
|
|
|
102
116
|
##
|
|
@@ -125,16 +139,18 @@ module Google
|
|
|
125
139
|
|
|
126
140
|
response = @client_stub.make_http_request(
|
|
127
141
|
verb,
|
|
128
|
-
uri:
|
|
129
|
-
body:
|
|
130
|
-
params:
|
|
142
|
+
uri: uri,
|
|
143
|
+
body: body || "",
|
|
144
|
+
params: query_string_params,
|
|
145
|
+
method_name: "get",
|
|
131
146
|
options: options
|
|
132
147
|
)
|
|
133
148
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
134
149
|
result = ::Google::Cloud::Compute::V1::AcceleratorType.decode_json response.body, ignore_unknown_fields: true
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
150
|
+
catch :response do
|
|
151
|
+
yield result, operation if block_given?
|
|
152
|
+
result
|
|
153
|
+
end
|
|
138
154
|
end
|
|
139
155
|
|
|
140
156
|
##
|
|
@@ -163,16 +179,18 @@ module Google
|
|
|
163
179
|
|
|
164
180
|
response = @client_stub.make_http_request(
|
|
165
181
|
verb,
|
|
166
|
-
uri:
|
|
167
|
-
body:
|
|
168
|
-
params:
|
|
182
|
+
uri: uri,
|
|
183
|
+
body: body || "",
|
|
184
|
+
params: query_string_params,
|
|
185
|
+
method_name: "list",
|
|
169
186
|
options: options
|
|
170
187
|
)
|
|
171
188
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
172
189
|
result = ::Google::Cloud::Compute::V1::AcceleratorTypeList.decode_json response.body, ignore_unknown_fields: true
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
190
|
+
catch :response do
|
|
191
|
+
yield result, operation if block_given?
|
|
192
|
+
result
|
|
193
|
+
end
|
|
176
194
|
end
|
|
177
195
|
|
|
178
196
|
##
|
|
@@ -179,8 +179,19 @@ module Google
|
|
|
179
179
|
endpoint: @config.endpoint,
|
|
180
180
|
endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
|
|
181
181
|
universe_domain: @config.universe_domain,
|
|
182
|
-
credentials: credentials
|
|
182
|
+
credentials: credentials,
|
|
183
|
+
logger: @config.logger
|
|
183
184
|
)
|
|
185
|
+
|
|
186
|
+
@addresses_stub.logger(stub: true)&.info do |entry|
|
|
187
|
+
entry.set_system_name
|
|
188
|
+
entry.set_service
|
|
189
|
+
entry.message = "Created client for #{entry.service}"
|
|
190
|
+
entry.set_credentials_fields credentials
|
|
191
|
+
entry.set "customEndpoint", @config.endpoint if @config.endpoint
|
|
192
|
+
entry.set "defaultTimeout", @config.timeout if @config.timeout
|
|
193
|
+
entry.set "quotaProject", @quota_project_id if @quota_project_id
|
|
194
|
+
end
|
|
184
195
|
end
|
|
185
196
|
|
|
186
197
|
##
|
|
@@ -190,6 +201,15 @@ module Google
|
|
|
190
201
|
#
|
|
191
202
|
attr_reader :region_operations
|
|
192
203
|
|
|
204
|
+
##
|
|
205
|
+
# The logger used for request/response debug logging.
|
|
206
|
+
#
|
|
207
|
+
# @return [Logger]
|
|
208
|
+
#
|
|
209
|
+
def logger
|
|
210
|
+
@addresses_stub.logger
|
|
211
|
+
end
|
|
212
|
+
|
|
193
213
|
# Service calls
|
|
194
214
|
|
|
195
215
|
##
|
|
@@ -280,7 +300,7 @@ module Google
|
|
|
280
300
|
@addresses_stub.aggregated_list request, options do |result, operation|
|
|
281
301
|
result = ::Gapic::Rest::PagedEnumerable.new @addresses_stub, :aggregated_list, "items", request, result, options
|
|
282
302
|
yield result, operation if block_given?
|
|
283
|
-
|
|
303
|
+
throw :response, result
|
|
284
304
|
end
|
|
285
305
|
rescue ::Gapic::Rest::Error => e
|
|
286
306
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -374,7 +394,7 @@ module Google
|
|
|
374
394
|
options: options
|
|
375
395
|
)
|
|
376
396
|
yield result, response if block_given?
|
|
377
|
-
|
|
397
|
+
throw :response, result
|
|
378
398
|
end
|
|
379
399
|
rescue ::Gapic::Rest::Error => e
|
|
380
400
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -457,7 +477,6 @@ module Google
|
|
|
457
477
|
|
|
458
478
|
@addresses_stub.get request, options do |result, operation|
|
|
459
479
|
yield result, operation if block_given?
|
|
460
|
-
return result
|
|
461
480
|
end
|
|
462
481
|
rescue ::Gapic::Rest::Error => e
|
|
463
482
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -551,7 +570,7 @@ module Google
|
|
|
551
570
|
options: options
|
|
552
571
|
)
|
|
553
572
|
yield result, response if block_given?
|
|
554
|
-
|
|
573
|
+
throw :response, result
|
|
555
574
|
end
|
|
556
575
|
rescue ::Gapic::Rest::Error => e
|
|
557
576
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -643,7 +662,7 @@ module Google
|
|
|
643
662
|
@addresses_stub.list request, options do |result, operation|
|
|
644
663
|
result = ::Gapic::Rest::PagedEnumerable.new @addresses_stub, :list, "items", request, result, options
|
|
645
664
|
yield result, operation if block_given?
|
|
646
|
-
|
|
665
|
+
throw :response, result
|
|
647
666
|
end
|
|
648
667
|
rescue ::Gapic::Rest::Error => e
|
|
649
668
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -739,7 +758,7 @@ module Google
|
|
|
739
758
|
options: options
|
|
740
759
|
)
|
|
741
760
|
yield result, response if block_given?
|
|
742
|
-
|
|
761
|
+
throw :response, result
|
|
743
762
|
end
|
|
744
763
|
rescue ::Gapic::Rest::Error => e
|
|
745
764
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -835,7 +854,7 @@ module Google
|
|
|
835
854
|
options: options
|
|
836
855
|
)
|
|
837
856
|
yield result, response if block_given?
|
|
838
|
-
|
|
857
|
+
throw :response, result
|
|
839
858
|
end
|
|
840
859
|
rescue ::Gapic::Rest::Error => e
|
|
841
860
|
raise ::Google::Cloud::Error.from_error(e)
|
|
@@ -883,6 +902,13 @@ module Google
|
|
|
883
902
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
884
903
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
885
904
|
# * (`nil`) indicating no credentials
|
|
905
|
+
#
|
|
906
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
907
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
908
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
909
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
910
|
+
# For more information, refer to [Validate credential configurations from external
|
|
911
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
886
912
|
# @return [::Object]
|
|
887
913
|
# @!attribute [rw] scope
|
|
888
914
|
# The OAuth scopes
|
|
@@ -915,6 +941,11 @@ module Google
|
|
|
915
941
|
# default endpoint URL. The default value of nil uses the environment
|
|
916
942
|
# universe (usually the default "googleapis.com" universe).
|
|
917
943
|
# @return [::String,nil]
|
|
944
|
+
# @!attribute [rw] logger
|
|
945
|
+
# A custom logger to use for request/response debug logging, or the value
|
|
946
|
+
# `:default` (the default) to construct a default logger, or `nil` to
|
|
947
|
+
# explicitly disable logging.
|
|
948
|
+
# @return [::Logger,:default,nil]
|
|
918
949
|
#
|
|
919
950
|
class Configuration
|
|
920
951
|
extend ::Gapic::Config
|
|
@@ -936,6 +967,7 @@ module Google
|
|
|
936
967
|
config_attr :retry_policy, nil, ::Hash, ::Proc, nil
|
|
937
968
|
config_attr :quota_project, nil, ::String, nil
|
|
938
969
|
config_attr :universe_domain, nil, ::String, nil
|
|
970
|
+
config_attr :logger, :default, ::Logger, nil, :default
|
|
939
971
|
|
|
940
972
|
# @private
|
|
941
973
|
def initialize parent_config = nil
|
|
@@ -30,7 +30,8 @@ module Google
|
|
|
30
30
|
# including transcoding, making the REST call, and deserialing the response.
|
|
31
31
|
#
|
|
32
32
|
class ServiceStub
|
|
33
|
-
|
|
33
|
+
# @private
|
|
34
|
+
def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
|
|
34
35
|
# These require statements are intentionally placed here to initialize
|
|
35
36
|
# the REST modules only when it's required.
|
|
36
37
|
require "gapic/rest"
|
|
@@ -40,7 +41,9 @@ module Google
|
|
|
40
41
|
universe_domain: universe_domain,
|
|
41
42
|
credentials: credentials,
|
|
42
43
|
numeric_enums: false,
|
|
43
|
-
|
|
44
|
+
service_name: self.class,
|
|
45
|
+
raise_faraday_errors: false,
|
|
46
|
+
logger: logger
|
|
44
47
|
end
|
|
45
48
|
|
|
46
49
|
##
|
|
@@ -61,6 +64,15 @@ module Google
|
|
|
61
64
|
@client_stub.endpoint
|
|
62
65
|
end
|
|
63
66
|
|
|
67
|
+
##
|
|
68
|
+
# The logger used for request/response debug logging.
|
|
69
|
+
#
|
|
70
|
+
# @return [Logger]
|
|
71
|
+
#
|
|
72
|
+
def logger stub: false
|
|
73
|
+
stub ? @client_stub.stub_logger : @client_stub.logger
|
|
74
|
+
end
|
|
75
|
+
|
|
64
76
|
##
|
|
65
77
|
# Baseline implementation for the aggregated_list REST call
|
|
66
78
|
#
|
|
@@ -87,16 +99,18 @@ module Google
|
|
|
87
99
|
|
|
88
100
|
response = @client_stub.make_http_request(
|
|
89
101
|
verb,
|
|
90
|
-
uri:
|
|
91
|
-
body:
|
|
92
|
-
params:
|
|
102
|
+
uri: uri,
|
|
103
|
+
body: body || "",
|
|
104
|
+
params: query_string_params,
|
|
105
|
+
method_name: "aggregated_list",
|
|
93
106
|
options: options
|
|
94
107
|
)
|
|
95
108
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
96
109
|
result = ::Google::Cloud::Compute::V1::AddressAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
110
|
+
catch :response do
|
|
111
|
+
yield result, operation if block_given?
|
|
112
|
+
result
|
|
113
|
+
end
|
|
100
114
|
end
|
|
101
115
|
|
|
102
116
|
##
|
|
@@ -125,16 +139,18 @@ module Google
|
|
|
125
139
|
|
|
126
140
|
response = @client_stub.make_http_request(
|
|
127
141
|
verb,
|
|
128
|
-
uri:
|
|
129
|
-
body:
|
|
130
|
-
params:
|
|
142
|
+
uri: uri,
|
|
143
|
+
body: body || "",
|
|
144
|
+
params: query_string_params,
|
|
145
|
+
method_name: "delete",
|
|
131
146
|
options: options
|
|
132
147
|
)
|
|
133
148
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
134
149
|
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
150
|
+
catch :response do
|
|
151
|
+
yield result, operation if block_given?
|
|
152
|
+
result
|
|
153
|
+
end
|
|
138
154
|
end
|
|
139
155
|
|
|
140
156
|
##
|
|
@@ -163,16 +179,18 @@ module Google
|
|
|
163
179
|
|
|
164
180
|
response = @client_stub.make_http_request(
|
|
165
181
|
verb,
|
|
166
|
-
uri:
|
|
167
|
-
body:
|
|
168
|
-
params:
|
|
182
|
+
uri: uri,
|
|
183
|
+
body: body || "",
|
|
184
|
+
params: query_string_params,
|
|
185
|
+
method_name: "get",
|
|
169
186
|
options: options
|
|
170
187
|
)
|
|
171
188
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
172
189
|
result = ::Google::Cloud::Compute::V1::Address.decode_json response.body, ignore_unknown_fields: true
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
190
|
+
catch :response do
|
|
191
|
+
yield result, operation if block_given?
|
|
192
|
+
result
|
|
193
|
+
end
|
|
176
194
|
end
|
|
177
195
|
|
|
178
196
|
##
|
|
@@ -201,16 +219,18 @@ module Google
|
|
|
201
219
|
|
|
202
220
|
response = @client_stub.make_http_request(
|
|
203
221
|
verb,
|
|
204
|
-
uri:
|
|
205
|
-
body:
|
|
206
|
-
params:
|
|
222
|
+
uri: uri,
|
|
223
|
+
body: body || "",
|
|
224
|
+
params: query_string_params,
|
|
225
|
+
method_name: "insert",
|
|
207
226
|
options: options
|
|
208
227
|
)
|
|
209
228
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
210
229
|
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
230
|
+
catch :response do
|
|
231
|
+
yield result, operation if block_given?
|
|
232
|
+
result
|
|
233
|
+
end
|
|
214
234
|
end
|
|
215
235
|
|
|
216
236
|
##
|
|
@@ -239,16 +259,18 @@ module Google
|
|
|
239
259
|
|
|
240
260
|
response = @client_stub.make_http_request(
|
|
241
261
|
verb,
|
|
242
|
-
uri:
|
|
243
|
-
body:
|
|
244
|
-
params:
|
|
262
|
+
uri: uri,
|
|
263
|
+
body: body || "",
|
|
264
|
+
params: query_string_params,
|
|
265
|
+
method_name: "list",
|
|
245
266
|
options: options
|
|
246
267
|
)
|
|
247
268
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
248
269
|
result = ::Google::Cloud::Compute::V1::AddressList.decode_json response.body, ignore_unknown_fields: true
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
270
|
+
catch :response do
|
|
271
|
+
yield result, operation if block_given?
|
|
272
|
+
result
|
|
273
|
+
end
|
|
252
274
|
end
|
|
253
275
|
|
|
254
276
|
##
|
|
@@ -277,16 +299,18 @@ module Google
|
|
|
277
299
|
|
|
278
300
|
response = @client_stub.make_http_request(
|
|
279
301
|
verb,
|
|
280
|
-
uri:
|
|
281
|
-
body:
|
|
282
|
-
params:
|
|
302
|
+
uri: uri,
|
|
303
|
+
body: body || "",
|
|
304
|
+
params: query_string_params,
|
|
305
|
+
method_name: "move",
|
|
283
306
|
options: options
|
|
284
307
|
)
|
|
285
308
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
286
309
|
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
310
|
+
catch :response do
|
|
311
|
+
yield result, operation if block_given?
|
|
312
|
+
result
|
|
313
|
+
end
|
|
290
314
|
end
|
|
291
315
|
|
|
292
316
|
##
|
|
@@ -315,16 +339,18 @@ module Google
|
|
|
315
339
|
|
|
316
340
|
response = @client_stub.make_http_request(
|
|
317
341
|
verb,
|
|
318
|
-
uri:
|
|
319
|
-
body:
|
|
320
|
-
params:
|
|
342
|
+
uri: uri,
|
|
343
|
+
body: body || "",
|
|
344
|
+
params: query_string_params,
|
|
345
|
+
method_name: "set_labels",
|
|
321
346
|
options: options
|
|
322
347
|
)
|
|
323
348
|
operation = ::Gapic::Rest::TransportOperation.new response
|
|
324
349
|
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
350
|
+
catch :response do
|
|
351
|
+
yield result, operation if block_given?
|
|
352
|
+
result
|
|
353
|
+
end
|
|
328
354
|
end
|
|
329
355
|
|
|
330
356
|
##
|