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
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/compute/v1/compute_pb"
|
21
|
+
require "google/cloud/compute/v1/region_backend_services/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The RegionBackendServices API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :region_backend_services_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all RegionBackendServices clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all RegionBackendServices clients
|
47
|
+
# ::Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client.configure do |config|
|
48
|
+
# config.timeout = 10.0
|
49
|
+
# end
|
52
50
|
#
|
53
51
|
# @yield [config] Configure the Client client.
|
54
52
|
# @yieldparam config [Client::Configuration]
|
@@ -66,6 +64,26 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.delete.timeout = 600.0
|
68
|
+
|
69
|
+
default_config.rpcs.get.timeout = 600.0
|
70
|
+
default_config.rpcs.get.retry_policy = {
|
71
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
72
|
+
}
|
73
|
+
|
74
|
+
default_config.rpcs.get_health.timeout = 600.0
|
75
|
+
|
76
|
+
default_config.rpcs.insert.timeout = 600.0
|
77
|
+
|
78
|
+
default_config.rpcs.list.timeout = 600.0
|
79
|
+
default_config.rpcs.list.retry_policy = {
|
80
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
81
|
+
}
|
82
|
+
|
83
|
+
default_config.rpcs.patch.timeout = 600.0
|
84
|
+
|
85
|
+
default_config.rpcs.update.timeout = 600.0
|
86
|
+
|
69
87
|
default_config
|
70
88
|
end
|
71
89
|
yield @configure if block_given?
|
@@ -95,28 +113,20 @@ module Google
|
|
95
113
|
##
|
96
114
|
# Create a new RegionBackendServices REST client object.
|
97
115
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# To create a new RegionBackendServices REST client with the default
|
101
|
-
# configuration:
|
116
|
+
# @example
|
102
117
|
#
|
103
|
-
#
|
118
|
+
# # Create a client using the default configuration
|
119
|
+
# client = ::Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client.new
|
104
120
|
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
121
|
+
# # Create a client using a custom configuration
|
122
|
+
# client = ::Google::Cloud::Compute::V1::RegionBackendServices::Rest::Client.new do |config|
|
123
|
+
# config.timeout = 10.0
|
124
|
+
# end
|
111
125
|
#
|
112
126
|
# @yield [config] Configure the RegionBackendServices client.
|
113
127
|
# @yieldparam config [Client::Configuration]
|
114
128
|
#
|
115
129
|
def initialize
|
116
|
-
# These require statements are intentionally placed here to initialize
|
117
|
-
# the REST modules only when it's required.
|
118
|
-
require "gapic/rest"
|
119
|
-
|
120
130
|
# Create the configuration object
|
121
131
|
@config = Configuration.new Client.configure
|
122
132
|
|
@@ -126,11 +136,11 @@ module Google
|
|
126
136
|
# Create credentials
|
127
137
|
credentials = @config.credentials
|
128
138
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
139
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
140
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
141
|
end
|
132
142
|
|
133
|
-
@
|
143
|
+
@region_backend_services_stub = ::Google::Cloud::Compute::V1::RegionBackendServices::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
144
|
end
|
135
145
|
|
136
146
|
# Service calls
|
@@ -162,16 +172,12 @@ module Google
|
|
162
172
|
# @param region [::String]
|
163
173
|
# Name of the region scoping this request.
|
164
174
|
# @param request_id [::String]
|
165
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
166
|
-
#
|
167
|
-
#
|
168
|
-
#
|
169
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
170
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
171
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
175
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
176
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
177
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
172
178
|
# @yieldparam response [::Faraday::Response]
|
173
179
|
#
|
174
|
-
# @return [::
|
180
|
+
# @return [::Gapic::Rest::BaseOperation]
|
175
181
|
#
|
176
182
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
177
183
|
def delete request, options = nil
|
@@ -183,7 +189,7 @@ module Google
|
|
183
189
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
184
190
|
|
185
191
|
# Customize the options with defaults
|
186
|
-
call_metadata =
|
192
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
187
193
|
|
188
194
|
# Set x-goog-api-client header
|
189
195
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -191,19 +197,17 @@ module Google
|
|
191
197
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
192
198
|
transports_version_send: [:rest]
|
193
199
|
|
194
|
-
options.apply_defaults timeout: @config.timeout,
|
200
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
195
201
|
metadata: call_metadata
|
196
202
|
|
197
|
-
|
198
|
-
|
199
|
-
uri: uri,
|
200
|
-
params: query_string_params,
|
201
|
-
options: options
|
202
|
-
)
|
203
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
203
|
+
options.apply_defaults timeout: @config.timeout,
|
204
|
+
metadata: @config.metadata
|
204
205
|
|
205
|
-
|
206
|
-
|
206
|
+
@region_backend_services_stub.delete request, options do |result, response|
|
207
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
208
|
+
yield result, response if block_given?
|
209
|
+
return result
|
210
|
+
end
|
207
211
|
rescue ::Faraday::Error => e
|
208
212
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
209
213
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -235,7 +239,7 @@ module Google
|
|
235
239
|
# Project ID for this request.
|
236
240
|
# @param region [::String]
|
237
241
|
# Name of the region scoping this request.
|
238
|
-
# @yield [result,
|
242
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
239
243
|
# @yieldparam result [::Google::Cloud::Compute::V1::BackendService]
|
240
244
|
# @yieldparam response [::Faraday::Response]
|
241
245
|
#
|
@@ -251,7 +255,7 @@ module Google
|
|
251
255
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
252
256
|
|
253
257
|
# Customize the options with defaults
|
254
|
-
call_metadata =
|
258
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
255
259
|
|
256
260
|
# Set x-goog-api-client header
|
257
261
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -259,18 +263,16 @@ module Google
|
|
259
263
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
260
264
|
transports_version_send: [:rest]
|
261
265
|
|
262
|
-
options.apply_defaults timeout: @config.timeout,
|
266
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
263
267
|
metadata: call_metadata
|
264
268
|
|
265
|
-
|
266
|
-
|
267
|
-
uri: uri,
|
268
|
-
options: options
|
269
|
-
)
|
270
|
-
result = ::Google::Cloud::Compute::V1::BackendService.decode_json response.body, ignore_unknown_fields: true
|
269
|
+
options.apply_defaults timeout: @config.timeout,
|
270
|
+
metadata: @config.metadata
|
271
271
|
|
272
|
-
|
273
|
-
|
272
|
+
@region_backend_services_stub.get request, options do |result, response|
|
273
|
+
yield result, response if block_given?
|
274
|
+
return result
|
275
|
+
end
|
274
276
|
rescue ::Faraday::Error => e
|
275
277
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
276
278
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -303,7 +305,7 @@ module Google
|
|
303
305
|
# Name of the region scoping this request.
|
304
306
|
# @param resource_group_reference_resource [::Google::Cloud::Compute::V1::ResourceGroupReference, ::Hash]
|
305
307
|
# The body resource for this request
|
306
|
-
# @yield [result,
|
308
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
307
309
|
# @yieldparam result [::Google::Cloud::Compute::V1::BackendServiceGroupHealth]
|
308
310
|
# @yieldparam response [::Faraday::Response]
|
309
311
|
#
|
@@ -319,7 +321,7 @@ module Google
|
|
319
321
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
320
322
|
|
321
323
|
# Customize the options with defaults
|
322
|
-
call_metadata =
|
324
|
+
call_metadata = @config.rpcs.get_health.metadata.to_h
|
323
325
|
|
324
326
|
# Set x-goog-api-client header
|
325
327
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -327,26 +329,23 @@ module Google
|
|
327
329
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
328
330
|
transports_version_send: [:rest]
|
329
331
|
|
330
|
-
options.apply_defaults timeout: @config.timeout,
|
332
|
+
options.apply_defaults timeout: @config.rpcs.get_health.timeout,
|
331
333
|
metadata: call_metadata
|
332
334
|
|
333
|
-
|
334
|
-
|
335
|
-
uri: uri,
|
336
|
-
body: body,
|
337
|
-
options: options
|
338
|
-
)
|
339
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceGroupHealth.decode_json response.body, ignore_unknown_fields: true
|
335
|
+
options.apply_defaults timeout: @config.timeout,
|
336
|
+
metadata: @config.metadata
|
340
337
|
|
341
|
-
|
342
|
-
|
338
|
+
@region_backend_services_stub.get_health request, options do |result, response|
|
339
|
+
yield result, response if block_given?
|
340
|
+
return result
|
341
|
+
end
|
343
342
|
rescue ::Faraday::Error => e
|
344
343
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
345
344
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
346
345
|
end
|
347
346
|
|
348
347
|
##
|
349
|
-
# Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see
|
348
|
+
# Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview.
|
350
349
|
#
|
351
350
|
# @overload insert(request, options = nil)
|
352
351
|
# Pass arguments to `insert` via a request object, either of type
|
@@ -372,16 +371,12 @@ module Google
|
|
372
371
|
# @param region [::String]
|
373
372
|
# Name of the region scoping this request.
|
374
373
|
# @param request_id [::String]
|
375
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
376
|
-
#
|
377
|
-
#
|
378
|
-
#
|
379
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
380
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
381
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
374
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
375
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
376
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
382
377
|
# @yieldparam response [::Faraday::Response]
|
383
378
|
#
|
384
|
-
# @return [::
|
379
|
+
# @return [::Gapic::Rest::BaseOperation]
|
385
380
|
#
|
386
381
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
387
382
|
def insert request, options = nil
|
@@ -393,7 +388,7 @@ module Google
|
|
393
388
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
394
389
|
|
395
390
|
# Customize the options with defaults
|
396
|
-
call_metadata =
|
391
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
397
392
|
|
398
393
|
# Set x-goog-api-client header
|
399
394
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -401,20 +396,17 @@ module Google
|
|
401
396
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
402
397
|
transports_version_send: [:rest]
|
403
398
|
|
404
|
-
options.apply_defaults timeout: @config.timeout,
|
399
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
405
400
|
metadata: call_metadata
|
406
401
|
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
yield result, response if block_given?
|
417
|
-
result
|
402
|
+
options.apply_defaults timeout: @config.timeout,
|
403
|
+
metadata: @config.metadata
|
404
|
+
|
405
|
+
@region_backend_services_stub.insert request, options do |result, response|
|
406
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
407
|
+
yield result, response if block_given?
|
408
|
+
return result
|
409
|
+
end
|
418
410
|
rescue ::Faraday::Error => e
|
419
411
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
420
412
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -441,21 +433,11 @@ module Google
|
|
441
433
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
442
434
|
#
|
443
435
|
# @param filter [::String]
|
444
|
-
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
|
445
|
-
#
|
446
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
447
|
-
#
|
448
|
-
# You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
|
449
|
-
#
|
450
|
-
# To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
436
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
451
437
|
# @param max_results [::Integer]
|
452
438
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
453
439
|
# @param order_by [::String]
|
454
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
455
|
-
#
|
456
|
-
# You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
|
457
|
-
#
|
458
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
440
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
459
441
|
# @param page_token [::String]
|
460
442
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
461
443
|
# @param project [::String]
|
@@ -463,12 +445,12 @@ module Google
|
|
463
445
|
# @param region [::String]
|
464
446
|
# Name of the region scoping this request.
|
465
447
|
# @param return_partial_success [::Boolean]
|
466
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
467
|
-
# @yield [result,
|
468
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
448
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
449
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
450
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
469
451
|
# @yieldparam response [::Faraday::Response]
|
470
452
|
#
|
471
|
-
# @return [::Google::Cloud::Compute::V1::
|
453
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
472
454
|
#
|
473
455
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
474
456
|
def list request, options = nil
|
@@ -480,7 +462,7 @@ module Google
|
|
480
462
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
481
463
|
|
482
464
|
# Customize the options with defaults
|
483
|
-
call_metadata =
|
465
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
484
466
|
|
485
467
|
# Set x-goog-api-client header
|
486
468
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -488,26 +470,24 @@ module Google
|
|
488
470
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
489
471
|
transports_version_send: [:rest]
|
490
472
|
|
491
|
-
options.apply_defaults timeout: @config.timeout,
|
473
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
492
474
|
metadata: call_metadata
|
493
475
|
|
494
|
-
|
495
|
-
|
496
|
-
uri: uri,
|
497
|
-
params: query_string_params,
|
498
|
-
options: options
|
499
|
-
)
|
500
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceList.decode_json response.body, ignore_unknown_fields: true
|
476
|
+
options.apply_defaults timeout: @config.timeout,
|
477
|
+
metadata: @config.metadata
|
501
478
|
|
502
|
-
|
503
|
-
|
479
|
+
@region_backend_services_stub.list request, options do |result, response|
|
480
|
+
result = ::Gapic::Rest::PagedEnumerable.new @region_backend_services_stub, :list, "items", request, result, options
|
481
|
+
yield result, response if block_given?
|
482
|
+
return result
|
483
|
+
end
|
504
484
|
rescue ::Faraday::Error => e
|
505
485
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
506
486
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
507
487
|
end
|
508
488
|
|
509
489
|
##
|
510
|
-
# Updates the specified regional BackendService resource with the data included in the request. For more information, see
|
490
|
+
# Updates the specified regional BackendService resource with the data included in the request. For more information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
|
511
491
|
#
|
512
492
|
# @overload patch(request, options = nil)
|
513
493
|
# Pass arguments to `patch` via a request object, either of type
|
@@ -535,16 +515,12 @@ module Google
|
|
535
515
|
# @param region [::String]
|
536
516
|
# Name of the region scoping this request.
|
537
517
|
# @param request_id [::String]
|
538
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
539
|
-
#
|
540
|
-
#
|
541
|
-
#
|
542
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
543
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
544
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
518
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
519
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
520
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
545
521
|
# @yieldparam response [::Faraday::Response]
|
546
522
|
#
|
547
|
-
# @return [::
|
523
|
+
# @return [::Gapic::Rest::BaseOperation]
|
548
524
|
#
|
549
525
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
550
526
|
def patch request, options = nil
|
@@ -556,7 +532,7 @@ module Google
|
|
556
532
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
557
533
|
|
558
534
|
# Customize the options with defaults
|
559
|
-
call_metadata =
|
535
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
560
536
|
|
561
537
|
# Set x-goog-api-client header
|
562
538
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -564,27 +540,24 @@ module Google
|
|
564
540
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
565
541
|
transports_version_send: [:rest]
|
566
542
|
|
567
|
-
options.apply_defaults timeout: @config.timeout,
|
543
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
568
544
|
metadata: call_metadata
|
569
545
|
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
yield result, response if block_given?
|
580
|
-
result
|
546
|
+
options.apply_defaults timeout: @config.timeout,
|
547
|
+
metadata: @config.metadata
|
548
|
+
|
549
|
+
@region_backend_services_stub.patch request, options do |result, response|
|
550
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
551
|
+
yield result, response if block_given?
|
552
|
+
return result
|
553
|
+
end
|
581
554
|
rescue ::Faraday::Error => e
|
582
555
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
583
556
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
584
557
|
end
|
585
558
|
|
586
559
|
##
|
587
|
-
# Updates the specified regional BackendService resource with the data included in the request. For more information, see
|
560
|
+
# Updates the specified regional BackendService resource with the data included in the request. For more information, see Backend services overview .
|
588
561
|
#
|
589
562
|
# @overload update(request, options = nil)
|
590
563
|
# Pass arguments to `update` via a request object, either of type
|
@@ -612,16 +585,12 @@ module Google
|
|
612
585
|
# @param region [::String]
|
613
586
|
# Name of the region scoping this request.
|
614
587
|
# @param request_id [::String]
|
615
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
616
|
-
#
|
617
|
-
#
|
618
|
-
#
|
619
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
620
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
621
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
588
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
589
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
590
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
622
591
|
# @yieldparam response [::Faraday::Response]
|
623
592
|
#
|
624
|
-
# @return [::
|
593
|
+
# @return [::Gapic::Rest::BaseOperation]
|
625
594
|
#
|
626
595
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
627
596
|
def update request, options = nil
|
@@ -633,7 +602,7 @@ module Google
|
|
633
602
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
634
603
|
|
635
604
|
# Customize the options with defaults
|
636
|
-
call_metadata =
|
605
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
637
606
|
|
638
607
|
# Set x-goog-api-client header
|
639
608
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -641,20 +610,17 @@ module Google
|
|
641
610
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
642
611
|
transports_version_send: [:rest]
|
643
612
|
|
644
|
-
options.apply_defaults timeout: @config.timeout,
|
613
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
645
614
|
metadata: call_metadata
|
646
615
|
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
yield result, response if block_given?
|
657
|
-
result
|
616
|
+
options.apply_defaults timeout: @config.timeout,
|
617
|
+
metadata: @config.metadata
|
618
|
+
|
619
|
+
@region_backend_services_stub.update request, options do |result, response|
|
620
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
621
|
+
yield result, response if block_given?
|
622
|
+
return result
|
623
|
+
end
|
658
624
|
rescue ::Faraday::Error => e
|
659
625
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
660
626
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -709,6 +675,9 @@ module Google
|
|
709
675
|
# @!attribute [rw] timeout
|
710
676
|
# The call timeout in seconds.
|
711
677
|
# @return [::Numeric]
|
678
|
+
# @!attribute [rw] metadata
|
679
|
+
# Additional REST headers to be sent with the call.
|
680
|
+
# @return [::Hash{::Symbol=>::String}]
|
712
681
|
#
|
713
682
|
class Configuration
|
714
683
|
extend ::Gapic::Config
|
@@ -722,6 +691,7 @@ module Google
|
|
722
691
|
config_attr :lib_name, nil, ::String, nil
|
723
692
|
config_attr :lib_version, nil, ::String, nil
|
724
693
|
config_attr :timeout, nil, ::Numeric, nil
|
694
|
+
config_attr :metadata, nil, ::Hash, nil
|
725
695
|
|
726
696
|
# @private
|
727
697
|
def initialize parent_config = nil
|
@@ -729,6 +699,88 @@ module Google
|
|
729
699
|
|
730
700
|
yield self if block_given?
|
731
701
|
end
|
702
|
+
|
703
|
+
##
|
704
|
+
# Configurations for individual RPCs
|
705
|
+
# @return [Rpcs]
|
706
|
+
#
|
707
|
+
def rpcs
|
708
|
+
@rpcs ||= begin
|
709
|
+
parent_rpcs = nil
|
710
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
711
|
+
Rpcs.new parent_rpcs
|
712
|
+
end
|
713
|
+
end
|
714
|
+
|
715
|
+
##
|
716
|
+
# Configuration RPC class for the RegionBackendServices API.
|
717
|
+
#
|
718
|
+
# Includes fields providing the configuration for each RPC in this service.
|
719
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
720
|
+
# the following configuration fields:
|
721
|
+
#
|
722
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
723
|
+
#
|
724
|
+
# there is one other field (`retry_policy`) that can be set
|
725
|
+
# but is currently not supported for REST Gapic libraries.
|
726
|
+
#
|
727
|
+
class Rpcs
|
728
|
+
##
|
729
|
+
# RPC-specific configuration for `delete`
|
730
|
+
# @return [::Gapic::Config::Method]
|
731
|
+
#
|
732
|
+
attr_reader :delete
|
733
|
+
##
|
734
|
+
# RPC-specific configuration for `get`
|
735
|
+
# @return [::Gapic::Config::Method]
|
736
|
+
#
|
737
|
+
attr_reader :get
|
738
|
+
##
|
739
|
+
# RPC-specific configuration for `get_health`
|
740
|
+
# @return [::Gapic::Config::Method]
|
741
|
+
#
|
742
|
+
attr_reader :get_health
|
743
|
+
##
|
744
|
+
# RPC-specific configuration for `insert`
|
745
|
+
# @return [::Gapic::Config::Method]
|
746
|
+
#
|
747
|
+
attr_reader :insert
|
748
|
+
##
|
749
|
+
# RPC-specific configuration for `list`
|
750
|
+
# @return [::Gapic::Config::Method]
|
751
|
+
#
|
752
|
+
attr_reader :list
|
753
|
+
##
|
754
|
+
# RPC-specific configuration for `patch`
|
755
|
+
# @return [::Gapic::Config::Method]
|
756
|
+
#
|
757
|
+
attr_reader :patch
|
758
|
+
##
|
759
|
+
# RPC-specific configuration for `update`
|
760
|
+
# @return [::Gapic::Config::Method]
|
761
|
+
#
|
762
|
+
attr_reader :update
|
763
|
+
|
764
|
+
# @private
|
765
|
+
def initialize parent_rpcs = nil
|
766
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
767
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
768
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
769
|
+
@get = ::Gapic::Config::Method.new get_config
|
770
|
+
get_health_config = parent_rpcs.get_health if parent_rpcs.respond_to? :get_health
|
771
|
+
@get_health = ::Gapic::Config::Method.new get_health_config
|
772
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
773
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
774
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
775
|
+
@list = ::Gapic::Config::Method.new list_config
|
776
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
777
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
778
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
779
|
+
@update = ::Gapic::Config::Method.new update_config
|
780
|
+
|
781
|
+
yield self if block_given?
|
782
|
+
end
|
783
|
+
end
|
732
784
|
end
|
733
785
|
end
|
734
786
|
end
|