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,412 @@
|
|
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 ResourcePolicies
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the ResourcePolicies 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 aggregated_list REST call
|
43
|
+
#
|
44
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListResourcePoliciesRequest]
|
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::ResourcePolicyAggregatedList]
|
51
|
+
# @yieldparam response [::Faraday::Response]
|
52
|
+
#
|
53
|
+
# @return [::Google::Cloud::Compute::V1::ResourcePolicyAggregatedList]
|
54
|
+
# A result object deserialized from the server's reply
|
55
|
+
def aggregated_list request_pb, options = nil
|
56
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
57
|
+
|
58
|
+
uri, _body, query_string_params = transcode_aggregated_list_request request_pb
|
59
|
+
response = @client_stub.make_get_request(
|
60
|
+
uri: uri,
|
61
|
+
params: query_string_params,
|
62
|
+
options: options
|
63
|
+
)
|
64
|
+
result = ::Google::Cloud::Compute::V1::ResourcePolicyAggregatedList.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 aggregated_list REST call
|
72
|
+
#
|
73
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListResourcePoliciesRequest]
|
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_aggregated_list_request request_pb
|
78
|
+
uri = "/compute/v1/projects/#{request_pb.project}/aggregated/resourcePolicies"
|
79
|
+
body = nil
|
80
|
+
query_string_params = {}
|
81
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
82
|
+
query_string_params["includeAllScopes"] = request_pb.include_all_scopes.to_s if request_pb.has_include_all_scopes?
|
83
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
84
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
85
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
86
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
87
|
+
|
88
|
+
[uri, body, query_string_params]
|
89
|
+
end
|
90
|
+
|
91
|
+
##
|
92
|
+
# Baseline implementation for the delete REST call
|
93
|
+
#
|
94
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteResourcePolicyRequest]
|
95
|
+
# A request object representing the call parameters. Required.
|
96
|
+
# @param options [::Gapic::CallOptions]
|
97
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
98
|
+
#
|
99
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
100
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
101
|
+
# @yieldparam response [::Faraday::Response]
|
102
|
+
#
|
103
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
104
|
+
# A result object deserialized from the server's reply
|
105
|
+
def delete request_pb, options = nil
|
106
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
107
|
+
|
108
|
+
uri, _body, query_string_params = transcode_delete_request request_pb
|
109
|
+
response = @client_stub.make_delete_request(
|
110
|
+
uri: uri,
|
111
|
+
params: query_string_params,
|
112
|
+
options: options
|
113
|
+
)
|
114
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
115
|
+
|
116
|
+
yield result, response if block_given?
|
117
|
+
result
|
118
|
+
end
|
119
|
+
|
120
|
+
##
|
121
|
+
# GRPC transcoding helper method for the delete REST call
|
122
|
+
#
|
123
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteResourcePolicyRequest]
|
124
|
+
# A request object representing the call parameters. Required.
|
125
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
126
|
+
# Uri, Body, Query string parameters
|
127
|
+
def transcode_delete_request request_pb
|
128
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/resourcePolicies/#{request_pb.resource_policy}"
|
129
|
+
body = nil
|
130
|
+
query_string_params = {}
|
131
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
132
|
+
|
133
|
+
[uri, body, query_string_params]
|
134
|
+
end
|
135
|
+
|
136
|
+
##
|
137
|
+
# Baseline implementation for the get REST call
|
138
|
+
#
|
139
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetResourcePolicyRequest]
|
140
|
+
# A request object representing the call parameters. Required.
|
141
|
+
# @param options [::Gapic::CallOptions]
|
142
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
143
|
+
#
|
144
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
145
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::ResourcePolicy]
|
146
|
+
# @yieldparam response [::Faraday::Response]
|
147
|
+
#
|
148
|
+
# @return [::Google::Cloud::Compute::V1::ResourcePolicy]
|
149
|
+
# A result object deserialized from the server's reply
|
150
|
+
def get request_pb, options = nil
|
151
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
152
|
+
|
153
|
+
uri, _body, _query_string_params = transcode_get_request request_pb
|
154
|
+
response = @client_stub.make_get_request(
|
155
|
+
uri: uri,
|
156
|
+
options: options
|
157
|
+
)
|
158
|
+
result = ::Google::Cloud::Compute::V1::ResourcePolicy.decode_json response.body, ignore_unknown_fields: true
|
159
|
+
|
160
|
+
yield result, response if block_given?
|
161
|
+
result
|
162
|
+
end
|
163
|
+
|
164
|
+
##
|
165
|
+
# GRPC transcoding helper method for the get REST call
|
166
|
+
#
|
167
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetResourcePolicyRequest]
|
168
|
+
# A request object representing the call parameters. Required.
|
169
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
170
|
+
# Uri, Body, Query string parameters
|
171
|
+
def transcode_get_request request_pb
|
172
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/resourcePolicies/#{request_pb.resource_policy}"
|
173
|
+
body = nil
|
174
|
+
query_string_params = {}
|
175
|
+
|
176
|
+
[uri, body, query_string_params]
|
177
|
+
end
|
178
|
+
|
179
|
+
##
|
180
|
+
# Baseline implementation for the get_iam_policy REST call
|
181
|
+
#
|
182
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyResourcePolicyRequest]
|
183
|
+
# A request object representing the call parameters. Required.
|
184
|
+
# @param options [::Gapic::CallOptions]
|
185
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
186
|
+
#
|
187
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
188
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
189
|
+
# @yieldparam response [::Faraday::Response]
|
190
|
+
#
|
191
|
+
# @return [::Google::Cloud::Compute::V1::Policy]
|
192
|
+
# A result object deserialized from the server's reply
|
193
|
+
def get_iam_policy request_pb, options = nil
|
194
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
195
|
+
|
196
|
+
uri, _body, query_string_params = transcode_get_iam_policy_request request_pb
|
197
|
+
response = @client_stub.make_get_request(
|
198
|
+
uri: uri,
|
199
|
+
params: query_string_params,
|
200
|
+
options: options
|
201
|
+
)
|
202
|
+
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
203
|
+
|
204
|
+
yield result, response if block_given?
|
205
|
+
result
|
206
|
+
end
|
207
|
+
|
208
|
+
##
|
209
|
+
# GRPC transcoding helper method for the get_iam_policy REST call
|
210
|
+
#
|
211
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyResourcePolicyRequest]
|
212
|
+
# A request object representing the call parameters. Required.
|
213
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
214
|
+
# Uri, Body, Query string parameters
|
215
|
+
def transcode_get_iam_policy_request request_pb
|
216
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/resourcePolicies/#{request_pb.resource}/getIamPolicy"
|
217
|
+
body = nil
|
218
|
+
query_string_params = {}
|
219
|
+
query_string_params["optionsRequestedPolicyVersion"] = request_pb.options_requested_policy_version.to_s if request_pb.has_options_requested_policy_version?
|
220
|
+
|
221
|
+
[uri, body, query_string_params]
|
222
|
+
end
|
223
|
+
|
224
|
+
##
|
225
|
+
# Baseline implementation for the insert REST call
|
226
|
+
#
|
227
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertResourcePolicyRequest]
|
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 insert request_pb, options = nil
|
239
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
240
|
+
|
241
|
+
uri, body, query_string_params = transcode_insert_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 insert REST call
|
256
|
+
#
|
257
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertResourcePolicyRequest]
|
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_insert_request request_pb
|
262
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/resourcePolicies"
|
263
|
+
body = request_pb.resource_policy_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 list REST call
|
272
|
+
#
|
273
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListResourcePoliciesRequest]
|
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::ResourcePolicyList]
|
280
|
+
# @yieldparam response [::Faraday::Response]
|
281
|
+
#
|
282
|
+
# @return [::Google::Cloud::Compute::V1::ResourcePolicyList]
|
283
|
+
# A result object deserialized from the server's reply
|
284
|
+
def list request_pb, options = nil
|
285
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
286
|
+
|
287
|
+
uri, _body, query_string_params = transcode_list_request request_pb
|
288
|
+
response = @client_stub.make_get_request(
|
289
|
+
uri: uri,
|
290
|
+
params: query_string_params,
|
291
|
+
options: options
|
292
|
+
)
|
293
|
+
result = ::Google::Cloud::Compute::V1::ResourcePolicyList.decode_json response.body, ignore_unknown_fields: true
|
294
|
+
|
295
|
+
yield result, response if block_given?
|
296
|
+
result
|
297
|
+
end
|
298
|
+
|
299
|
+
##
|
300
|
+
# GRPC transcoding helper method for the list REST call
|
301
|
+
#
|
302
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListResourcePoliciesRequest]
|
303
|
+
# A request object representing the call parameters. Required.
|
304
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
305
|
+
# Uri, Body, Query string parameters
|
306
|
+
def transcode_list_request request_pb
|
307
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/resourcePolicies"
|
308
|
+
body = nil
|
309
|
+
query_string_params = {}
|
310
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
311
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
312
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
313
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
314
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
315
|
+
|
316
|
+
[uri, body, query_string_params]
|
317
|
+
end
|
318
|
+
|
319
|
+
##
|
320
|
+
# Baseline implementation for the set_iam_policy REST call
|
321
|
+
#
|
322
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyResourcePolicyRequest]
|
323
|
+
# A request object representing the call parameters. Required.
|
324
|
+
# @param options [::Gapic::CallOptions]
|
325
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
326
|
+
#
|
327
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
328
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
329
|
+
# @yieldparam response [::Faraday::Response]
|
330
|
+
#
|
331
|
+
# @return [::Google::Cloud::Compute::V1::Policy]
|
332
|
+
# A result object deserialized from the server's reply
|
333
|
+
def set_iam_policy request_pb, options = nil
|
334
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
335
|
+
|
336
|
+
uri, body, _query_string_params = transcode_set_iam_policy_request request_pb
|
337
|
+
response = @client_stub.make_post_request(
|
338
|
+
uri: uri,
|
339
|
+
body: body,
|
340
|
+
options: options
|
341
|
+
)
|
342
|
+
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
343
|
+
|
344
|
+
yield result, response if block_given?
|
345
|
+
result
|
346
|
+
end
|
347
|
+
|
348
|
+
##
|
349
|
+
# GRPC transcoding helper method for the set_iam_policy REST call
|
350
|
+
#
|
351
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyResourcePolicyRequest]
|
352
|
+
# A request object representing the call parameters. Required.
|
353
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
354
|
+
# Uri, Body, Query string parameters
|
355
|
+
def transcode_set_iam_policy_request request_pb
|
356
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/resourcePolicies/#{request_pb.resource}/setIamPolicy"
|
357
|
+
body = request_pb.region_set_policy_request_resource.to_json
|
358
|
+
query_string_params = {}
|
359
|
+
|
360
|
+
[uri, body, query_string_params]
|
361
|
+
end
|
362
|
+
|
363
|
+
##
|
364
|
+
# Baseline implementation for the test_iam_permissions REST call
|
365
|
+
#
|
366
|
+
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsResourcePolicyRequest]
|
367
|
+
# A request object representing the call parameters. Required.
|
368
|
+
# @param options [::Gapic::CallOptions]
|
369
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
370
|
+
#
|
371
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
372
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
373
|
+
# @yieldparam response [::Faraday::Response]
|
374
|
+
#
|
375
|
+
# @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
376
|
+
# A result object deserialized from the server's reply
|
377
|
+
def test_iam_permissions request_pb, options = nil
|
378
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
379
|
+
|
380
|
+
uri, body, _query_string_params = transcode_test_iam_permissions_request request_pb
|
381
|
+
response = @client_stub.make_post_request(
|
382
|
+
uri: uri,
|
383
|
+
body: body,
|
384
|
+
options: options
|
385
|
+
)
|
386
|
+
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
387
|
+
|
388
|
+
yield result, response if block_given?
|
389
|
+
result
|
390
|
+
end
|
391
|
+
|
392
|
+
##
|
393
|
+
# GRPC transcoding helper method for the test_iam_permissions REST call
|
394
|
+
#
|
395
|
+
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsResourcePolicyRequest]
|
396
|
+
# A request object representing the call parameters. Required.
|
397
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
398
|
+
# Uri, Body, Query string parameters
|
399
|
+
def transcode_test_iam_permissions_request request_pb
|
400
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/resourcePolicies/#{request_pb.resource}/testIamPermissions"
|
401
|
+
body = request_pb.test_permissions_request_resource.to_json
|
402
|
+
query_string_params = {}
|
403
|
+
|
404
|
+
[uri, body, query_string_params]
|
405
|
+
end
|
406
|
+
end
|
407
|
+
end
|
408
|
+
end
|
409
|
+
end
|
410
|
+
end
|
411
|
+
end
|
412
|
+
end
|
@@ -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/routers/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The Routers API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :routers_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::Routers::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all Routers clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all Routers clients
|
47
|
+
# ::Google::Cloud::Compute::V1::Routers::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,41 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.aggregated_list.timeout = 600.0
|
68
|
+
default_config.rpcs.aggregated_list.retry_policy = {
|
69
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
70
|
+
}
|
71
|
+
|
72
|
+
default_config.rpcs.delete.timeout = 600.0
|
73
|
+
|
74
|
+
default_config.rpcs.get.timeout = 600.0
|
75
|
+
default_config.rpcs.get.retry_policy = {
|
76
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
77
|
+
}
|
78
|
+
|
79
|
+
default_config.rpcs.get_nat_mapping_info.timeout = 600.0
|
80
|
+
default_config.rpcs.get_nat_mapping_info.retry_policy = {
|
81
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
82
|
+
}
|
83
|
+
|
84
|
+
default_config.rpcs.get_router_status.timeout = 600.0
|
85
|
+
default_config.rpcs.get_router_status.retry_policy = {
|
86
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
87
|
+
}
|
88
|
+
|
89
|
+
default_config.rpcs.insert.timeout = 600.0
|
90
|
+
|
91
|
+
default_config.rpcs.list.timeout = 600.0
|
92
|
+
default_config.rpcs.list.retry_policy = {
|
93
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
94
|
+
}
|
95
|
+
|
96
|
+
default_config.rpcs.patch.timeout = 600.0
|
97
|
+
|
98
|
+
default_config.rpcs.preview.timeout = 600.0
|
99
|
+
|
100
|
+
default_config.rpcs.update.timeout = 600.0
|
101
|
+
|
69
102
|
default_config
|
70
103
|
end
|
71
104
|
yield @configure if block_given?
|
@@ -95,28 +128,20 @@ module Google
|
|
95
128
|
##
|
96
129
|
# Create a new Routers REST client object.
|
97
130
|
#
|
98
|
-
#
|
131
|
+
# @example
|
99
132
|
#
|
100
|
-
#
|
101
|
-
#
|
133
|
+
# # Create a client using the default configuration
|
134
|
+
# client = ::Google::Cloud::Compute::V1::Routers::Rest::Client.new
|
102
135
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::Routers::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
136
|
+
# # Create a client using a custom configuration
|
137
|
+
# client = ::Google::Cloud::Compute::V1::Routers::Rest::Client.new do |config|
|
138
|
+
# config.timeout = 10.0
|
139
|
+
# end
|
111
140
|
#
|
112
141
|
# @yield [config] Configure the Routers client.
|
113
142
|
# @yieldparam config [Client::Configuration]
|
114
143
|
#
|
115
144
|
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
145
|
# Create the configuration object
|
121
146
|
@config = Configuration.new Client.configure
|
122
147
|
|
@@ -126,11 +151,11 @@ module Google
|
|
126
151
|
# Create credentials
|
127
152
|
credentials = @config.credentials
|
128
153
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
154
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
155
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
156
|
end
|
132
157
|
|
133
|
-
@
|
158
|
+
@routers_stub = ::Google::Cloud::Compute::V1::Routers::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
159
|
end
|
135
160
|
|
136
161
|
# Service calls
|
@@ -178,12 +203,12 @@ module Google
|
|
178
203
|
# @param project [::String]
|
179
204
|
# Project ID for this request.
|
180
205
|
# @param return_partial_success [::Boolean]
|
181
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
182
|
-
# @yield [result,
|
183
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
206
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
207
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
208
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::RoutersScopedList>]
|
184
209
|
# @yieldparam response [::Faraday::Response]
|
185
210
|
#
|
186
|
-
# @return [::Google::Cloud::Compute::V1::
|
211
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::RoutersScopedList>]
|
187
212
|
#
|
188
213
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
189
214
|
def aggregated_list request, options = nil
|
@@ -195,7 +220,7 @@ module Google
|
|
195
220
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
196
221
|
|
197
222
|
# Customize the options with defaults
|
198
|
-
call_metadata =
|
223
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
199
224
|
|
200
225
|
# Set x-goog-api-client header
|
201
226
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -203,19 +228,17 @@ module Google
|
|
203
228
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
204
229
|
transports_version_send: [:rest]
|
205
230
|
|
206
|
-
options.apply_defaults timeout: @config.timeout,
|
231
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
207
232
|
metadata: call_metadata
|
208
233
|
|
209
|
-
|
210
|
-
|
211
|
-
uri: uri,
|
212
|
-
params: query_string_params,
|
213
|
-
options: options
|
214
|
-
)
|
215
|
-
result = ::Google::Cloud::Compute::V1::RouterAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
234
|
+
options.apply_defaults timeout: @config.timeout,
|
235
|
+
metadata: @config.metadata
|
216
236
|
|
217
|
-
|
218
|
-
|
237
|
+
@routers_stub.aggregated_list request, options do |result, response|
|
238
|
+
result = ::Gapic::Rest::PagedEnumerable.new @routers_stub, :aggregated_list, "items", request, result, options
|
239
|
+
yield result, response if block_given?
|
240
|
+
return result
|
241
|
+
end
|
219
242
|
rescue ::Faraday::Error => e
|
220
243
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
221
244
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -253,11 +276,11 @@ module Google
|
|
253
276
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
254
277
|
# @param router [::String]
|
255
278
|
# Name of the Router resource to delete.
|
256
|
-
# @yield [result,
|
257
|
-
# @yieldparam result [::
|
279
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
280
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
258
281
|
# @yieldparam response [::Faraday::Response]
|
259
282
|
#
|
260
|
-
# @return [::
|
283
|
+
# @return [::Gapic::Rest::BaseOperation]
|
261
284
|
#
|
262
285
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
263
286
|
def delete request, options = nil
|
@@ -269,7 +292,7 @@ module Google
|
|
269
292
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
270
293
|
|
271
294
|
# Customize the options with defaults
|
272
|
-
call_metadata =
|
295
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
273
296
|
|
274
297
|
# Set x-goog-api-client header
|
275
298
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -277,19 +300,17 @@ module Google
|
|
277
300
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
278
301
|
transports_version_send: [:rest]
|
279
302
|
|
280
|
-
options.apply_defaults timeout: @config.timeout,
|
303
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
281
304
|
metadata: call_metadata
|
282
305
|
|
283
|
-
|
284
|
-
|
285
|
-
uri: uri,
|
286
|
-
params: query_string_params,
|
287
|
-
options: options
|
288
|
-
)
|
289
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
306
|
+
options.apply_defaults timeout: @config.timeout,
|
307
|
+
metadata: @config.metadata
|
290
308
|
|
291
|
-
|
292
|
-
|
309
|
+
@routers_stub.delete request, options do |result, response|
|
310
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
311
|
+
yield result, response if block_given?
|
312
|
+
return result
|
313
|
+
end
|
293
314
|
rescue ::Faraday::Error => e
|
294
315
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
295
316
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -321,7 +342,7 @@ module Google
|
|
321
342
|
# Name of the region for this request.
|
322
343
|
# @param router [::String]
|
323
344
|
# Name of the Router resource to return.
|
324
|
-
# @yield [result,
|
345
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
325
346
|
# @yieldparam result [::Google::Cloud::Compute::V1::Router]
|
326
347
|
# @yieldparam response [::Faraday::Response]
|
327
348
|
#
|
@@ -337,7 +358,7 @@ module Google
|
|
337
358
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
338
359
|
|
339
360
|
# Customize the options with defaults
|
340
|
-
call_metadata =
|
361
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
341
362
|
|
342
363
|
# Set x-goog-api-client header
|
343
364
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -345,18 +366,16 @@ module Google
|
|
345
366
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
346
367
|
transports_version_send: [:rest]
|
347
368
|
|
348
|
-
options.apply_defaults timeout: @config.timeout,
|
369
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
349
370
|
metadata: call_metadata
|
350
371
|
|
351
|
-
|
352
|
-
|
353
|
-
uri: uri,
|
354
|
-
options: options
|
355
|
-
)
|
356
|
-
result = ::Google::Cloud::Compute::V1::Router.decode_json response.body, ignore_unknown_fields: true
|
372
|
+
options.apply_defaults timeout: @config.timeout,
|
373
|
+
metadata: @config.metadata
|
357
374
|
|
358
|
-
|
359
|
-
|
375
|
+
@routers_stub.get request, options do |result, response|
|
376
|
+
yield result, response if block_given?
|
377
|
+
return result
|
378
|
+
end
|
360
379
|
rescue ::Faraday::Error => e
|
361
380
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
362
381
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -405,14 +424,14 @@ module Google
|
|
405
424
|
# @param region [::String]
|
406
425
|
# Name of the region for this request.
|
407
426
|
# @param return_partial_success [::Boolean]
|
408
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
427
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
409
428
|
# @param router [::String]
|
410
429
|
# Name of the Router resource to query for Nat Mapping information of VM endpoints.
|
411
|
-
# @yield [result,
|
412
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
430
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
431
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::VmEndpointNatMappings>]
|
413
432
|
# @yieldparam response [::Faraday::Response]
|
414
433
|
#
|
415
|
-
# @return [::Google::Cloud::Compute::V1::
|
434
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::VmEndpointNatMappings>]
|
416
435
|
#
|
417
436
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
418
437
|
def get_nat_mapping_info request, options = nil
|
@@ -424,7 +443,7 @@ module Google
|
|
424
443
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
425
444
|
|
426
445
|
# Customize the options with defaults
|
427
|
-
call_metadata =
|
446
|
+
call_metadata = @config.rpcs.get_nat_mapping_info.metadata.to_h
|
428
447
|
|
429
448
|
# Set x-goog-api-client header
|
430
449
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -432,19 +451,17 @@ module Google
|
|
432
451
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
433
452
|
transports_version_send: [:rest]
|
434
453
|
|
435
|
-
options.apply_defaults timeout: @config.timeout,
|
454
|
+
options.apply_defaults timeout: @config.rpcs.get_nat_mapping_info.timeout,
|
436
455
|
metadata: call_metadata
|
437
456
|
|
438
|
-
|
439
|
-
|
440
|
-
uri: uri,
|
441
|
-
params: query_string_params,
|
442
|
-
options: options
|
443
|
-
)
|
444
|
-
result = ::Google::Cloud::Compute::V1::VmEndpointNatMappingsList.decode_json response.body, ignore_unknown_fields: true
|
457
|
+
options.apply_defaults timeout: @config.timeout,
|
458
|
+
metadata: @config.metadata
|
445
459
|
|
446
|
-
|
447
|
-
|
460
|
+
@routers_stub.get_nat_mapping_info request, options do |result, response|
|
461
|
+
result = ::Gapic::Rest::PagedEnumerable.new @routers_stub, :get_nat_mapping_info, "result", request, result, options
|
462
|
+
yield result, response if block_given?
|
463
|
+
return result
|
464
|
+
end
|
448
465
|
rescue ::Faraday::Error => e
|
449
466
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
450
467
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -476,7 +493,7 @@ module Google
|
|
476
493
|
# Name of the region for this request.
|
477
494
|
# @param router [::String]
|
478
495
|
# Name of the Router resource to query.
|
479
|
-
# @yield [result,
|
496
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
480
497
|
# @yieldparam result [::Google::Cloud::Compute::V1::RouterStatusResponse]
|
481
498
|
# @yieldparam response [::Faraday::Response]
|
482
499
|
#
|
@@ -492,7 +509,7 @@ module Google
|
|
492
509
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
493
510
|
|
494
511
|
# Customize the options with defaults
|
495
|
-
call_metadata =
|
512
|
+
call_metadata = @config.rpcs.get_router_status.metadata.to_h
|
496
513
|
|
497
514
|
# Set x-goog-api-client header
|
498
515
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -500,18 +517,16 @@ module Google
|
|
500
517
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
501
518
|
transports_version_send: [:rest]
|
502
519
|
|
503
|
-
options.apply_defaults timeout: @config.timeout,
|
520
|
+
options.apply_defaults timeout: @config.rpcs.get_router_status.timeout,
|
504
521
|
metadata: call_metadata
|
505
522
|
|
506
|
-
|
507
|
-
|
508
|
-
uri: uri,
|
509
|
-
options: options
|
510
|
-
)
|
511
|
-
result = ::Google::Cloud::Compute::V1::RouterStatusResponse.decode_json response.body, ignore_unknown_fields: true
|
523
|
+
options.apply_defaults timeout: @config.timeout,
|
524
|
+
metadata: @config.metadata
|
512
525
|
|
513
|
-
|
514
|
-
|
526
|
+
@routers_stub.get_router_status request, options do |result, response|
|
527
|
+
yield result, response if block_given?
|
528
|
+
return result
|
529
|
+
end
|
515
530
|
rescue ::Faraday::Error => e
|
516
531
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
517
532
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -549,11 +564,11 @@ module Google
|
|
549
564
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
550
565
|
# @param router_resource [::Google::Cloud::Compute::V1::Router, ::Hash]
|
551
566
|
# The body resource for this request
|
552
|
-
# @yield [result,
|
553
|
-
# @yieldparam result [::
|
567
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
568
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
554
569
|
# @yieldparam response [::Faraday::Response]
|
555
570
|
#
|
556
|
-
# @return [::
|
571
|
+
# @return [::Gapic::Rest::BaseOperation]
|
557
572
|
#
|
558
573
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
559
574
|
def insert request, options = nil
|
@@ -565,7 +580,7 @@ module Google
|
|
565
580
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
566
581
|
|
567
582
|
# Customize the options with defaults
|
568
|
-
call_metadata =
|
583
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
569
584
|
|
570
585
|
# Set x-goog-api-client header
|
571
586
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -573,20 +588,17 @@ module Google
|
|
573
588
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
574
589
|
transports_version_send: [:rest]
|
575
590
|
|
576
|
-
options.apply_defaults timeout: @config.timeout,
|
591
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
577
592
|
metadata: call_metadata
|
578
593
|
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
yield result, response if block_given?
|
589
|
-
result
|
594
|
+
options.apply_defaults timeout: @config.timeout,
|
595
|
+
metadata: @config.metadata
|
596
|
+
|
597
|
+
@routers_stub.insert request, options do |result, response|
|
598
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
599
|
+
yield result, response if block_given?
|
600
|
+
return result
|
601
|
+
end
|
590
602
|
rescue ::Faraday::Error => e
|
591
603
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
592
604
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -635,12 +647,12 @@ module Google
|
|
635
647
|
# @param region [::String]
|
636
648
|
# Name of the region for this request.
|
637
649
|
# @param return_partial_success [::Boolean]
|
638
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
639
|
-
# @yield [result,
|
640
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
650
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
651
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
652
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Router>]
|
641
653
|
# @yieldparam response [::Faraday::Response]
|
642
654
|
#
|
643
|
-
# @return [::Google::Cloud::Compute::V1::
|
655
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Router>]
|
644
656
|
#
|
645
657
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
646
658
|
def list request, options = nil
|
@@ -652,7 +664,7 @@ module Google
|
|
652
664
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
653
665
|
|
654
666
|
# Customize the options with defaults
|
655
|
-
call_metadata =
|
667
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
656
668
|
|
657
669
|
# Set x-goog-api-client header
|
658
670
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -660,19 +672,17 @@ module Google
|
|
660
672
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
661
673
|
transports_version_send: [:rest]
|
662
674
|
|
663
|
-
options.apply_defaults timeout: @config.timeout,
|
675
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
664
676
|
metadata: call_metadata
|
665
677
|
|
666
|
-
|
667
|
-
|
668
|
-
uri: uri,
|
669
|
-
params: query_string_params,
|
670
|
-
options: options
|
671
|
-
)
|
672
|
-
result = ::Google::Cloud::Compute::V1::RouterList.decode_json response.body, ignore_unknown_fields: true
|
678
|
+
options.apply_defaults timeout: @config.timeout,
|
679
|
+
metadata: @config.metadata
|
673
680
|
|
674
|
-
|
675
|
-
|
681
|
+
@routers_stub.list request, options do |result, response|
|
682
|
+
result = ::Gapic::Rest::PagedEnumerable.new @routers_stub, :list, "items", request, result, options
|
683
|
+
yield result, response if block_given?
|
684
|
+
return result
|
685
|
+
end
|
676
686
|
rescue ::Faraday::Error => e
|
677
687
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
678
688
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -712,11 +722,11 @@ module Google
|
|
712
722
|
# Name of the Router resource to patch.
|
713
723
|
# @param router_resource [::Google::Cloud::Compute::V1::Router, ::Hash]
|
714
724
|
# The body resource for this request
|
715
|
-
# @yield [result,
|
716
|
-
# @yieldparam result [::
|
725
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
726
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
717
727
|
# @yieldparam response [::Faraday::Response]
|
718
728
|
#
|
719
|
-
# @return [::
|
729
|
+
# @return [::Gapic::Rest::BaseOperation]
|
720
730
|
#
|
721
731
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
722
732
|
def patch request, options = nil
|
@@ -728,7 +738,7 @@ module Google
|
|
728
738
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
729
739
|
|
730
740
|
# Customize the options with defaults
|
731
|
-
call_metadata =
|
741
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
732
742
|
|
733
743
|
# Set x-goog-api-client header
|
734
744
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -736,20 +746,17 @@ module Google
|
|
736
746
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
737
747
|
transports_version_send: [:rest]
|
738
748
|
|
739
|
-
options.apply_defaults timeout: @config.timeout,
|
749
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
740
750
|
metadata: call_metadata
|
741
751
|
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
yield result, response if block_given?
|
752
|
-
result
|
752
|
+
options.apply_defaults timeout: @config.timeout,
|
753
|
+
metadata: @config.metadata
|
754
|
+
|
755
|
+
@routers_stub.patch request, options do |result, response|
|
756
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
757
|
+
yield result, response if block_given?
|
758
|
+
return result
|
759
|
+
end
|
753
760
|
rescue ::Faraday::Error => e
|
754
761
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
755
762
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -783,7 +790,7 @@ module Google
|
|
783
790
|
# Name of the Router resource to query.
|
784
791
|
# @param router_resource [::Google::Cloud::Compute::V1::Router, ::Hash]
|
785
792
|
# The body resource for this request
|
786
|
-
# @yield [result,
|
793
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
787
794
|
# @yieldparam result [::Google::Cloud::Compute::V1::RoutersPreviewResponse]
|
788
795
|
# @yieldparam response [::Faraday::Response]
|
789
796
|
#
|
@@ -799,7 +806,7 @@ module Google
|
|
799
806
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
800
807
|
|
801
808
|
# Customize the options with defaults
|
802
|
-
call_metadata =
|
809
|
+
call_metadata = @config.rpcs.preview.metadata.to_h
|
803
810
|
|
804
811
|
# Set x-goog-api-client header
|
805
812
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -807,19 +814,16 @@ module Google
|
|
807
814
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
808
815
|
transports_version_send: [:rest]
|
809
816
|
|
810
|
-
options.apply_defaults timeout: @config.timeout,
|
817
|
+
options.apply_defaults timeout: @config.rpcs.preview.timeout,
|
811
818
|
metadata: call_metadata
|
812
819
|
|
813
|
-
|
814
|
-
|
815
|
-
uri: uri,
|
816
|
-
body: body,
|
817
|
-
options: options
|
818
|
-
)
|
819
|
-
result = ::Google::Cloud::Compute::V1::RoutersPreviewResponse.decode_json response.body, ignore_unknown_fields: true
|
820
|
+
options.apply_defaults timeout: @config.timeout,
|
821
|
+
metadata: @config.metadata
|
820
822
|
|
821
|
-
|
822
|
-
|
823
|
+
@routers_stub.preview request, options do |result, response|
|
824
|
+
yield result, response if block_given?
|
825
|
+
return result
|
826
|
+
end
|
823
827
|
rescue ::Faraday::Error => e
|
824
828
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
825
829
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -859,11 +863,11 @@ module Google
|
|
859
863
|
# Name of the Router resource to update.
|
860
864
|
# @param router_resource [::Google::Cloud::Compute::V1::Router, ::Hash]
|
861
865
|
# The body resource for this request
|
862
|
-
# @yield [result,
|
863
|
-
# @yieldparam result [::
|
866
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
867
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
864
868
|
# @yieldparam response [::Faraday::Response]
|
865
869
|
#
|
866
|
-
# @return [::
|
870
|
+
# @return [::Gapic::Rest::BaseOperation]
|
867
871
|
#
|
868
872
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
869
873
|
def update request, options = nil
|
@@ -875,7 +879,7 @@ module Google
|
|
875
879
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
876
880
|
|
877
881
|
# Customize the options with defaults
|
878
|
-
call_metadata =
|
882
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
879
883
|
|
880
884
|
# Set x-goog-api-client header
|
881
885
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -883,20 +887,17 @@ module Google
|
|
883
887
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
884
888
|
transports_version_send: [:rest]
|
885
889
|
|
886
|
-
options.apply_defaults timeout: @config.timeout,
|
890
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
887
891
|
metadata: call_metadata
|
888
892
|
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
yield result, response if block_given?
|
899
|
-
result
|
893
|
+
options.apply_defaults timeout: @config.timeout,
|
894
|
+
metadata: @config.metadata
|
895
|
+
|
896
|
+
@routers_stub.update request, options do |result, response|
|
897
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
898
|
+
yield result, response if block_given?
|
899
|
+
return result
|
900
|
+
end
|
900
901
|
rescue ::Faraday::Error => e
|
901
902
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
902
903
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -951,6 +952,9 @@ module Google
|
|
951
952
|
# @!attribute [rw] timeout
|
952
953
|
# The call timeout in seconds.
|
953
954
|
# @return [::Numeric]
|
955
|
+
# @!attribute [rw] metadata
|
956
|
+
# Additional REST headers to be sent with the call.
|
957
|
+
# @return [::Hash{::Symbol=>::String}]
|
954
958
|
#
|
955
959
|
class Configuration
|
956
960
|
extend ::Gapic::Config
|
@@ -964,6 +968,7 @@ module Google
|
|
964
968
|
config_attr :lib_name, nil, ::String, nil
|
965
969
|
config_attr :lib_version, nil, ::String, nil
|
966
970
|
config_attr :timeout, nil, ::Numeric, nil
|
971
|
+
config_attr :metadata, nil, ::Hash, nil
|
967
972
|
|
968
973
|
# @private
|
969
974
|
def initialize parent_config = nil
|
@@ -971,6 +976,109 @@ module Google
|
|
971
976
|
|
972
977
|
yield self if block_given?
|
973
978
|
end
|
979
|
+
|
980
|
+
##
|
981
|
+
# Configurations for individual RPCs
|
982
|
+
# @return [Rpcs]
|
983
|
+
#
|
984
|
+
def rpcs
|
985
|
+
@rpcs ||= begin
|
986
|
+
parent_rpcs = nil
|
987
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
988
|
+
Rpcs.new parent_rpcs
|
989
|
+
end
|
990
|
+
end
|
991
|
+
|
992
|
+
##
|
993
|
+
# Configuration RPC class for the Routers API.
|
994
|
+
#
|
995
|
+
# Includes fields providing the configuration for each RPC in this service.
|
996
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
997
|
+
# the following configuration fields:
|
998
|
+
#
|
999
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1000
|
+
#
|
1001
|
+
# there is one other field (`retry_policy`) that can be set
|
1002
|
+
# but is currently not supported for REST Gapic libraries.
|
1003
|
+
#
|
1004
|
+
class Rpcs
|
1005
|
+
##
|
1006
|
+
# RPC-specific configuration for `aggregated_list`
|
1007
|
+
# @return [::Gapic::Config::Method]
|
1008
|
+
#
|
1009
|
+
attr_reader :aggregated_list
|
1010
|
+
##
|
1011
|
+
# RPC-specific configuration for `delete`
|
1012
|
+
# @return [::Gapic::Config::Method]
|
1013
|
+
#
|
1014
|
+
attr_reader :delete
|
1015
|
+
##
|
1016
|
+
# RPC-specific configuration for `get`
|
1017
|
+
# @return [::Gapic::Config::Method]
|
1018
|
+
#
|
1019
|
+
attr_reader :get
|
1020
|
+
##
|
1021
|
+
# RPC-specific configuration for `get_nat_mapping_info`
|
1022
|
+
# @return [::Gapic::Config::Method]
|
1023
|
+
#
|
1024
|
+
attr_reader :get_nat_mapping_info
|
1025
|
+
##
|
1026
|
+
# RPC-specific configuration for `get_router_status`
|
1027
|
+
# @return [::Gapic::Config::Method]
|
1028
|
+
#
|
1029
|
+
attr_reader :get_router_status
|
1030
|
+
##
|
1031
|
+
# RPC-specific configuration for `insert`
|
1032
|
+
# @return [::Gapic::Config::Method]
|
1033
|
+
#
|
1034
|
+
attr_reader :insert
|
1035
|
+
##
|
1036
|
+
# RPC-specific configuration for `list`
|
1037
|
+
# @return [::Gapic::Config::Method]
|
1038
|
+
#
|
1039
|
+
attr_reader :list
|
1040
|
+
##
|
1041
|
+
# RPC-specific configuration for `patch`
|
1042
|
+
# @return [::Gapic::Config::Method]
|
1043
|
+
#
|
1044
|
+
attr_reader :patch
|
1045
|
+
##
|
1046
|
+
# RPC-specific configuration for `preview`
|
1047
|
+
# @return [::Gapic::Config::Method]
|
1048
|
+
#
|
1049
|
+
attr_reader :preview
|
1050
|
+
##
|
1051
|
+
# RPC-specific configuration for `update`
|
1052
|
+
# @return [::Gapic::Config::Method]
|
1053
|
+
#
|
1054
|
+
attr_reader :update
|
1055
|
+
|
1056
|
+
# @private
|
1057
|
+
def initialize parent_rpcs = nil
|
1058
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
1059
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
1060
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
1061
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
1062
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
1063
|
+
@get = ::Gapic::Config::Method.new get_config
|
1064
|
+
get_nat_mapping_info_config = parent_rpcs.get_nat_mapping_info if parent_rpcs.respond_to? :get_nat_mapping_info
|
1065
|
+
@get_nat_mapping_info = ::Gapic::Config::Method.new get_nat_mapping_info_config
|
1066
|
+
get_router_status_config = parent_rpcs.get_router_status if parent_rpcs.respond_to? :get_router_status
|
1067
|
+
@get_router_status = ::Gapic::Config::Method.new get_router_status_config
|
1068
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
1069
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
1070
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
1071
|
+
@list = ::Gapic::Config::Method.new list_config
|
1072
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
1073
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
1074
|
+
preview_config = parent_rpcs.preview if parent_rpcs.respond_to? :preview
|
1075
|
+
@preview = ::Gapic::Config::Method.new preview_config
|
1076
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
1077
|
+
@update = ::Gapic::Config::Method.new update_config
|
1078
|
+
|
1079
|
+
yield self if block_given?
|
1080
|
+
end
|
1081
|
+
end
|
974
1082
|
end
|
975
1083
|
end
|
976
1084
|
end
|