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,275 @@
|
|
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 RegionHealthCheckServices
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the RegionHealthCheckServices 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::DeleteRegionHealthCheckServiceRequest]
|
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::DeleteRegionHealthCheckServiceRequest]
|
74
|
+
# A request object representing the call parameters. Required.
|
75
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
76
|
+
# Uri, Body, Query string parameters
|
77
|
+
def transcode_delete_request request_pb
|
78
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/healthCheckServices/#{request_pb.health_check_service}"
|
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::GetRegionHealthCheckServiceRequest]
|
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::HealthCheckService]
|
96
|
+
# @yieldparam response [::Faraday::Response]
|
97
|
+
#
|
98
|
+
# @return [::Google::Cloud::Compute::V1::HealthCheckService]
|
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::HealthCheckService.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::GetRegionHealthCheckServiceRequest]
|
118
|
+
# A request object representing the call parameters. Required.
|
119
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
120
|
+
# Uri, Body, Query string parameters
|
121
|
+
def transcode_get_request request_pb
|
122
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/healthCheckServices/#{request_pb.health_check_service}"
|
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::InsertRegionHealthCheckServiceRequest]
|
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::InsertRegionHealthCheckServiceRequest]
|
163
|
+
# A request object representing the call parameters. Required.
|
164
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
165
|
+
# Uri, Body, Query string parameters
|
166
|
+
def transcode_insert_request request_pb
|
167
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/healthCheckServices"
|
168
|
+
body = request_pb.health_check_service_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::ListRegionHealthCheckServicesRequest]
|
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::HealthCheckServicesList]
|
185
|
+
# @yieldparam response [::Faraday::Response]
|
186
|
+
#
|
187
|
+
# @return [::Google::Cloud::Compute::V1::HealthCheckServicesList]
|
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::HealthCheckServicesList.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::ListRegionHealthCheckServicesRequest]
|
208
|
+
# A request object representing the call parameters. Required.
|
209
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
210
|
+
# Uri, Body, Query string parameters
|
211
|
+
def transcode_list_request request_pb
|
212
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/healthCheckServices"
|
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 patch REST call
|
226
|
+
#
|
227
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchRegionHealthCheckServiceRequest]
|
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 patch request_pb, options = nil
|
239
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
240
|
+
|
241
|
+
uri, body, query_string_params = transcode_patch_request request_pb
|
242
|
+
response = @client_stub.make_patch_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 patch REST call
|
256
|
+
#
|
257
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchRegionHealthCheckServiceRequest]
|
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_patch_request request_pb
|
262
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/healthCheckServices/#{request_pb.health_check_service}"
|
263
|
+
body = request_pb.health_check_service_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
|
+
end
|
270
|
+
end
|
271
|
+
end
|
272
|
+
end
|
273
|
+
end
|
274
|
+
end
|
275
|
+
end
|
@@ -16,8 +16,6 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "gapic/rest"
|
20
|
-
require "google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding"
|
21
19
|
require "google/cloud/compute/v1/region_health_check_services/rest/client"
|
22
20
|
|
23
21
|
module Google
|
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/compute/v1/compute_pb"
|
21
|
+
require "google/cloud/compute/v1/region_health_checks/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The RegionHealthChecks API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :region_health_checks_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::RegionHealthChecks::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 RegionHealthChecks clients
|
47
|
+
# ::Google::Cloud::Compute::V1::RegionHealthChecks::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.patch.timeout = 600.0
|
82
|
+
|
83
|
+
default_config.rpcs.update.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 RegionHealthChecks 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::RegionHealthChecks::Rest::Client.new
|
102
118
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::RegionHealthChecks::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::RegionHealthChecks::Rest::Client.new do |config|
|
121
|
+
# config.timeout = 10.0
|
122
|
+
# end
|
111
123
|
#
|
112
124
|
# @yield [config] Configure the RegionHealthChecks 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
|
+
@region_health_checks_stub = ::Google::Cloud::Compute::V1::RegionHealthChecks::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
142
|
end
|
135
143
|
|
136
144
|
# Service calls
|
@@ -167,11 +175,11 @@ module Google
|
|
167
175
|
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
168
176
|
#
|
169
177
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
170
|
-
# @yield [result,
|
171
|
-
# @yieldparam result [::
|
178
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
179
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
172
180
|
# @yieldparam response [::Faraday::Response]
|
173
181
|
#
|
174
|
-
# @return [::
|
182
|
+
# @return [::Gapic::Rest::BaseOperation]
|
175
183
|
#
|
176
184
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
177
185
|
def delete request, options = nil
|
@@ -183,7 +191,7 @@ module Google
|
|
183
191
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
184
192
|
|
185
193
|
# Customize the options with defaults
|
186
|
-
call_metadata =
|
194
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
187
195
|
|
188
196
|
# Set x-goog-api-client header
|
189
197
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -191,19 +199,17 @@ module Google
|
|
191
199
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
192
200
|
transports_version_send: [:rest]
|
193
201
|
|
194
|
-
options.apply_defaults timeout: @config.timeout,
|
202
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
195
203
|
metadata: call_metadata
|
196
204
|
|
197
|
-
|
198
|
-
|
199
|
-
uri: uri,
|
200
|
-
params: query_string_params,
|
201
|
-
options: options
|
202
|
-
)
|
203
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
205
|
+
options.apply_defaults timeout: @config.timeout,
|
206
|
+
metadata: @config.metadata
|
204
207
|
|
205
|
-
|
206
|
-
|
208
|
+
@region_health_checks_stub.delete request, options do |result, response|
|
209
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
210
|
+
yield result, response if block_given?
|
211
|
+
return result
|
212
|
+
end
|
207
213
|
rescue ::Faraday::Error => e
|
208
214
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
209
215
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -235,7 +241,7 @@ module Google
|
|
235
241
|
# Project ID for this request.
|
236
242
|
# @param region [::String]
|
237
243
|
# Name of the region scoping this request.
|
238
|
-
# @yield [result,
|
244
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
239
245
|
# @yieldparam result [::Google::Cloud::Compute::V1::HealthCheck]
|
240
246
|
# @yieldparam response [::Faraday::Response]
|
241
247
|
#
|
@@ -251,7 +257,7 @@ module Google
|
|
251
257
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
252
258
|
|
253
259
|
# Customize the options with defaults
|
254
|
-
call_metadata =
|
260
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
255
261
|
|
256
262
|
# Set x-goog-api-client header
|
257
263
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -259,18 +265,16 @@ module Google
|
|
259
265
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
260
266
|
transports_version_send: [:rest]
|
261
267
|
|
262
|
-
options.apply_defaults timeout: @config.timeout,
|
268
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
263
269
|
metadata: call_metadata
|
264
270
|
|
265
|
-
|
266
|
-
|
267
|
-
uri: uri,
|
268
|
-
options: options
|
269
|
-
)
|
270
|
-
result = ::Google::Cloud::Compute::V1::HealthCheck.decode_json response.body, ignore_unknown_fields: true
|
271
|
+
options.apply_defaults timeout: @config.timeout,
|
272
|
+
metadata: @config.metadata
|
271
273
|
|
272
|
-
|
273
|
-
|
274
|
+
@region_health_checks_stub.get request, options do |result, response|
|
275
|
+
yield result, response if block_given?
|
276
|
+
return result
|
277
|
+
end
|
274
278
|
rescue ::Faraday::Error => e
|
275
279
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
276
280
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -308,11 +312,11 @@ module Google
|
|
308
312
|
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
309
313
|
#
|
310
314
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
311
|
-
# @yield [result,
|
312
|
-
# @yieldparam result [::
|
315
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
316
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
313
317
|
# @yieldparam response [::Faraday::Response]
|
314
318
|
#
|
315
|
-
# @return [::
|
319
|
+
# @return [::Gapic::Rest::BaseOperation]
|
316
320
|
#
|
317
321
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
318
322
|
def insert request, options = nil
|
@@ -324,7 +328,7 @@ module Google
|
|
324
328
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
325
329
|
|
326
330
|
# Customize the options with defaults
|
327
|
-
call_metadata =
|
331
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
328
332
|
|
329
333
|
# Set x-goog-api-client header
|
330
334
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -332,20 +336,17 @@ module Google
|
|
332
336
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
333
337
|
transports_version_send: [:rest]
|
334
338
|
|
335
|
-
options.apply_defaults timeout: @config.timeout,
|
339
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
336
340
|
metadata: call_metadata
|
337
341
|
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
yield result, response if block_given?
|
348
|
-
result
|
342
|
+
options.apply_defaults timeout: @config.timeout,
|
343
|
+
metadata: @config.metadata
|
344
|
+
|
345
|
+
@region_health_checks_stub.insert request, options do |result, response|
|
346
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
347
|
+
yield result, response if block_given?
|
348
|
+
return result
|
349
|
+
end
|
349
350
|
rescue ::Faraday::Error => e
|
350
351
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
351
352
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -394,12 +395,12 @@ module Google
|
|
394
395
|
# @param region [::String]
|
395
396
|
# Name of the region scoping this request.
|
396
397
|
# @param return_partial_success [::Boolean]
|
397
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
398
|
-
# @yield [result,
|
399
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
398
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
399
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
400
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::HealthCheck>]
|
400
401
|
# @yieldparam response [::Faraday::Response]
|
401
402
|
#
|
402
|
-
# @return [::Google::Cloud::Compute::V1::
|
403
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::HealthCheck>]
|
403
404
|
#
|
404
405
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
405
406
|
def list request, options = nil
|
@@ -411,7 +412,7 @@ module Google
|
|
411
412
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
412
413
|
|
413
414
|
# Customize the options with defaults
|
414
|
-
call_metadata =
|
415
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
415
416
|
|
416
417
|
# Set x-goog-api-client header
|
417
418
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -419,19 +420,17 @@ module Google
|
|
419
420
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
420
421
|
transports_version_send: [:rest]
|
421
422
|
|
422
|
-
options.apply_defaults timeout: @config.timeout,
|
423
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
423
424
|
metadata: call_metadata
|
424
425
|
|
425
|
-
|
426
|
-
|
427
|
-
uri: uri,
|
428
|
-
params: query_string_params,
|
429
|
-
options: options
|
430
|
-
)
|
431
|
-
result = ::Google::Cloud::Compute::V1::HealthCheckList.decode_json response.body, ignore_unknown_fields: true
|
426
|
+
options.apply_defaults timeout: @config.timeout,
|
427
|
+
metadata: @config.metadata
|
432
428
|
|
433
|
-
|
434
|
-
|
429
|
+
@region_health_checks_stub.list request, options do |result, response|
|
430
|
+
result = ::Gapic::Rest::PagedEnumerable.new @region_health_checks_stub, :list, "items", request, result, options
|
431
|
+
yield result, response if block_given?
|
432
|
+
return result
|
433
|
+
end
|
435
434
|
rescue ::Faraday::Error => e
|
436
435
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
437
436
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -471,11 +470,11 @@ module Google
|
|
471
470
|
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
472
471
|
#
|
473
472
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
474
|
-
# @yield [result,
|
475
|
-
# @yieldparam result [::
|
473
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
474
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
476
475
|
# @yieldparam response [::Faraday::Response]
|
477
476
|
#
|
478
|
-
# @return [::
|
477
|
+
# @return [::Gapic::Rest::BaseOperation]
|
479
478
|
#
|
480
479
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
481
480
|
def patch request, options = nil
|
@@ -487,7 +486,7 @@ module Google
|
|
487
486
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
488
487
|
|
489
488
|
# Customize the options with defaults
|
490
|
-
call_metadata =
|
489
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
491
490
|
|
492
491
|
# Set x-goog-api-client header
|
493
492
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -495,20 +494,17 @@ module Google
|
|
495
494
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
496
495
|
transports_version_send: [:rest]
|
497
496
|
|
498
|
-
options.apply_defaults timeout: @config.timeout,
|
497
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
499
498
|
metadata: call_metadata
|
500
499
|
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
yield result, response if block_given?
|
511
|
-
result
|
500
|
+
options.apply_defaults timeout: @config.timeout,
|
501
|
+
metadata: @config.metadata
|
502
|
+
|
503
|
+
@region_health_checks_stub.patch request, options do |result, response|
|
504
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
505
|
+
yield result, response if block_given?
|
506
|
+
return result
|
507
|
+
end
|
512
508
|
rescue ::Faraday::Error => e
|
513
509
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
514
510
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -548,11 +544,11 @@ module Google
|
|
548
544
|
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
549
545
|
#
|
550
546
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
551
|
-
# @yield [result,
|
552
|
-
# @yieldparam result [::
|
547
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
548
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
553
549
|
# @yieldparam response [::Faraday::Response]
|
554
550
|
#
|
555
|
-
# @return [::
|
551
|
+
# @return [::Gapic::Rest::BaseOperation]
|
556
552
|
#
|
557
553
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
558
554
|
def update request, options = nil
|
@@ -564,7 +560,7 @@ module Google
|
|
564
560
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
565
561
|
|
566
562
|
# Customize the options with defaults
|
567
|
-
call_metadata =
|
563
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
568
564
|
|
569
565
|
# Set x-goog-api-client header
|
570
566
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -572,20 +568,17 @@ module Google
|
|
572
568
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
573
569
|
transports_version_send: [:rest]
|
574
570
|
|
575
|
-
options.apply_defaults timeout: @config.timeout,
|
571
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
576
572
|
metadata: call_metadata
|
577
573
|
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
yield result, response if block_given?
|
588
|
-
result
|
574
|
+
options.apply_defaults timeout: @config.timeout,
|
575
|
+
metadata: @config.metadata
|
576
|
+
|
577
|
+
@region_health_checks_stub.update request, options do |result, response|
|
578
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
579
|
+
yield result, response if block_given?
|
580
|
+
return result
|
581
|
+
end
|
589
582
|
rescue ::Faraday::Error => e
|
590
583
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
591
584
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -640,6 +633,9 @@ module Google
|
|
640
633
|
# @!attribute [rw] timeout
|
641
634
|
# The call timeout in seconds.
|
642
635
|
# @return [::Numeric]
|
636
|
+
# @!attribute [rw] metadata
|
637
|
+
# Additional REST headers to be sent with the call.
|
638
|
+
# @return [::Hash{::Symbol=>::String}]
|
643
639
|
#
|
644
640
|
class Configuration
|
645
641
|
extend ::Gapic::Config
|
@@ -653,6 +649,7 @@ module Google
|
|
653
649
|
config_attr :lib_name, nil, ::String, nil
|
654
650
|
config_attr :lib_version, nil, ::String, nil
|
655
651
|
config_attr :timeout, nil, ::Numeric, nil
|
652
|
+
config_attr :metadata, nil, ::Hash, nil
|
656
653
|
|
657
654
|
# @private
|
658
655
|
def initialize parent_config = nil
|
@@ -660,6 +657,81 @@ module Google
|
|
660
657
|
|
661
658
|
yield self if block_given?
|
662
659
|
end
|
660
|
+
|
661
|
+
##
|
662
|
+
# Configurations for individual RPCs
|
663
|
+
# @return [Rpcs]
|
664
|
+
#
|
665
|
+
def rpcs
|
666
|
+
@rpcs ||= begin
|
667
|
+
parent_rpcs = nil
|
668
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
669
|
+
Rpcs.new parent_rpcs
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
673
|
+
##
|
674
|
+
# Configuration RPC class for the RegionHealthChecks API.
|
675
|
+
#
|
676
|
+
# Includes fields providing the configuration for each RPC in this service.
|
677
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
678
|
+
# the following configuration fields:
|
679
|
+
#
|
680
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
681
|
+
#
|
682
|
+
# there is one other field (`retry_policy`) that can be set
|
683
|
+
# but is currently not supported for REST Gapic libraries.
|
684
|
+
#
|
685
|
+
class Rpcs
|
686
|
+
##
|
687
|
+
# RPC-specific configuration for `delete`
|
688
|
+
# @return [::Gapic::Config::Method]
|
689
|
+
#
|
690
|
+
attr_reader :delete
|
691
|
+
##
|
692
|
+
# RPC-specific configuration for `get`
|
693
|
+
# @return [::Gapic::Config::Method]
|
694
|
+
#
|
695
|
+
attr_reader :get
|
696
|
+
##
|
697
|
+
# RPC-specific configuration for `insert`
|
698
|
+
# @return [::Gapic::Config::Method]
|
699
|
+
#
|
700
|
+
attr_reader :insert
|
701
|
+
##
|
702
|
+
# RPC-specific configuration for `list`
|
703
|
+
# @return [::Gapic::Config::Method]
|
704
|
+
#
|
705
|
+
attr_reader :list
|
706
|
+
##
|
707
|
+
# RPC-specific configuration for `patch`
|
708
|
+
# @return [::Gapic::Config::Method]
|
709
|
+
#
|
710
|
+
attr_reader :patch
|
711
|
+
##
|
712
|
+
# RPC-specific configuration for `update`
|
713
|
+
# @return [::Gapic::Config::Method]
|
714
|
+
#
|
715
|
+
attr_reader :update
|
716
|
+
|
717
|
+
# @private
|
718
|
+
def initialize parent_rpcs = nil
|
719
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
720
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
721
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
722
|
+
@get = ::Gapic::Config::Method.new get_config
|
723
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
724
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
725
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
726
|
+
@list = ::Gapic::Config::Method.new list_config
|
727
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
728
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
729
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
730
|
+
@update = ::Gapic::Config::Method.new update_config
|
731
|
+
|
732
|
+
yield self if block_given?
|
733
|
+
end
|
734
|
+
end
|
663
735
|
end
|
664
736
|
end
|
665
737
|
end
|