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/backend_services/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The BackendServices API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :backend_services_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::BackendServices::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all BackendServices clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all BackendServices clients
|
47
|
+
# ::Google::Cloud::Compute::V1::BackendServices::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,37 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.add_signed_url_key.timeout = 600.0
|
68
|
+
|
69
|
+
default_config.rpcs.aggregated_list.timeout = 600.0
|
70
|
+
default_config.rpcs.aggregated_list.retry_policy = {
|
71
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
72
|
+
}
|
73
|
+
|
74
|
+
default_config.rpcs.delete.timeout = 600.0
|
75
|
+
|
76
|
+
default_config.rpcs.delete_signed_url_key.timeout = 600.0
|
77
|
+
|
78
|
+
default_config.rpcs.get.timeout = 600.0
|
79
|
+
default_config.rpcs.get.retry_policy = {
|
80
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
81
|
+
}
|
82
|
+
|
83
|
+
default_config.rpcs.get_health.timeout = 600.0
|
84
|
+
|
85
|
+
default_config.rpcs.insert.timeout = 600.0
|
86
|
+
|
87
|
+
default_config.rpcs.list.timeout = 600.0
|
88
|
+
default_config.rpcs.list.retry_policy = {
|
89
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
90
|
+
}
|
91
|
+
|
92
|
+
default_config.rpcs.patch.timeout = 600.0
|
93
|
+
|
94
|
+
default_config.rpcs.set_security_policy.timeout = 600.0
|
95
|
+
|
96
|
+
default_config.rpcs.update.timeout = 600.0
|
97
|
+
|
69
98
|
default_config
|
70
99
|
end
|
71
100
|
yield @configure if block_given?
|
@@ -95,28 +124,20 @@ module Google
|
|
95
124
|
##
|
96
125
|
# Create a new BackendServices REST client object.
|
97
126
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# To create a new BackendServices REST client with the default
|
101
|
-
# configuration:
|
127
|
+
# @example
|
102
128
|
#
|
103
|
-
#
|
129
|
+
# # Create a client using the default configuration
|
130
|
+
# client = ::Google::Cloud::Compute::V1::BackendServices::Rest::Client.new
|
104
131
|
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
132
|
+
# # Create a client using a custom configuration
|
133
|
+
# client = ::Google::Cloud::Compute::V1::BackendServices::Rest::Client.new do |config|
|
134
|
+
# config.timeout = 10.0
|
135
|
+
# end
|
111
136
|
#
|
112
137
|
# @yield [config] Configure the BackendServices client.
|
113
138
|
# @yieldparam config [Client::Configuration]
|
114
139
|
#
|
115
140
|
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
141
|
# Create the configuration object
|
121
142
|
@config = Configuration.new Client.configure
|
122
143
|
|
@@ -126,11 +147,11 @@ module Google
|
|
126
147
|
# Create credentials
|
127
148
|
credentials = @config.credentials
|
128
149
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
150
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
151
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
152
|
end
|
132
153
|
|
133
|
-
@
|
154
|
+
@backend_services_stub = ::Google::Cloud::Compute::V1::BackendServices::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
155
|
end
|
135
156
|
|
136
157
|
# Service calls
|
@@ -160,18 +181,14 @@ module Google
|
|
160
181
|
# @param project [::String]
|
161
182
|
# Project ID for this request.
|
162
183
|
# @param request_id [::String]
|
163
|
-
# 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.
|
164
|
-
#
|
165
|
-
# 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.
|
166
|
-
#
|
167
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
184
|
+
# 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).
|
168
185
|
# @param signed_url_key_resource [::Google::Cloud::Compute::V1::SignedUrlKey, ::Hash]
|
169
186
|
# The body resource for this request
|
170
|
-
# @yield [result,
|
171
|
-
# @yieldparam result [::
|
187
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
188
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
172
189
|
# @yieldparam response [::Faraday::Response]
|
173
190
|
#
|
174
|
-
# @return [::
|
191
|
+
# @return [::Gapic::Rest::BaseOperation]
|
175
192
|
#
|
176
193
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
177
194
|
def add_signed_url_key request, options = nil
|
@@ -183,7 +200,7 @@ module Google
|
|
183
200
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
184
201
|
|
185
202
|
# Customize the options with defaults
|
186
|
-
call_metadata =
|
203
|
+
call_metadata = @config.rpcs.add_signed_url_key.metadata.to_h
|
187
204
|
|
188
205
|
# Set x-goog-api-client header
|
189
206
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -191,20 +208,17 @@ module Google
|
|
191
208
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
192
209
|
transports_version_send: [:rest]
|
193
210
|
|
194
|
-
options.apply_defaults timeout: @config.timeout,
|
211
|
+
options.apply_defaults timeout: @config.rpcs.add_signed_url_key.timeout,
|
195
212
|
metadata: call_metadata
|
196
213
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
yield result, response if block_given?
|
207
|
-
result
|
214
|
+
options.apply_defaults timeout: @config.timeout,
|
215
|
+
metadata: @config.metadata
|
216
|
+
|
217
|
+
@backend_services_stub.add_signed_url_key request, options do |result, response|
|
218
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
219
|
+
yield result, response if block_given?
|
220
|
+
return result
|
221
|
+
end
|
208
222
|
rescue ::Faraday::Error => e
|
209
223
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
210
224
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -231,34 +245,24 @@ module Google
|
|
231
245
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
232
246
|
#
|
233
247
|
# @param filter [::String]
|
234
|
-
# 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 `<`.
|
235
|
-
#
|
236
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
237
|
-
#
|
238
|
-
# 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.
|
239
|
-
#
|
240
|
-
# 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) ```
|
248
|
+
# 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) ```
|
241
249
|
# @param include_all_scopes [::Boolean]
|
242
250
|
# Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
|
243
251
|
# @param max_results [::Integer]
|
244
252
|
# 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`)
|
245
253
|
# @param order_by [::String]
|
246
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
247
|
-
#
|
248
|
-
# 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.
|
249
|
-
#
|
250
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
254
|
+
# 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.
|
251
255
|
# @param page_token [::String]
|
252
256
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
253
257
|
# @param project [::String]
|
254
258
|
# Name of the project scoping this request.
|
255
259
|
# @param return_partial_success [::Boolean]
|
256
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
257
|
-
# @yield [result,
|
258
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
260
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
261
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
262
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::BackendServicesScopedList>]
|
259
263
|
# @yieldparam response [::Faraday::Response]
|
260
264
|
#
|
261
|
-
# @return [::Google::Cloud::Compute::V1::
|
265
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::BackendServicesScopedList>]
|
262
266
|
#
|
263
267
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
264
268
|
def aggregated_list request, options = nil
|
@@ -270,7 +274,7 @@ module Google
|
|
270
274
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
271
275
|
|
272
276
|
# Customize the options with defaults
|
273
|
-
call_metadata =
|
277
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
274
278
|
|
275
279
|
# Set x-goog-api-client header
|
276
280
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -278,19 +282,17 @@ module Google
|
|
278
282
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
279
283
|
transports_version_send: [:rest]
|
280
284
|
|
281
|
-
options.apply_defaults timeout: @config.timeout,
|
285
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
282
286
|
metadata: call_metadata
|
283
287
|
|
284
|
-
|
285
|
-
|
286
|
-
uri: uri,
|
287
|
-
params: query_string_params,
|
288
|
-
options: options
|
289
|
-
)
|
290
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
288
|
+
options.apply_defaults timeout: @config.timeout,
|
289
|
+
metadata: @config.metadata
|
291
290
|
|
292
|
-
|
293
|
-
|
291
|
+
@backend_services_stub.aggregated_list request, options do |result, response|
|
292
|
+
result = ::Gapic::Rest::PagedEnumerable.new @backend_services_stub, :aggregated_list, "items", request, result, options
|
293
|
+
yield result, response if block_given?
|
294
|
+
return result
|
295
|
+
end
|
294
296
|
rescue ::Faraday::Error => e
|
295
297
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
296
298
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -321,16 +323,12 @@ module Google
|
|
321
323
|
# @param project [::String]
|
322
324
|
# Project ID for this request.
|
323
325
|
# @param request_id [::String]
|
324
|
-
# 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.
|
325
|
-
#
|
326
|
-
#
|
327
|
-
#
|
328
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
329
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
330
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
326
|
+
# 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).
|
327
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
328
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
331
329
|
# @yieldparam response [::Faraday::Response]
|
332
330
|
#
|
333
|
-
# @return [::
|
331
|
+
# @return [::Gapic::Rest::BaseOperation]
|
334
332
|
#
|
335
333
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
336
334
|
def delete request, options = nil
|
@@ -342,7 +340,7 @@ module Google
|
|
342
340
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
343
341
|
|
344
342
|
# Customize the options with defaults
|
345
|
-
call_metadata =
|
343
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
346
344
|
|
347
345
|
# Set x-goog-api-client header
|
348
346
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -350,19 +348,17 @@ module Google
|
|
350
348
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
351
349
|
transports_version_send: [:rest]
|
352
350
|
|
353
|
-
options.apply_defaults timeout: @config.timeout,
|
351
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
354
352
|
metadata: call_metadata
|
355
353
|
|
356
|
-
|
357
|
-
|
358
|
-
uri: uri,
|
359
|
-
params: query_string_params,
|
360
|
-
options: options
|
361
|
-
)
|
362
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
354
|
+
options.apply_defaults timeout: @config.timeout,
|
355
|
+
metadata: @config.metadata
|
363
356
|
|
364
|
-
|
365
|
-
|
357
|
+
@backend_services_stub.delete request, options do |result, response|
|
358
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
359
|
+
yield result, response if block_given?
|
360
|
+
return result
|
361
|
+
end
|
366
362
|
rescue ::Faraday::Error => e
|
367
363
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
368
364
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -395,16 +391,12 @@ module Google
|
|
395
391
|
# @param project [::String]
|
396
392
|
# Project ID for this request.
|
397
393
|
# @param request_id [::String]
|
398
|
-
# 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.
|
399
|
-
#
|
400
|
-
#
|
401
|
-
#
|
402
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
403
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
404
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
394
|
+
# 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).
|
395
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
396
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
405
397
|
# @yieldparam response [::Faraday::Response]
|
406
398
|
#
|
407
|
-
# @return [::
|
399
|
+
# @return [::Gapic::Rest::BaseOperation]
|
408
400
|
#
|
409
401
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
410
402
|
def delete_signed_url_key request, options = nil
|
@@ -416,7 +408,7 @@ module Google
|
|
416
408
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
417
409
|
|
418
410
|
# Customize the options with defaults
|
419
|
-
call_metadata =
|
411
|
+
call_metadata = @config.rpcs.delete_signed_url_key.metadata.to_h
|
420
412
|
|
421
413
|
# Set x-goog-api-client header
|
422
414
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -424,19 +416,17 @@ module Google
|
|
424
416
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
425
417
|
transports_version_send: [:rest]
|
426
418
|
|
427
|
-
options.apply_defaults timeout: @config.timeout,
|
419
|
+
options.apply_defaults timeout: @config.rpcs.delete_signed_url_key.timeout,
|
428
420
|
metadata: call_metadata
|
429
421
|
|
430
|
-
|
431
|
-
|
432
|
-
uri: uri,
|
433
|
-
params: query_string_params,
|
434
|
-
options: options
|
435
|
-
)
|
436
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
422
|
+
options.apply_defaults timeout: @config.timeout,
|
423
|
+
metadata: @config.metadata
|
437
424
|
|
438
|
-
|
439
|
-
|
425
|
+
@backend_services_stub.delete_signed_url_key request, options do |result, response|
|
426
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
427
|
+
yield result, response if block_given?
|
428
|
+
return result
|
429
|
+
end
|
440
430
|
rescue ::Faraday::Error => e
|
441
431
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
442
432
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -466,7 +456,7 @@ module Google
|
|
466
456
|
# Name of the BackendService resource to return.
|
467
457
|
# @param project [::String]
|
468
458
|
# Project ID for this request.
|
469
|
-
# @yield [result,
|
459
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
470
460
|
# @yieldparam result [::Google::Cloud::Compute::V1::BackendService]
|
471
461
|
# @yieldparam response [::Faraday::Response]
|
472
462
|
#
|
@@ -482,7 +472,7 @@ module Google
|
|
482
472
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
483
473
|
|
484
474
|
# Customize the options with defaults
|
485
|
-
call_metadata =
|
475
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
486
476
|
|
487
477
|
# Set x-goog-api-client header
|
488
478
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -490,29 +480,23 @@ module Google
|
|
490
480
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
491
481
|
transports_version_send: [:rest]
|
492
482
|
|
493
|
-
options.apply_defaults timeout: @config.timeout,
|
483
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
494
484
|
metadata: call_metadata
|
495
485
|
|
496
|
-
|
497
|
-
|
498
|
-
uri: uri,
|
499
|
-
options: options
|
500
|
-
)
|
501
|
-
result = ::Google::Cloud::Compute::V1::BackendService.decode_json response.body, ignore_unknown_fields: true
|
486
|
+
options.apply_defaults timeout: @config.timeout,
|
487
|
+
metadata: @config.metadata
|
502
488
|
|
503
|
-
|
504
|
-
|
489
|
+
@backend_services_stub.get request, options do |result, response|
|
490
|
+
yield result, response if block_given?
|
491
|
+
return result
|
492
|
+
end
|
505
493
|
rescue ::Faraday::Error => e
|
506
494
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
507
495
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
508
496
|
end
|
509
497
|
|
510
498
|
##
|
511
|
-
# Gets the most recent health check results for this BackendService.
|
512
|
-
#
|
513
|
-
# Example request body:
|
514
|
-
#
|
515
|
-
# { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }
|
499
|
+
# Gets the most recent health check results for this BackendService. Example request body: { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }
|
516
500
|
#
|
517
501
|
# @overload get_health(request, options = nil)
|
518
502
|
# Pass arguments to `get_health` via a request object, either of type
|
@@ -536,7 +520,7 @@ module Google
|
|
536
520
|
# @param project [::String]
|
537
521
|
# @param resource_group_reference_resource [::Google::Cloud::Compute::V1::ResourceGroupReference, ::Hash]
|
538
522
|
# The body resource for this request
|
539
|
-
# @yield [result,
|
523
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
540
524
|
# @yieldparam result [::Google::Cloud::Compute::V1::BackendServiceGroupHealth]
|
541
525
|
# @yieldparam response [::Faraday::Response]
|
542
526
|
#
|
@@ -552,7 +536,7 @@ module Google
|
|
552
536
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
553
537
|
|
554
538
|
# Customize the options with defaults
|
555
|
-
call_metadata =
|
539
|
+
call_metadata = @config.rpcs.get_health.metadata.to_h
|
556
540
|
|
557
541
|
# Set x-goog-api-client header
|
558
542
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -560,26 +544,23 @@ module Google
|
|
560
544
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
561
545
|
transports_version_send: [:rest]
|
562
546
|
|
563
|
-
options.apply_defaults timeout: @config.timeout,
|
547
|
+
options.apply_defaults timeout: @config.rpcs.get_health.timeout,
|
564
548
|
metadata: call_metadata
|
565
549
|
|
566
|
-
|
567
|
-
|
568
|
-
uri: uri,
|
569
|
-
body: body,
|
570
|
-
options: options
|
571
|
-
)
|
572
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceGroupHealth.decode_json response.body, ignore_unknown_fields: true
|
550
|
+
options.apply_defaults timeout: @config.timeout,
|
551
|
+
metadata: @config.metadata
|
573
552
|
|
574
|
-
|
575
|
-
|
553
|
+
@backend_services_stub.get_health request, options do |result, response|
|
554
|
+
yield result, response if block_given?
|
555
|
+
return result
|
556
|
+
end
|
576
557
|
rescue ::Faraday::Error => e
|
577
558
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
578
559
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
579
560
|
end
|
580
561
|
|
581
562
|
##
|
582
|
-
# Creates a BackendService resource in the specified project using the data included in the request. For more information, see
|
563
|
+
# Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .
|
583
564
|
#
|
584
565
|
# @overload insert(request, options = nil)
|
585
566
|
# Pass arguments to `insert` via a request object, either of type
|
@@ -603,16 +584,12 @@ module Google
|
|
603
584
|
# @param project [::String]
|
604
585
|
# Project ID for this request.
|
605
586
|
# @param request_id [::String]
|
606
|
-
# 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.
|
607
|
-
#
|
608
|
-
#
|
609
|
-
#
|
610
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
611
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
612
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
587
|
+
# 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).
|
588
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
589
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
613
590
|
# @yieldparam response [::Faraday::Response]
|
614
591
|
#
|
615
|
-
# @return [::
|
592
|
+
# @return [::Gapic::Rest::BaseOperation]
|
616
593
|
#
|
617
594
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
618
595
|
def insert request, options = nil
|
@@ -624,7 +601,7 @@ module Google
|
|
624
601
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
625
602
|
|
626
603
|
# Customize the options with defaults
|
627
|
-
call_metadata =
|
604
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
628
605
|
|
629
606
|
# Set x-goog-api-client header
|
630
607
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -632,20 +609,17 @@ module Google
|
|
632
609
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
633
610
|
transports_version_send: [:rest]
|
634
611
|
|
635
|
-
options.apply_defaults timeout: @config.timeout,
|
612
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
636
613
|
metadata: call_metadata
|
637
614
|
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
yield result, response if block_given?
|
648
|
-
result
|
615
|
+
options.apply_defaults timeout: @config.timeout,
|
616
|
+
metadata: @config.metadata
|
617
|
+
|
618
|
+
@backend_services_stub.insert request, options do |result, response|
|
619
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
620
|
+
yield result, response if block_given?
|
621
|
+
return result
|
622
|
+
end
|
649
623
|
rescue ::Faraday::Error => e
|
650
624
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
651
625
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -672,32 +646,22 @@ module Google
|
|
672
646
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
673
647
|
#
|
674
648
|
# @param filter [::String]
|
675
|
-
# 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 `<`.
|
676
|
-
#
|
677
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
678
|
-
#
|
679
|
-
# 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.
|
680
|
-
#
|
681
|
-
# 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) ```
|
649
|
+
# 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) ```
|
682
650
|
# @param max_results [::Integer]
|
683
651
|
# 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`)
|
684
652
|
# @param order_by [::String]
|
685
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
686
|
-
#
|
687
|
-
# 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.
|
688
|
-
#
|
689
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
653
|
+
# 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.
|
690
654
|
# @param page_token [::String]
|
691
655
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
692
656
|
# @param project [::String]
|
693
657
|
# Project ID for this request.
|
694
658
|
# @param return_partial_success [::Boolean]
|
695
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
696
|
-
# @yield [result,
|
697
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
659
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
660
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
661
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
698
662
|
# @yieldparam response [::Faraday::Response]
|
699
663
|
#
|
700
|
-
# @return [::Google::Cloud::Compute::V1::
|
664
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
701
665
|
#
|
702
666
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
703
667
|
def list request, options = nil
|
@@ -709,7 +673,7 @@ module Google
|
|
709
673
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
710
674
|
|
711
675
|
# Customize the options with defaults
|
712
|
-
call_metadata =
|
676
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
713
677
|
|
714
678
|
# Set x-goog-api-client header
|
715
679
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -717,26 +681,24 @@ module Google
|
|
717
681
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
718
682
|
transports_version_send: [:rest]
|
719
683
|
|
720
|
-
options.apply_defaults timeout: @config.timeout,
|
684
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
721
685
|
metadata: call_metadata
|
722
686
|
|
723
|
-
|
724
|
-
|
725
|
-
uri: uri,
|
726
|
-
params: query_string_params,
|
727
|
-
options: options
|
728
|
-
)
|
729
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceList.decode_json response.body, ignore_unknown_fields: true
|
687
|
+
options.apply_defaults timeout: @config.timeout,
|
688
|
+
metadata: @config.metadata
|
730
689
|
|
731
|
-
|
732
|
-
|
690
|
+
@backend_services_stub.list request, options do |result, response|
|
691
|
+
result = ::Gapic::Rest::PagedEnumerable.new @backend_services_stub, :list, "items", request, result, options
|
692
|
+
yield result, response if block_given?
|
693
|
+
return result
|
694
|
+
end
|
733
695
|
rescue ::Faraday::Error => e
|
734
696
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
735
697
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
736
698
|
end
|
737
699
|
|
738
700
|
##
|
739
|
-
# Patches the specified BackendService resource with the data included in the request. For more information, see
|
701
|
+
# Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
|
740
702
|
#
|
741
703
|
# @overload patch(request, options = nil)
|
742
704
|
# Pass arguments to `patch` via a request object, either of type
|
@@ -762,16 +724,12 @@ module Google
|
|
762
724
|
# @param project [::String]
|
763
725
|
# Project ID for this request.
|
764
726
|
# @param request_id [::String]
|
765
|
-
# 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.
|
766
|
-
#
|
767
|
-
#
|
768
|
-
#
|
769
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
770
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
771
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
727
|
+
# 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).
|
728
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
729
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
772
730
|
# @yieldparam response [::Faraday::Response]
|
773
731
|
#
|
774
|
-
# @return [::
|
732
|
+
# @return [::Gapic::Rest::BaseOperation]
|
775
733
|
#
|
776
734
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
777
735
|
def patch request, options = nil
|
@@ -783,7 +741,7 @@ module Google
|
|
783
741
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
784
742
|
|
785
743
|
# Customize the options with defaults
|
786
|
-
call_metadata =
|
744
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
787
745
|
|
788
746
|
# Set x-goog-api-client header
|
789
747
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -791,27 +749,24 @@ module Google
|
|
791
749
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
792
750
|
transports_version_send: [:rest]
|
793
751
|
|
794
|
-
options.apply_defaults timeout: @config.timeout,
|
752
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
795
753
|
metadata: call_metadata
|
796
754
|
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
yield result, response if block_given?
|
807
|
-
result
|
755
|
+
options.apply_defaults timeout: @config.timeout,
|
756
|
+
metadata: @config.metadata
|
757
|
+
|
758
|
+
@backend_services_stub.patch request, options do |result, response|
|
759
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
760
|
+
yield result, response if block_given?
|
761
|
+
return result
|
762
|
+
end
|
808
763
|
rescue ::Faraday::Error => e
|
809
764
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
810
765
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
811
766
|
end
|
812
767
|
|
813
768
|
##
|
814
|
-
# Sets the security policy for the specified backend service.
|
769
|
+
# Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview
|
815
770
|
#
|
816
771
|
# @overload set_security_policy(request, options = nil)
|
817
772
|
# Pass arguments to `set_security_policy` via a request object, either of type
|
@@ -835,18 +790,14 @@ module Google
|
|
835
790
|
# @param project [::String]
|
836
791
|
# Project ID for this request.
|
837
792
|
# @param request_id [::String]
|
838
|
-
# 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.
|
839
|
-
#
|
840
|
-
# 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.
|
841
|
-
#
|
842
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
793
|
+
# 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).
|
843
794
|
# @param security_policy_reference_resource [::Google::Cloud::Compute::V1::SecurityPolicyReference, ::Hash]
|
844
795
|
# The body resource for this request
|
845
|
-
# @yield [result,
|
846
|
-
# @yieldparam result [::
|
796
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
797
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
847
798
|
# @yieldparam response [::Faraday::Response]
|
848
799
|
#
|
849
|
-
# @return [::
|
800
|
+
# @return [::Gapic::Rest::BaseOperation]
|
850
801
|
#
|
851
802
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
852
803
|
def set_security_policy request, options = nil
|
@@ -858,7 +809,7 @@ module Google
|
|
858
809
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
859
810
|
|
860
811
|
# Customize the options with defaults
|
861
|
-
call_metadata =
|
812
|
+
call_metadata = @config.rpcs.set_security_policy.metadata.to_h
|
862
813
|
|
863
814
|
# Set x-goog-api-client header
|
864
815
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -866,20 +817,17 @@ module Google
|
|
866
817
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
867
818
|
transports_version_send: [:rest]
|
868
819
|
|
869
|
-
options.apply_defaults timeout: @config.timeout,
|
820
|
+
options.apply_defaults timeout: @config.rpcs.set_security_policy.timeout,
|
870
821
|
metadata: call_metadata
|
871
822
|
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
yield result, response if block_given?
|
882
|
-
result
|
823
|
+
options.apply_defaults timeout: @config.timeout,
|
824
|
+
metadata: @config.metadata
|
825
|
+
|
826
|
+
@backend_services_stub.set_security_policy request, options do |result, response|
|
827
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
828
|
+
yield result, response if block_given?
|
829
|
+
return result
|
830
|
+
end
|
883
831
|
rescue ::Faraday::Error => e
|
884
832
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
885
833
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -912,16 +860,12 @@ module Google
|
|
912
860
|
# @param project [::String]
|
913
861
|
# Project ID for this request.
|
914
862
|
# @param request_id [::String]
|
915
|
-
# 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.
|
916
|
-
#
|
917
|
-
#
|
918
|
-
#
|
919
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
920
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
921
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
863
|
+
# 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).
|
864
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
865
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
922
866
|
# @yieldparam response [::Faraday::Response]
|
923
867
|
#
|
924
|
-
# @return [::
|
868
|
+
# @return [::Gapic::Rest::BaseOperation]
|
925
869
|
#
|
926
870
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
927
871
|
def update request, options = nil
|
@@ -933,7 +877,7 @@ module Google
|
|
933
877
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
934
878
|
|
935
879
|
# Customize the options with defaults
|
936
|
-
call_metadata =
|
880
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
937
881
|
|
938
882
|
# Set x-goog-api-client header
|
939
883
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -941,20 +885,17 @@ module Google
|
|
941
885
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
942
886
|
transports_version_send: [:rest]
|
943
887
|
|
944
|
-
options.apply_defaults timeout: @config.timeout,
|
888
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
945
889
|
metadata: call_metadata
|
946
890
|
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
yield result, response if block_given?
|
957
|
-
result
|
891
|
+
options.apply_defaults timeout: @config.timeout,
|
892
|
+
metadata: @config.metadata
|
893
|
+
|
894
|
+
@backend_services_stub.update request, options do |result, response|
|
895
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
896
|
+
yield result, response if block_given?
|
897
|
+
return result
|
898
|
+
end
|
958
899
|
rescue ::Faraday::Error => e
|
959
900
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
960
901
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -1009,6 +950,9 @@ module Google
|
|
1009
950
|
# @!attribute [rw] timeout
|
1010
951
|
# The call timeout in seconds.
|
1011
952
|
# @return [::Numeric]
|
953
|
+
# @!attribute [rw] metadata
|
954
|
+
# Additional REST headers to be sent with the call.
|
955
|
+
# @return [::Hash{::Symbol=>::String}]
|
1012
956
|
#
|
1013
957
|
class Configuration
|
1014
958
|
extend ::Gapic::Config
|
@@ -1022,6 +966,7 @@ module Google
|
|
1022
966
|
config_attr :lib_name, nil, ::String, nil
|
1023
967
|
config_attr :lib_version, nil, ::String, nil
|
1024
968
|
config_attr :timeout, nil, ::Numeric, nil
|
969
|
+
config_attr :metadata, nil, ::Hash, nil
|
1025
970
|
|
1026
971
|
# @private
|
1027
972
|
def initialize parent_config = nil
|
@@ -1029,6 +974,116 @@ module Google
|
|
1029
974
|
|
1030
975
|
yield self if block_given?
|
1031
976
|
end
|
977
|
+
|
978
|
+
##
|
979
|
+
# Configurations for individual RPCs
|
980
|
+
# @return [Rpcs]
|
981
|
+
#
|
982
|
+
def rpcs
|
983
|
+
@rpcs ||= begin
|
984
|
+
parent_rpcs = nil
|
985
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
986
|
+
Rpcs.new parent_rpcs
|
987
|
+
end
|
988
|
+
end
|
989
|
+
|
990
|
+
##
|
991
|
+
# Configuration RPC class for the BackendServices API.
|
992
|
+
#
|
993
|
+
# Includes fields providing the configuration for each RPC in this service.
|
994
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
995
|
+
# the following configuration fields:
|
996
|
+
#
|
997
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
998
|
+
#
|
999
|
+
# there is one other field (`retry_policy`) that can be set
|
1000
|
+
# but is currently not supported for REST Gapic libraries.
|
1001
|
+
#
|
1002
|
+
class Rpcs
|
1003
|
+
##
|
1004
|
+
# RPC-specific configuration for `add_signed_url_key`
|
1005
|
+
# @return [::Gapic::Config::Method]
|
1006
|
+
#
|
1007
|
+
attr_reader :add_signed_url_key
|
1008
|
+
##
|
1009
|
+
# RPC-specific configuration for `aggregated_list`
|
1010
|
+
# @return [::Gapic::Config::Method]
|
1011
|
+
#
|
1012
|
+
attr_reader :aggregated_list
|
1013
|
+
##
|
1014
|
+
# RPC-specific configuration for `delete`
|
1015
|
+
# @return [::Gapic::Config::Method]
|
1016
|
+
#
|
1017
|
+
attr_reader :delete
|
1018
|
+
##
|
1019
|
+
# RPC-specific configuration for `delete_signed_url_key`
|
1020
|
+
# @return [::Gapic::Config::Method]
|
1021
|
+
#
|
1022
|
+
attr_reader :delete_signed_url_key
|
1023
|
+
##
|
1024
|
+
# RPC-specific configuration for `get`
|
1025
|
+
# @return [::Gapic::Config::Method]
|
1026
|
+
#
|
1027
|
+
attr_reader :get
|
1028
|
+
##
|
1029
|
+
# RPC-specific configuration for `get_health`
|
1030
|
+
# @return [::Gapic::Config::Method]
|
1031
|
+
#
|
1032
|
+
attr_reader :get_health
|
1033
|
+
##
|
1034
|
+
# RPC-specific configuration for `insert`
|
1035
|
+
# @return [::Gapic::Config::Method]
|
1036
|
+
#
|
1037
|
+
attr_reader :insert
|
1038
|
+
##
|
1039
|
+
# RPC-specific configuration for `list`
|
1040
|
+
# @return [::Gapic::Config::Method]
|
1041
|
+
#
|
1042
|
+
attr_reader :list
|
1043
|
+
##
|
1044
|
+
# RPC-specific configuration for `patch`
|
1045
|
+
# @return [::Gapic::Config::Method]
|
1046
|
+
#
|
1047
|
+
attr_reader :patch
|
1048
|
+
##
|
1049
|
+
# RPC-specific configuration for `set_security_policy`
|
1050
|
+
# @return [::Gapic::Config::Method]
|
1051
|
+
#
|
1052
|
+
attr_reader :set_security_policy
|
1053
|
+
##
|
1054
|
+
# RPC-specific configuration for `update`
|
1055
|
+
# @return [::Gapic::Config::Method]
|
1056
|
+
#
|
1057
|
+
attr_reader :update
|
1058
|
+
|
1059
|
+
# @private
|
1060
|
+
def initialize parent_rpcs = nil
|
1061
|
+
add_signed_url_key_config = parent_rpcs.add_signed_url_key if parent_rpcs.respond_to? :add_signed_url_key
|
1062
|
+
@add_signed_url_key = ::Gapic::Config::Method.new add_signed_url_key_config
|
1063
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
1064
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
1065
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
1066
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
1067
|
+
delete_signed_url_key_config = parent_rpcs.delete_signed_url_key if parent_rpcs.respond_to? :delete_signed_url_key
|
1068
|
+
@delete_signed_url_key = ::Gapic::Config::Method.new delete_signed_url_key_config
|
1069
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
1070
|
+
@get = ::Gapic::Config::Method.new get_config
|
1071
|
+
get_health_config = parent_rpcs.get_health if parent_rpcs.respond_to? :get_health
|
1072
|
+
@get_health = ::Gapic::Config::Method.new get_health_config
|
1073
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
1074
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
1075
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
1076
|
+
@list = ::Gapic::Config::Method.new list_config
|
1077
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
1078
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
1079
|
+
set_security_policy_config = parent_rpcs.set_security_policy if parent_rpcs.respond_to? :set_security_policy
|
1080
|
+
@set_security_policy = ::Gapic::Config::Method.new set_security_policy_config
|
1081
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
1082
|
+
@update = ::Gapic::Config::Method.new update_config
|
1083
|
+
|
1084
|
+
yield self if block_given?
|
1085
|
+
end
|
1086
|
+
end
|
1032
1087
|
end
|
1033
1088
|
end
|
1034
1089
|
end
|