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,413 @@
|
|
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 TargetSslProxies
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the TargetSslProxies 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::DeleteTargetSslProxyRequest]
|
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::DeleteTargetSslProxyRequest]
|
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}/global/targetSslProxies/#{request_pb.target_ssl_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::GetTargetSslProxyRequest]
|
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::TargetSslProxy]
|
96
|
+
# @yieldparam response [::Faraday::Response]
|
97
|
+
#
|
98
|
+
# @return [::Google::Cloud::Compute::V1::TargetSslProxy]
|
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::TargetSslProxy.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::GetTargetSslProxyRequest]
|
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}/global/targetSslProxies/#{request_pb.target_ssl_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::InsertTargetSslProxyRequest]
|
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::InsertTargetSslProxyRequest]
|
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}/global/targetSslProxies"
|
168
|
+
body = request_pb.target_ssl_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::ListTargetSslProxiesRequest]
|
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::TargetSslProxyList]
|
185
|
+
# @yieldparam response [::Faraday::Response]
|
186
|
+
#
|
187
|
+
# @return [::Google::Cloud::Compute::V1::TargetSslProxyList]
|
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::TargetSslProxyList.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::ListTargetSslProxiesRequest]
|
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}/global/targetSslProxies"
|
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_backend_service REST call
|
226
|
+
#
|
227
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetBackendServiceTargetSslProxyRequest]
|
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_backend_service request_pb, options = nil
|
239
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
240
|
+
|
241
|
+
uri, body, query_string_params = transcode_set_backend_service_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_backend_service REST call
|
256
|
+
#
|
257
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetBackendServiceTargetSslProxyRequest]
|
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_backend_service_request request_pb
|
262
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/targetSslProxies/#{request_pb.target_ssl_proxy}/setBackendService"
|
263
|
+
body = request_pb.target_ssl_proxies_set_backend_service_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_proxy_header REST call
|
272
|
+
#
|
273
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetProxyHeaderTargetSslProxyRequest]
|
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_proxy_header request_pb, options = nil
|
285
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
286
|
+
|
287
|
+
uri, body, query_string_params = transcode_set_proxy_header_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_proxy_header REST call
|
302
|
+
#
|
303
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetProxyHeaderTargetSslProxyRequest]
|
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_proxy_header_request request_pb
|
308
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/targetSslProxies/#{request_pb.target_ssl_proxy}/setProxyHeader"
|
309
|
+
body = request_pb.target_ssl_proxies_set_proxy_header_request_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
|
+
|
316
|
+
##
|
317
|
+
# Baseline implementation for the set_ssl_certificates REST call
|
318
|
+
#
|
319
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSslCertificatesTargetSslProxyRequest]
|
320
|
+
# A request object representing the call parameters. Required.
|
321
|
+
# @param options [::Gapic::CallOptions]
|
322
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
323
|
+
#
|
324
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
325
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
326
|
+
# @yieldparam response [::Faraday::Response]
|
327
|
+
#
|
328
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
329
|
+
# A result object deserialized from the server's reply
|
330
|
+
def set_ssl_certificates request_pb, options = nil
|
331
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
332
|
+
|
333
|
+
uri, body, query_string_params = transcode_set_ssl_certificates_request request_pb
|
334
|
+
response = @client_stub.make_post_request(
|
335
|
+
uri: uri,
|
336
|
+
body: body,
|
337
|
+
params: query_string_params,
|
338
|
+
options: options
|
339
|
+
)
|
340
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
341
|
+
|
342
|
+
yield result, response if block_given?
|
343
|
+
result
|
344
|
+
end
|
345
|
+
|
346
|
+
##
|
347
|
+
# GRPC transcoding helper method for the set_ssl_certificates REST call
|
348
|
+
#
|
349
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSslCertificatesTargetSslProxyRequest]
|
350
|
+
# A request object representing the call parameters. Required.
|
351
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
352
|
+
# Uri, Body, Query string parameters
|
353
|
+
def transcode_set_ssl_certificates_request request_pb
|
354
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/targetSslProxies/#{request_pb.target_ssl_proxy}/setSslCertificates"
|
355
|
+
body = request_pb.target_ssl_proxies_set_ssl_certificates_request_resource.to_json
|
356
|
+
query_string_params = {}
|
357
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
358
|
+
|
359
|
+
[uri, body, query_string_params]
|
360
|
+
end
|
361
|
+
|
362
|
+
##
|
363
|
+
# Baseline implementation for the set_ssl_policy REST call
|
364
|
+
#
|
365
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSslPolicyTargetSslProxyRequest]
|
366
|
+
# A request object representing the call parameters. Required.
|
367
|
+
# @param options [::Gapic::CallOptions]
|
368
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
369
|
+
#
|
370
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
371
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
372
|
+
# @yieldparam response [::Faraday::Response]
|
373
|
+
#
|
374
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
375
|
+
# A result object deserialized from the server's reply
|
376
|
+
def set_ssl_policy request_pb, options = nil
|
377
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
378
|
+
|
379
|
+
uri, body, query_string_params = transcode_set_ssl_policy_request request_pb
|
380
|
+
response = @client_stub.make_post_request(
|
381
|
+
uri: uri,
|
382
|
+
body: body,
|
383
|
+
params: query_string_params,
|
384
|
+
options: options
|
385
|
+
)
|
386
|
+
result = ::Google::Cloud::Compute::V1::Operation.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 set_ssl_policy REST call
|
394
|
+
#
|
395
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetSslPolicyTargetSslProxyRequest]
|
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_set_ssl_policy_request request_pb
|
400
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/targetSslProxies/#{request_pb.target_ssl_proxy}/setSslPolicy"
|
401
|
+
body = request_pb.ssl_policy_reference_resource.to_json
|
402
|
+
query_string_params = {}
|
403
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
404
|
+
|
405
|
+
[uri, body, query_string_params]
|
406
|
+
end
|
407
|
+
end
|
408
|
+
end
|
409
|
+
end
|
410
|
+
end
|
411
|
+
end
|
412
|
+
end
|
413
|
+
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/target_tcp_proxies/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The TargetTcpProxies API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :target_tcp_proxies_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
44
|
+
# @example
|
46
45
|
#
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
# end
|
46
|
+
# # Modify the configuration for all TargetTcpProxies clients
|
47
|
+
# ::Google::Cloud::Compute::V1::TargetTcpProxies::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,24 @@ 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.set_backend_service.timeout = 600.0
|
82
|
+
|
83
|
+
default_config.rpcs.set_proxy_header.timeout = 600.0
|
84
|
+
|
69
85
|
default_config
|
70
86
|
end
|
71
87
|
yield @configure if block_given?
|
@@ -95,28 +111,20 @@ module Google
|
|
95
111
|
##
|
96
112
|
# Create a new TargetTcpProxies REST client object.
|
97
113
|
#
|
98
|
-
#
|
114
|
+
# @example
|
99
115
|
#
|
100
|
-
#
|
101
|
-
#
|
116
|
+
# # Create a client using the default configuration
|
117
|
+
# client = ::Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client.new
|
102
118
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
119
|
+
# # Create a client using a custom configuration
|
120
|
+
# client = ::Google::Cloud::Compute::V1::TargetTcpProxies::Rest::Client.new do |config|
|
121
|
+
# config.timeout = 10.0
|
122
|
+
# end
|
111
123
|
#
|
112
124
|
# @yield [config] Configure the TargetTcpProxies client.
|
113
125
|
# @yieldparam config [Client::Configuration]
|
114
126
|
#
|
115
127
|
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
128
|
# Create the configuration object
|
121
129
|
@config = Configuration.new Client.configure
|
122
130
|
|
@@ -126,11 +134,11 @@ module Google
|
|
126
134
|
# Create credentials
|
127
135
|
credentials = @config.credentials
|
128
136
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
137
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
138
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
139
|
end
|
132
140
|
|
133
|
-
@
|
141
|
+
@target_tcp_proxies_stub = ::Google::Cloud::Compute::V1::TargetTcpProxies::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
142
|
end
|
135
143
|
|
136
144
|
# Service calls
|
@@ -165,11 +173,11 @@ module Google
|
|
165
173
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
166
174
|
# @param target_tcp_proxy [::String]
|
167
175
|
# Name of the TargetTcpProxy resource to delete.
|
168
|
-
# @yield [result,
|
169
|
-
# @yieldparam result [::
|
176
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
177
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
170
178
|
# @yieldparam response [::Faraday::Response]
|
171
179
|
#
|
172
|
-
# @return [::
|
180
|
+
# @return [::Gapic::Rest::BaseOperation]
|
173
181
|
#
|
174
182
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
175
183
|
def delete request, options = nil
|
@@ -181,7 +189,7 @@ module Google
|
|
181
189
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
182
190
|
|
183
191
|
# Customize the options with defaults
|
184
|
-
call_metadata =
|
192
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
185
193
|
|
186
194
|
# Set x-goog-api-client header
|
187
195
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -189,19 +197,17 @@ module Google
|
|
189
197
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
190
198
|
transports_version_send: [:rest]
|
191
199
|
|
192
|
-
options.apply_defaults timeout: @config.timeout,
|
200
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
193
201
|
metadata: call_metadata
|
194
202
|
|
195
|
-
|
196
|
-
|
197
|
-
uri: uri,
|
198
|
-
params: query_string_params,
|
199
|
-
options: options
|
200
|
-
)
|
201
|
-
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
|
202
205
|
|
203
|
-
|
204
|
-
|
206
|
+
@target_tcp_proxies_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
|
205
211
|
rescue ::Faraday::Error => e
|
206
212
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
207
213
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -231,7 +237,7 @@ module Google
|
|
231
237
|
# Project ID for this request.
|
232
238
|
# @param target_tcp_proxy [::String]
|
233
239
|
# Name of the TargetTcpProxy resource to return.
|
234
|
-
# @yield [result,
|
240
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
235
241
|
# @yieldparam result [::Google::Cloud::Compute::V1::TargetTcpProxy]
|
236
242
|
# @yieldparam response [::Faraday::Response]
|
237
243
|
#
|
@@ -247,7 +253,7 @@ module Google
|
|
247
253
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
248
254
|
|
249
255
|
# Customize the options with defaults
|
250
|
-
call_metadata =
|
256
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
251
257
|
|
252
258
|
# Set x-goog-api-client header
|
253
259
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -255,18 +261,16 @@ module Google
|
|
255
261
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
256
262
|
transports_version_send: [:rest]
|
257
263
|
|
258
|
-
options.apply_defaults timeout: @config.timeout,
|
264
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
259
265
|
metadata: call_metadata
|
260
266
|
|
261
|
-
|
262
|
-
|
263
|
-
uri: uri,
|
264
|
-
options: options
|
265
|
-
)
|
266
|
-
result = ::Google::Cloud::Compute::V1::TargetTcpProxy.decode_json response.body, ignore_unknown_fields: true
|
267
|
+
options.apply_defaults timeout: @config.timeout,
|
268
|
+
metadata: @config.metadata
|
267
269
|
|
268
|
-
|
269
|
-
|
270
|
+
@target_tcp_proxies_stub.get request, options do |result, response|
|
271
|
+
yield result, response if block_given?
|
272
|
+
return result
|
273
|
+
end
|
270
274
|
rescue ::Faraday::Error => e
|
271
275
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
272
276
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -302,11 +306,11 @@ module Google
|
|
302
306
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
303
307
|
# @param target_tcp_proxy_resource [::Google::Cloud::Compute::V1::TargetTcpProxy, ::Hash]
|
304
308
|
# The body resource for this request
|
305
|
-
# @yield [result,
|
306
|
-
# @yieldparam result [::
|
309
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
310
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
307
311
|
# @yieldparam response [::Faraday::Response]
|
308
312
|
#
|
309
|
-
# @return [::
|
313
|
+
# @return [::Gapic::Rest::BaseOperation]
|
310
314
|
#
|
311
315
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
312
316
|
def insert request, options = nil
|
@@ -318,7 +322,7 @@ module Google
|
|
318
322
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
319
323
|
|
320
324
|
# Customize the options with defaults
|
321
|
-
call_metadata =
|
325
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
322
326
|
|
323
327
|
# Set x-goog-api-client header
|
324
328
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -326,20 +330,17 @@ module Google
|
|
326
330
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
327
331
|
transports_version_send: [:rest]
|
328
332
|
|
329
|
-
options.apply_defaults timeout: @config.timeout,
|
333
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
330
334
|
metadata: call_metadata
|
331
335
|
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
yield result, response if block_given?
|
342
|
-
result
|
336
|
+
options.apply_defaults timeout: @config.timeout,
|
337
|
+
metadata: @config.metadata
|
338
|
+
|
339
|
+
@target_tcp_proxies_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
|
343
344
|
rescue ::Faraday::Error => e
|
344
345
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
345
346
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -386,12 +387,12 @@ module Google
|
|
386
387
|
# @param project [::String]
|
387
388
|
# Project ID for this request.
|
388
389
|
# @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::
|
390
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
391
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
392
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::TargetTcpProxy>]
|
392
393
|
# @yieldparam response [::Faraday::Response]
|
393
394
|
#
|
394
|
-
# @return [::Google::Cloud::Compute::V1::
|
395
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::TargetTcpProxy>]
|
395
396
|
#
|
396
397
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
397
398
|
def list request, options = nil
|
@@ -403,7 +404,7 @@ module Google
|
|
403
404
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
404
405
|
|
405
406
|
# Customize the options with defaults
|
406
|
-
call_metadata =
|
407
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
407
408
|
|
408
409
|
# Set x-goog-api-client header
|
409
410
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -411,19 +412,17 @@ module Google
|
|
411
412
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
412
413
|
transports_version_send: [:rest]
|
413
414
|
|
414
|
-
options.apply_defaults timeout: @config.timeout,
|
415
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
415
416
|
metadata: call_metadata
|
416
417
|
|
417
|
-
|
418
|
-
|
419
|
-
uri: uri,
|
420
|
-
params: query_string_params,
|
421
|
-
options: options
|
422
|
-
)
|
423
|
-
result = ::Google::Cloud::Compute::V1::TargetTcpProxyList.decode_json response.body, ignore_unknown_fields: true
|
418
|
+
options.apply_defaults timeout: @config.timeout,
|
419
|
+
metadata: @config.metadata
|
424
420
|
|
425
|
-
|
426
|
-
|
421
|
+
@target_tcp_proxies_stub.list request, options do |result, response|
|
422
|
+
result = ::Gapic::Rest::PagedEnumerable.new @target_tcp_proxies_stub, :list, "items", request, result, options
|
423
|
+
yield result, response if block_given?
|
424
|
+
return result
|
425
|
+
end
|
427
426
|
rescue ::Faraday::Error => e
|
428
427
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
429
428
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -461,11 +460,11 @@ module Google
|
|
461
460
|
# The body resource for this request
|
462
461
|
# @param target_tcp_proxy [::String]
|
463
462
|
# Name of the TargetTcpProxy resource whose BackendService resource is to be set.
|
464
|
-
# @yield [result,
|
465
|
-
# @yieldparam result [::
|
463
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
464
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
466
465
|
# @yieldparam response [::Faraday::Response]
|
467
466
|
#
|
468
|
-
# @return [::
|
467
|
+
# @return [::Gapic::Rest::BaseOperation]
|
469
468
|
#
|
470
469
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
471
470
|
def set_backend_service request, options = nil
|
@@ -477,7 +476,7 @@ module Google
|
|
477
476
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
478
477
|
|
479
478
|
# Customize the options with defaults
|
480
|
-
call_metadata =
|
479
|
+
call_metadata = @config.rpcs.set_backend_service.metadata.to_h
|
481
480
|
|
482
481
|
# Set x-goog-api-client header
|
483
482
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -485,20 +484,17 @@ module Google
|
|
485
484
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
486
485
|
transports_version_send: [:rest]
|
487
486
|
|
488
|
-
options.apply_defaults timeout: @config.timeout,
|
487
|
+
options.apply_defaults timeout: @config.rpcs.set_backend_service.timeout,
|
489
488
|
metadata: call_metadata
|
490
489
|
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
yield result, response if block_given?
|
501
|
-
result
|
490
|
+
options.apply_defaults timeout: @config.timeout,
|
491
|
+
metadata: @config.metadata
|
492
|
+
|
493
|
+
@target_tcp_proxies_stub.set_backend_service request, options do |result, response|
|
494
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
495
|
+
yield result, response if block_given?
|
496
|
+
return result
|
497
|
+
end
|
502
498
|
rescue ::Faraday::Error => e
|
503
499
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
504
500
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -536,11 +532,11 @@ module Google
|
|
536
532
|
# The body resource for this request
|
537
533
|
# @param target_tcp_proxy [::String]
|
538
534
|
# Name of the TargetTcpProxy resource whose ProxyHeader is to be set.
|
539
|
-
# @yield [result,
|
540
|
-
# @yieldparam result [::
|
535
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
536
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
541
537
|
# @yieldparam response [::Faraday::Response]
|
542
538
|
#
|
543
|
-
# @return [::
|
539
|
+
# @return [::Gapic::Rest::BaseOperation]
|
544
540
|
#
|
545
541
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
546
542
|
def set_proxy_header request, options = nil
|
@@ -552,7 +548,7 @@ module Google
|
|
552
548
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
553
549
|
|
554
550
|
# Customize the options with defaults
|
555
|
-
call_metadata =
|
551
|
+
call_metadata = @config.rpcs.set_proxy_header.metadata.to_h
|
556
552
|
|
557
553
|
# Set x-goog-api-client header
|
558
554
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -560,20 +556,17 @@ module Google
|
|
560
556
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
561
557
|
transports_version_send: [:rest]
|
562
558
|
|
563
|
-
options.apply_defaults timeout: @config.timeout,
|
559
|
+
options.apply_defaults timeout: @config.rpcs.set_proxy_header.timeout,
|
564
560
|
metadata: call_metadata
|
565
561
|
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
yield result, response if block_given?
|
576
|
-
result
|
562
|
+
options.apply_defaults timeout: @config.timeout,
|
563
|
+
metadata: @config.metadata
|
564
|
+
|
565
|
+
@target_tcp_proxies_stub.set_proxy_header request, options do |result, response|
|
566
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
567
|
+
yield result, response if block_given?
|
568
|
+
return result
|
569
|
+
end
|
577
570
|
rescue ::Faraday::Error => e
|
578
571
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
579
572
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -628,6 +621,9 @@ module Google
|
|
628
621
|
# @!attribute [rw] timeout
|
629
622
|
# The call timeout in seconds.
|
630
623
|
# @return [::Numeric]
|
624
|
+
# @!attribute [rw] metadata
|
625
|
+
# Additional REST headers to be sent with the call.
|
626
|
+
# @return [::Hash{::Symbol=>::String}]
|
631
627
|
#
|
632
628
|
class Configuration
|
633
629
|
extend ::Gapic::Config
|
@@ -641,6 +637,7 @@ module Google
|
|
641
637
|
config_attr :lib_name, nil, ::String, nil
|
642
638
|
config_attr :lib_version, nil, ::String, nil
|
643
639
|
config_attr :timeout, nil, ::Numeric, nil
|
640
|
+
config_attr :metadata, nil, ::Hash, nil
|
644
641
|
|
645
642
|
# @private
|
646
643
|
def initialize parent_config = nil
|
@@ -648,6 +645,81 @@ module Google
|
|
648
645
|
|
649
646
|
yield self if block_given?
|
650
647
|
end
|
648
|
+
|
649
|
+
##
|
650
|
+
# Configurations for individual RPCs
|
651
|
+
# @return [Rpcs]
|
652
|
+
#
|
653
|
+
def rpcs
|
654
|
+
@rpcs ||= begin
|
655
|
+
parent_rpcs = nil
|
656
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
657
|
+
Rpcs.new parent_rpcs
|
658
|
+
end
|
659
|
+
end
|
660
|
+
|
661
|
+
##
|
662
|
+
# Configuration RPC class for the TargetTcpProxies API.
|
663
|
+
#
|
664
|
+
# Includes fields providing the configuration for each RPC in this service.
|
665
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
666
|
+
# the following configuration fields:
|
667
|
+
#
|
668
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
669
|
+
#
|
670
|
+
# there is one other field (`retry_policy`) that can be set
|
671
|
+
# but is currently not supported for REST Gapic libraries.
|
672
|
+
#
|
673
|
+
class Rpcs
|
674
|
+
##
|
675
|
+
# RPC-specific configuration for `delete`
|
676
|
+
# @return [::Gapic::Config::Method]
|
677
|
+
#
|
678
|
+
attr_reader :delete
|
679
|
+
##
|
680
|
+
# RPC-specific configuration for `get`
|
681
|
+
# @return [::Gapic::Config::Method]
|
682
|
+
#
|
683
|
+
attr_reader :get
|
684
|
+
##
|
685
|
+
# RPC-specific configuration for `insert`
|
686
|
+
# @return [::Gapic::Config::Method]
|
687
|
+
#
|
688
|
+
attr_reader :insert
|
689
|
+
##
|
690
|
+
# RPC-specific configuration for `list`
|
691
|
+
# @return [::Gapic::Config::Method]
|
692
|
+
#
|
693
|
+
attr_reader :list
|
694
|
+
##
|
695
|
+
# RPC-specific configuration for `set_backend_service`
|
696
|
+
# @return [::Gapic::Config::Method]
|
697
|
+
#
|
698
|
+
attr_reader :set_backend_service
|
699
|
+
##
|
700
|
+
# RPC-specific configuration for `set_proxy_header`
|
701
|
+
# @return [::Gapic::Config::Method]
|
702
|
+
#
|
703
|
+
attr_reader :set_proxy_header
|
704
|
+
|
705
|
+
# @private
|
706
|
+
def initialize parent_rpcs = nil
|
707
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
708
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
709
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
710
|
+
@get = ::Gapic::Config::Method.new get_config
|
711
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
712
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
713
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
714
|
+
@list = ::Gapic::Config::Method.new list_config
|
715
|
+
set_backend_service_config = parent_rpcs.set_backend_service if parent_rpcs.respond_to? :set_backend_service
|
716
|
+
@set_backend_service = ::Gapic::Config::Method.new set_backend_service_config
|
717
|
+
set_proxy_header_config = parent_rpcs.set_proxy_header if parent_rpcs.respond_to? :set_proxy_header
|
718
|
+
@set_proxy_header = ::Gapic::Config::Method.new set_proxy_header_config
|
719
|
+
|
720
|
+
yield self if block_given?
|
721
|
+
end
|
722
|
+
end
|
651
723
|
end
|
652
724
|
end
|
653
725
|
end
|