google-cloud-compute-v1 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/AUTHENTICATION.md +12 -12
- data/README.md +4 -30
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +228 -143
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +294 -187
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/compute_pb.rb +816 -135
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +334 -213
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
- data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +180 -107
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +463 -280
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +292 -127
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +259 -112
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +207 -128
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +159 -88
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +116 -64
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +170 -97
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/images/rest/client.rb +284 -174
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
- data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +497 -328
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +255 -161
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +198 -117
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +1079 -609
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +1975 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +188 -112
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +184 -108
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
- data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +91 -48
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
- data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +198 -117
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +251 -157
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +349 -173
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +333 -211
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
- data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +223 -132
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +123 -66
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +206 -124
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +338 -219
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
- data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +170 -97
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +196 -112
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +203 -125
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +145 -82
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +309 -198
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
- data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +472 -313
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +143 -84
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +75 -40
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
- data/lib/google/cloud/compute/v1/region_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +134 -73
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +203 -125
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +245 -148
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +223 -132
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +274 -166
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
- data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +141 -81
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +270 -166
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
- data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +197 -115
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
- data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +185 -110
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +314 -195
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +163 -97
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +210 -128
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +334 -159
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +294 -188
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
- data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +229 -145
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +185 -113
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +250 -156
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
- data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +227 -135
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +166 -96
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +134 -73
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +98 -51
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
- data/lib/google/cloud/compute/v1.rb +5 -0
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/cloud/compute/v1/compute.rb +2526 -640
- metadata +84 -8
@@ -0,0 +1,321 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "google/cloud/compute/v1/compute_pb"
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Cloud
|
23
|
+
module Compute
|
24
|
+
module V1
|
25
|
+
module RegionTargetHttpsProxies
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the RegionTargetHttpsProxies service.
|
29
|
+
# service stub contains baseline method implementations
|
30
|
+
# including transcoding, making the REST call and deserialing the response
|
31
|
+
#
|
32
|
+
class ServiceStub
|
33
|
+
def initialize endpoint:, credentials:
|
34
|
+
# These require statements are intentionally placed here to initialize
|
35
|
+
# the REST modules only when it's required.
|
36
|
+
require "gapic/rest"
|
37
|
+
|
38
|
+
@client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials
|
39
|
+
end
|
40
|
+
|
41
|
+
##
|
42
|
+
# Baseline implementation for the delete REST call
|
43
|
+
#
|
44
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionTargetHttpsProxyRequest]
|
45
|
+
# A request object representing the call parameters. Required.
|
46
|
+
# @param options [::Gapic::CallOptions]
|
47
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
48
|
+
#
|
49
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
50
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
51
|
+
# @yieldparam response [::Faraday::Response]
|
52
|
+
#
|
53
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
54
|
+
# A result object deserialized from the server's reply
|
55
|
+
def delete request_pb, options = nil
|
56
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
57
|
+
|
58
|
+
uri, _body, query_string_params = transcode_delete_request request_pb
|
59
|
+
response = @client_stub.make_delete_request(
|
60
|
+
uri: uri,
|
61
|
+
params: query_string_params,
|
62
|
+
options: options
|
63
|
+
)
|
64
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
65
|
+
|
66
|
+
yield result, response if block_given?
|
67
|
+
result
|
68
|
+
end
|
69
|
+
|
70
|
+
##
|
71
|
+
# GRPC transcoding helper method for the delete REST call
|
72
|
+
#
|
73
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionTargetHttpsProxyRequest]
|
74
|
+
# A request object representing the call parameters. Required.
|
75
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
76
|
+
# Uri, Body, Query string parameters
|
77
|
+
def transcode_delete_request request_pb
|
78
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/targetHttpsProxies/#{request_pb.target_https_proxy}"
|
79
|
+
body = nil
|
80
|
+
query_string_params = {}
|
81
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
82
|
+
|
83
|
+
[uri, body, query_string_params]
|
84
|
+
end
|
85
|
+
|
86
|
+
##
|
87
|
+
# Baseline implementation for the get REST call
|
88
|
+
#
|
89
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionTargetHttpsProxyRequest]
|
90
|
+
# A request object representing the call parameters. Required.
|
91
|
+
# @param options [::Gapic::CallOptions]
|
92
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
93
|
+
#
|
94
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
95
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::TargetHttpsProxy]
|
96
|
+
# @yieldparam response [::Faraday::Response]
|
97
|
+
#
|
98
|
+
# @return [::Google::Cloud::Compute::V1::TargetHttpsProxy]
|
99
|
+
# A result object deserialized from the server's reply
|
100
|
+
def get request_pb, options = nil
|
101
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
102
|
+
|
103
|
+
uri, _body, _query_string_params = transcode_get_request request_pb
|
104
|
+
response = @client_stub.make_get_request(
|
105
|
+
uri: uri,
|
106
|
+
options: options
|
107
|
+
)
|
108
|
+
result = ::Google::Cloud::Compute::V1::TargetHttpsProxy.decode_json response.body, ignore_unknown_fields: true
|
109
|
+
|
110
|
+
yield result, response if block_given?
|
111
|
+
result
|
112
|
+
end
|
113
|
+
|
114
|
+
##
|
115
|
+
# GRPC transcoding helper method for the get REST call
|
116
|
+
#
|
117
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionTargetHttpsProxyRequest]
|
118
|
+
# A request object representing the call parameters. Required.
|
119
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
120
|
+
# Uri, Body, Query string parameters
|
121
|
+
def transcode_get_request request_pb
|
122
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/targetHttpsProxies/#{request_pb.target_https_proxy}"
|
123
|
+
body = nil
|
124
|
+
query_string_params = {}
|
125
|
+
|
126
|
+
[uri, body, query_string_params]
|
127
|
+
end
|
128
|
+
|
129
|
+
##
|
130
|
+
# Baseline implementation for the insert REST call
|
131
|
+
#
|
132
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertRegionTargetHttpsProxyRequest]
|
133
|
+
# A request object representing the call parameters. Required.
|
134
|
+
# @param options [::Gapic::CallOptions]
|
135
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
136
|
+
#
|
137
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
138
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
139
|
+
# @yieldparam response [::Faraday::Response]
|
140
|
+
#
|
141
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
142
|
+
# A result object deserialized from the server's reply
|
143
|
+
def insert request_pb, options = nil
|
144
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
145
|
+
|
146
|
+
uri, body, query_string_params = transcode_insert_request request_pb
|
147
|
+
response = @client_stub.make_post_request(
|
148
|
+
uri: uri,
|
149
|
+
body: body,
|
150
|
+
params: query_string_params,
|
151
|
+
options: options
|
152
|
+
)
|
153
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
154
|
+
|
155
|
+
yield result, response if block_given?
|
156
|
+
result
|
157
|
+
end
|
158
|
+
|
159
|
+
##
|
160
|
+
# GRPC transcoding helper method for the insert REST call
|
161
|
+
#
|
162
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertRegionTargetHttpsProxyRequest]
|
163
|
+
# A request object representing the call parameters. Required.
|
164
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
165
|
+
# Uri, Body, Query string parameters
|
166
|
+
def transcode_insert_request request_pb
|
167
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/targetHttpsProxies"
|
168
|
+
body = request_pb.target_https_proxy_resource.to_json
|
169
|
+
query_string_params = {}
|
170
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
171
|
+
|
172
|
+
[uri, body, query_string_params]
|
173
|
+
end
|
174
|
+
|
175
|
+
##
|
176
|
+
# Baseline implementation for the list REST call
|
177
|
+
#
|
178
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionTargetHttpsProxiesRequest]
|
179
|
+
# A request object representing the call parameters. Required.
|
180
|
+
# @param options [::Gapic::CallOptions]
|
181
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
182
|
+
#
|
183
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
184
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::TargetHttpsProxyList]
|
185
|
+
# @yieldparam response [::Faraday::Response]
|
186
|
+
#
|
187
|
+
# @return [::Google::Cloud::Compute::V1::TargetHttpsProxyList]
|
188
|
+
# A result object deserialized from the server's reply
|
189
|
+
def list request_pb, options = nil
|
190
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
191
|
+
|
192
|
+
uri, _body, query_string_params = transcode_list_request request_pb
|
193
|
+
response = @client_stub.make_get_request(
|
194
|
+
uri: uri,
|
195
|
+
params: query_string_params,
|
196
|
+
options: options
|
197
|
+
)
|
198
|
+
result = ::Google::Cloud::Compute::V1::TargetHttpsProxyList.decode_json response.body, ignore_unknown_fields: true
|
199
|
+
|
200
|
+
yield result, response if block_given?
|
201
|
+
result
|
202
|
+
end
|
203
|
+
|
204
|
+
##
|
205
|
+
# GRPC transcoding helper method for the list REST call
|
206
|
+
#
|
207
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionTargetHttpsProxiesRequest]
|
208
|
+
# A request object representing the call parameters. Required.
|
209
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
210
|
+
# Uri, Body, Query string parameters
|
211
|
+
def transcode_list_request request_pb
|
212
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/targetHttpsProxies"
|
213
|
+
body = nil
|
214
|
+
query_string_params = {}
|
215
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
216
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
217
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
218
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
219
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
220
|
+
|
221
|
+
[uri, body, query_string_params]
|
222
|
+
end
|
223
|
+
|
224
|
+
##
|
225
|
+
# Baseline implementation for the set_ssl_certificates REST call
|
226
|
+
#
|
227
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSslCertificatesRegionTargetHttpsProxyRequest]
|
228
|
+
# A request object representing the call parameters. Required.
|
229
|
+
# @param options [::Gapic::CallOptions]
|
230
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
231
|
+
#
|
232
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
233
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
234
|
+
# @yieldparam response [::Faraday::Response]
|
235
|
+
#
|
236
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
237
|
+
# A result object deserialized from the server's reply
|
238
|
+
def set_ssl_certificates request_pb, options = nil
|
239
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
240
|
+
|
241
|
+
uri, body, query_string_params = transcode_set_ssl_certificates_request request_pb
|
242
|
+
response = @client_stub.make_post_request(
|
243
|
+
uri: uri,
|
244
|
+
body: body,
|
245
|
+
params: query_string_params,
|
246
|
+
options: options
|
247
|
+
)
|
248
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
249
|
+
|
250
|
+
yield result, response if block_given?
|
251
|
+
result
|
252
|
+
end
|
253
|
+
|
254
|
+
##
|
255
|
+
# GRPC transcoding helper method for the set_ssl_certificates REST call
|
256
|
+
#
|
257
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSslCertificatesRegionTargetHttpsProxyRequest]
|
258
|
+
# A request object representing the call parameters. Required.
|
259
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
260
|
+
# Uri, Body, Query string parameters
|
261
|
+
def transcode_set_ssl_certificates_request request_pb
|
262
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/targetHttpsProxies/#{request_pb.target_https_proxy}/setSslCertificates"
|
263
|
+
body = request_pb.region_target_https_proxies_set_ssl_certificates_request_resource.to_json
|
264
|
+
query_string_params = {}
|
265
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
266
|
+
|
267
|
+
[uri, body, query_string_params]
|
268
|
+
end
|
269
|
+
|
270
|
+
##
|
271
|
+
# Baseline implementation for the set_url_map REST call
|
272
|
+
#
|
273
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetUrlMapRegionTargetHttpsProxyRequest]
|
274
|
+
# A request object representing the call parameters. Required.
|
275
|
+
# @param options [::Gapic::CallOptions]
|
276
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
277
|
+
#
|
278
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
279
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
280
|
+
# @yieldparam response [::Faraday::Response]
|
281
|
+
#
|
282
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
283
|
+
# A result object deserialized from the server's reply
|
284
|
+
def set_url_map request_pb, options = nil
|
285
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
286
|
+
|
287
|
+
uri, body, query_string_params = transcode_set_url_map_request request_pb
|
288
|
+
response = @client_stub.make_post_request(
|
289
|
+
uri: uri,
|
290
|
+
body: body,
|
291
|
+
params: query_string_params,
|
292
|
+
options: options
|
293
|
+
)
|
294
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
295
|
+
|
296
|
+
yield result, response if block_given?
|
297
|
+
result
|
298
|
+
end
|
299
|
+
|
300
|
+
##
|
301
|
+
# GRPC transcoding helper method for the set_url_map REST call
|
302
|
+
#
|
303
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetUrlMapRegionTargetHttpsProxyRequest]
|
304
|
+
# A request object representing the call parameters. Required.
|
305
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
306
|
+
# Uri, Body, Query string parameters
|
307
|
+
def transcode_set_url_map_request request_pb
|
308
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/targetHttpsProxies/#{request_pb.target_https_proxy}/setUrlMap"
|
309
|
+
body = request_pb.url_map_reference_resource.to_json
|
310
|
+
query_string_params = {}
|
311
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
312
|
+
|
313
|
+
[uri, body, query_string_params]
|
314
|
+
end
|
315
|
+
end
|
316
|
+
end
|
317
|
+
end
|
318
|
+
end
|
319
|
+
end
|
320
|
+
end
|
321
|
+
end
|
@@ -16,8 +16,6 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "gapic/rest"
|
20
|
-
require "google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding"
|
21
19
|
require "google/cloud/compute/v1/region_target_https_proxies/rest/client"
|
22
20
|
|
23
21
|
module Google
|
@@ -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_url_maps/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The RegionUrlMaps API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :region_url_maps_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::RegionUrlMaps::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all RegionUrlMaps clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all RegionUrlMaps clients
|
47
|
+
# ::Google::Cloud::Compute::V1::RegionUrlMaps::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.insert.timeout = 600.0
|
75
|
+
|
76
|
+
default_config.rpcs.list.timeout = 600.0
|
77
|
+
default_config.rpcs.list.retry_policy = {
|
78
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
79
|
+
}
|
80
|
+
|
81
|
+
default_config.rpcs.patch.timeout = 600.0
|
82
|
+
|
83
|
+
default_config.rpcs.update.timeout = 600.0
|
84
|
+
|
85
|
+
default_config.rpcs.validate.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 RegionUrlMaps REST client object.
|
97
115
|
#
|
98
|
-
#
|
116
|
+
# @example
|
99
117
|
#
|
100
|
-
#
|
101
|
-
#
|
118
|
+
# # Create a client using the default configuration
|
119
|
+
# client = ::Google::Cloud::Compute::V1::RegionUrlMaps::Rest::Client.new
|
102
120
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::RegionUrlMaps::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
121
|
+
# # Create a client using a custom configuration
|
122
|
+
# client = ::Google::Cloud::Compute::V1::RegionUrlMaps::Rest::Client.new do |config|
|
123
|
+
# config.timeout = 10.0
|
124
|
+
# end
|
111
125
|
#
|
112
126
|
# @yield [config] Configure the RegionUrlMaps 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_url_maps_stub = ::Google::Cloud::Compute::V1::RegionUrlMaps::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
144
|
end
|
135
145
|
|
136
146
|
# Service calls
|
@@ -163,11 +173,11 @@ module Google
|
|
163
173
|
# begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
164
174
|
# @param url_map [::String]
|
165
175
|
# Name of the UrlMap resource to delete.
|
166
|
-
# @yield [result,
|
167
|
-
# @yieldparam result [::
|
176
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
177
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
168
178
|
# @yieldparam response [::Faraday::Response]
|
169
179
|
#
|
170
|
-
# @return [::
|
180
|
+
# @return [::Gapic::Rest::BaseOperation]
|
171
181
|
#
|
172
182
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
173
183
|
def delete request, options = nil
|
@@ -179,7 +189,7 @@ module Google
|
|
179
189
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
180
190
|
|
181
191
|
# Customize the options with defaults
|
182
|
-
call_metadata =
|
192
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
183
193
|
|
184
194
|
# Set x-goog-api-client header
|
185
195
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -187,19 +197,17 @@ module Google
|
|
187
197
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
188
198
|
transports_version_send: [:rest]
|
189
199
|
|
190
|
-
options.apply_defaults timeout: @config.timeout,
|
200
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
191
201
|
metadata: call_metadata
|
192
202
|
|
193
|
-
|
194
|
-
|
195
|
-
uri: uri,
|
196
|
-
params: query_string_params,
|
197
|
-
options: options
|
198
|
-
)
|
199
|
-
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
|
200
205
|
|
201
|
-
|
202
|
-
|
206
|
+
@region_url_maps_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
|
203
211
|
rescue ::Faraday::Error => e
|
204
212
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
205
213
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -231,7 +239,7 @@ module Google
|
|
231
239
|
# Name of the region scoping this request.
|
232
240
|
# @param url_map [::String]
|
233
241
|
# Name of the UrlMap resource to return.
|
234
|
-
# @yield [result,
|
242
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
235
243
|
# @yieldparam result [::Google::Cloud::Compute::V1::UrlMap]
|
236
244
|
# @yieldparam response [::Faraday::Response]
|
237
245
|
#
|
@@ -247,7 +255,7 @@ module Google
|
|
247
255
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
248
256
|
|
249
257
|
# Customize the options with defaults
|
250
|
-
call_metadata =
|
258
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
251
259
|
|
252
260
|
# Set x-goog-api-client header
|
253
261
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -255,18 +263,16 @@ module Google
|
|
255
263
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
256
264
|
transports_version_send: [:rest]
|
257
265
|
|
258
|
-
options.apply_defaults timeout: @config.timeout,
|
266
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
259
267
|
metadata: call_metadata
|
260
268
|
|
261
|
-
|
262
|
-
|
263
|
-
uri: uri,
|
264
|
-
options: options
|
265
|
-
)
|
266
|
-
result = ::Google::Cloud::Compute::V1::UrlMap.decode_json response.body, ignore_unknown_fields: true
|
269
|
+
options.apply_defaults timeout: @config.timeout,
|
270
|
+
metadata: @config.metadata
|
267
271
|
|
268
|
-
|
269
|
-
|
272
|
+
@region_url_maps_stub.get request, options do |result, response|
|
273
|
+
yield result, response if block_given?
|
274
|
+
return result
|
275
|
+
end
|
270
276
|
rescue ::Faraday::Error => e
|
271
277
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
272
278
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -300,11 +306,11 @@ module Google
|
|
300
306
|
# begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
301
307
|
# @param url_map_resource [::Google::Cloud::Compute::V1::UrlMap, ::Hash]
|
302
308
|
# The body resource for this request
|
303
|
-
# @yield [result,
|
304
|
-
# @yieldparam result [::
|
309
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
310
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
305
311
|
# @yieldparam response [::Faraday::Response]
|
306
312
|
#
|
307
|
-
# @return [::
|
313
|
+
# @return [::Gapic::Rest::BaseOperation]
|
308
314
|
#
|
309
315
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
310
316
|
def insert request, options = nil
|
@@ -316,7 +322,7 @@ module Google
|
|
316
322
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
317
323
|
|
318
324
|
# Customize the options with defaults
|
319
|
-
call_metadata =
|
325
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
320
326
|
|
321
327
|
# Set x-goog-api-client header
|
322
328
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -324,20 +330,17 @@ module Google
|
|
324
330
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
325
331
|
transports_version_send: [:rest]
|
326
332
|
|
327
|
-
options.apply_defaults timeout: @config.timeout,
|
333
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
328
334
|
metadata: call_metadata
|
329
335
|
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
yield result, response if block_given?
|
340
|
-
result
|
336
|
+
options.apply_defaults timeout: @config.timeout,
|
337
|
+
metadata: @config.metadata
|
338
|
+
|
339
|
+
@region_url_maps_stub.insert request, options do |result, response|
|
340
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
341
|
+
yield result, response if block_given?
|
342
|
+
return result
|
343
|
+
end
|
341
344
|
rescue ::Faraday::Error => e
|
342
345
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
343
346
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -386,12 +389,12 @@ module Google
|
|
386
389
|
# @param region [::String]
|
387
390
|
# Name of the region scoping this request.
|
388
391
|
# @param return_partial_success [::Boolean]
|
389
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
390
|
-
# @yield [result,
|
391
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
392
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
393
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
394
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::UrlMap>]
|
392
395
|
# @yieldparam response [::Faraday::Response]
|
393
396
|
#
|
394
|
-
# @return [::Google::Cloud::Compute::V1::
|
397
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::UrlMap>]
|
395
398
|
#
|
396
399
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
397
400
|
def list request, options = nil
|
@@ -403,7 +406,7 @@ module Google
|
|
403
406
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
404
407
|
|
405
408
|
# Customize the options with defaults
|
406
|
-
call_metadata =
|
409
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
407
410
|
|
408
411
|
# Set x-goog-api-client header
|
409
412
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -411,19 +414,17 @@ module Google
|
|
411
414
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
412
415
|
transports_version_send: [:rest]
|
413
416
|
|
414
|
-
options.apply_defaults timeout: @config.timeout,
|
417
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
415
418
|
metadata: call_metadata
|
416
419
|
|
417
|
-
|
418
|
-
|
419
|
-
uri: uri,
|
420
|
-
params: query_string_params,
|
421
|
-
options: options
|
422
|
-
)
|
423
|
-
result = ::Google::Cloud::Compute::V1::UrlMapList.decode_json response.body, ignore_unknown_fields: true
|
420
|
+
options.apply_defaults timeout: @config.timeout,
|
421
|
+
metadata: @config.metadata
|
424
422
|
|
425
|
-
|
426
|
-
|
423
|
+
@region_url_maps_stub.list request, options do |result, response|
|
424
|
+
result = ::Gapic::Rest::PagedEnumerable.new @region_url_maps_stub, :list, "items", request, result, options
|
425
|
+
yield result, response if block_given?
|
426
|
+
return result
|
427
|
+
end
|
427
428
|
rescue ::Faraday::Error => e
|
428
429
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
429
430
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -459,11 +460,11 @@ module Google
|
|
459
460
|
# Name of the UrlMap resource to patch.
|
460
461
|
# @param url_map_resource [::Google::Cloud::Compute::V1::UrlMap, ::Hash]
|
461
462
|
# The body resource for this request
|
462
|
-
# @yield [result,
|
463
|
-
# @yieldparam result [::
|
463
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
464
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
464
465
|
# @yieldparam response [::Faraday::Response]
|
465
466
|
#
|
466
|
-
# @return [::
|
467
|
+
# @return [::Gapic::Rest::BaseOperation]
|
467
468
|
#
|
468
469
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
469
470
|
def patch request, options = nil
|
@@ -475,7 +476,7 @@ module Google
|
|
475
476
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
476
477
|
|
477
478
|
# Customize the options with defaults
|
478
|
-
call_metadata =
|
479
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
479
480
|
|
480
481
|
# Set x-goog-api-client header
|
481
482
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -483,20 +484,17 @@ module Google
|
|
483
484
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
484
485
|
transports_version_send: [:rest]
|
485
486
|
|
486
|
-
options.apply_defaults timeout: @config.timeout,
|
487
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
487
488
|
metadata: call_metadata
|
488
489
|
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
yield result, response if block_given?
|
499
|
-
result
|
490
|
+
options.apply_defaults timeout: @config.timeout,
|
491
|
+
metadata: @config.metadata
|
492
|
+
|
493
|
+
@region_url_maps_stub.patch request, options do |result, response|
|
494
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
495
|
+
yield result, response if block_given?
|
496
|
+
return result
|
497
|
+
end
|
500
498
|
rescue ::Faraday::Error => e
|
501
499
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
502
500
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -532,11 +530,11 @@ module Google
|
|
532
530
|
# Name of the UrlMap resource to update.
|
533
531
|
# @param url_map_resource [::Google::Cloud::Compute::V1::UrlMap, ::Hash]
|
534
532
|
# The body resource for this request
|
535
|
-
# @yield [result,
|
536
|
-
# @yieldparam result [::
|
533
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
534
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
537
535
|
# @yieldparam response [::Faraday::Response]
|
538
536
|
#
|
539
|
-
# @return [::
|
537
|
+
# @return [::Gapic::Rest::BaseOperation]
|
540
538
|
#
|
541
539
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
542
540
|
def update request, options = nil
|
@@ -548,7 +546,7 @@ module Google
|
|
548
546
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
549
547
|
|
550
548
|
# Customize the options with defaults
|
551
|
-
call_metadata =
|
549
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
552
550
|
|
553
551
|
# Set x-goog-api-client header
|
554
552
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -556,20 +554,17 @@ module Google
|
|
556
554
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
557
555
|
transports_version_send: [:rest]
|
558
556
|
|
559
|
-
options.apply_defaults timeout: @config.timeout,
|
557
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
560
558
|
metadata: call_metadata
|
561
559
|
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
yield result, response if block_given?
|
572
|
-
result
|
560
|
+
options.apply_defaults timeout: @config.timeout,
|
561
|
+
metadata: @config.metadata
|
562
|
+
|
563
|
+
@region_url_maps_stub.update request, options do |result, response|
|
564
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
565
|
+
yield result, response if block_given?
|
566
|
+
return result
|
567
|
+
end
|
573
568
|
rescue ::Faraday::Error => e
|
574
569
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
575
570
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -603,7 +598,7 @@ module Google
|
|
603
598
|
# The body resource for this request
|
604
599
|
# @param url_map [::String]
|
605
600
|
# Name of the UrlMap resource to be validated as.
|
606
|
-
# @yield [result,
|
601
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
607
602
|
# @yieldparam result [::Google::Cloud::Compute::V1::UrlMapsValidateResponse]
|
608
603
|
# @yieldparam response [::Faraday::Response]
|
609
604
|
#
|
@@ -619,7 +614,7 @@ module Google
|
|
619
614
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
620
615
|
|
621
616
|
# Customize the options with defaults
|
622
|
-
call_metadata =
|
617
|
+
call_metadata = @config.rpcs.validate.metadata.to_h
|
623
618
|
|
624
619
|
# Set x-goog-api-client header
|
625
620
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -627,19 +622,16 @@ module Google
|
|
627
622
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
628
623
|
transports_version_send: [:rest]
|
629
624
|
|
630
|
-
options.apply_defaults timeout: @config.timeout,
|
625
|
+
options.apply_defaults timeout: @config.rpcs.validate.timeout,
|
631
626
|
metadata: call_metadata
|
632
627
|
|
633
|
-
|
634
|
-
|
635
|
-
uri: uri,
|
636
|
-
body: body,
|
637
|
-
options: options
|
638
|
-
)
|
639
|
-
result = ::Google::Cloud::Compute::V1::UrlMapsValidateResponse.decode_json response.body, ignore_unknown_fields: true
|
628
|
+
options.apply_defaults timeout: @config.timeout,
|
629
|
+
metadata: @config.metadata
|
640
630
|
|
641
|
-
|
642
|
-
|
631
|
+
@region_url_maps_stub.validate request, options do |result, response|
|
632
|
+
yield result, response if block_given?
|
633
|
+
return result
|
634
|
+
end
|
643
635
|
rescue ::Faraday::Error => e
|
644
636
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
645
637
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -694,6 +686,9 @@ module Google
|
|
694
686
|
# @!attribute [rw] timeout
|
695
687
|
# The call timeout in seconds.
|
696
688
|
# @return [::Numeric]
|
689
|
+
# @!attribute [rw] metadata
|
690
|
+
# Additional REST headers to be sent with the call.
|
691
|
+
# @return [::Hash{::Symbol=>::String}]
|
697
692
|
#
|
698
693
|
class Configuration
|
699
694
|
extend ::Gapic::Config
|
@@ -707,6 +702,7 @@ module Google
|
|
707
702
|
config_attr :lib_name, nil, ::String, nil
|
708
703
|
config_attr :lib_version, nil, ::String, nil
|
709
704
|
config_attr :timeout, nil, ::Numeric, nil
|
705
|
+
config_attr :metadata, nil, ::Hash, nil
|
710
706
|
|
711
707
|
# @private
|
712
708
|
def initialize parent_config = nil
|
@@ -714,6 +710,88 @@ module Google
|
|
714
710
|
|
715
711
|
yield self if block_given?
|
716
712
|
end
|
713
|
+
|
714
|
+
##
|
715
|
+
# Configurations for individual RPCs
|
716
|
+
# @return [Rpcs]
|
717
|
+
#
|
718
|
+
def rpcs
|
719
|
+
@rpcs ||= begin
|
720
|
+
parent_rpcs = nil
|
721
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
722
|
+
Rpcs.new parent_rpcs
|
723
|
+
end
|
724
|
+
end
|
725
|
+
|
726
|
+
##
|
727
|
+
# Configuration RPC class for the RegionUrlMaps API.
|
728
|
+
#
|
729
|
+
# Includes fields providing the configuration for each RPC in this service.
|
730
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
731
|
+
# the following configuration fields:
|
732
|
+
#
|
733
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
734
|
+
#
|
735
|
+
# there is one other field (`retry_policy`) that can be set
|
736
|
+
# but is currently not supported for REST Gapic libraries.
|
737
|
+
#
|
738
|
+
class Rpcs
|
739
|
+
##
|
740
|
+
# RPC-specific configuration for `delete`
|
741
|
+
# @return [::Gapic::Config::Method]
|
742
|
+
#
|
743
|
+
attr_reader :delete
|
744
|
+
##
|
745
|
+
# RPC-specific configuration for `get`
|
746
|
+
# @return [::Gapic::Config::Method]
|
747
|
+
#
|
748
|
+
attr_reader :get
|
749
|
+
##
|
750
|
+
# RPC-specific configuration for `insert`
|
751
|
+
# @return [::Gapic::Config::Method]
|
752
|
+
#
|
753
|
+
attr_reader :insert
|
754
|
+
##
|
755
|
+
# RPC-specific configuration for `list`
|
756
|
+
# @return [::Gapic::Config::Method]
|
757
|
+
#
|
758
|
+
attr_reader :list
|
759
|
+
##
|
760
|
+
# RPC-specific configuration for `patch`
|
761
|
+
# @return [::Gapic::Config::Method]
|
762
|
+
#
|
763
|
+
attr_reader :patch
|
764
|
+
##
|
765
|
+
# RPC-specific configuration for `update`
|
766
|
+
# @return [::Gapic::Config::Method]
|
767
|
+
#
|
768
|
+
attr_reader :update
|
769
|
+
##
|
770
|
+
# RPC-specific configuration for `validate`
|
771
|
+
# @return [::Gapic::Config::Method]
|
772
|
+
#
|
773
|
+
attr_reader :validate
|
774
|
+
|
775
|
+
# @private
|
776
|
+
def initialize parent_rpcs = nil
|
777
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
778
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
779
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
780
|
+
@get = ::Gapic::Config::Method.new get_config
|
781
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
782
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
783
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
784
|
+
@list = ::Gapic::Config::Method.new list_config
|
785
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
786
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
787
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
788
|
+
@update = ::Gapic::Config::Method.new update_config
|
789
|
+
validate_config = parent_rpcs.validate if parent_rpcs.respond_to? :validate
|
790
|
+
@validate = ::Gapic::Config::Method.new validate_config
|
791
|
+
|
792
|
+
yield self if block_given?
|
793
|
+
end
|
794
|
+
end
|
717
795
|
end
|
718
796
|
end
|
719
797
|
end
|