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,186 @@
|
|
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 GlobalOrganizationOperations
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the GlobalOrganizationOperations 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::DeleteGlobalOrganizationOperationRequest]
|
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::DeleteGlobalOrganizationOperationResponse]
|
51
|
+
# @yieldparam response [::Faraday::Response]
|
52
|
+
#
|
53
|
+
# @return [::Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationResponse]
|
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::DeleteGlobalOrganizationOperationResponse.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::DeleteGlobalOrganizationOperationRequest]
|
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/locations/global/operations/#{request_pb.operation}"
|
79
|
+
body = nil
|
80
|
+
query_string_params = {}
|
81
|
+
query_string_params["parentId"] = request_pb.parent_id.to_s if request_pb.has_parent_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::GetGlobalOrganizationOperationRequest]
|
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::Operation]
|
96
|
+
# @yieldparam response [::Faraday::Response]
|
97
|
+
#
|
98
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
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
|
+
params: query_string_params,
|
107
|
+
options: options
|
108
|
+
)
|
109
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
110
|
+
|
111
|
+
yield result, response if block_given?
|
112
|
+
result
|
113
|
+
end
|
114
|
+
|
115
|
+
##
|
116
|
+
# GRPC transcoding helper method for the get REST call
|
117
|
+
#
|
118
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetGlobalOrganizationOperationRequest]
|
119
|
+
# A request object representing the call parameters. Required.
|
120
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
121
|
+
# Uri, Body, Query string parameters
|
122
|
+
def transcode_get_request request_pb
|
123
|
+
uri = "/compute/v1/locations/global/operations/#{request_pb.operation}"
|
124
|
+
body = nil
|
125
|
+
query_string_params = {}
|
126
|
+
query_string_params["parentId"] = request_pb.parent_id.to_s if request_pb.has_parent_id?
|
127
|
+
|
128
|
+
[uri, body, query_string_params]
|
129
|
+
end
|
130
|
+
|
131
|
+
##
|
132
|
+
# Baseline implementation for the list REST call
|
133
|
+
#
|
134
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListGlobalOrganizationOperationsRequest]
|
135
|
+
# A request object representing the call parameters. Required.
|
136
|
+
# @param options [::Gapic::CallOptions]
|
137
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
138
|
+
#
|
139
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
140
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::OperationList]
|
141
|
+
# @yieldparam response [::Faraday::Response]
|
142
|
+
#
|
143
|
+
# @return [::Google::Cloud::Compute::V1::OperationList]
|
144
|
+
# A result object deserialized from the server's reply
|
145
|
+
def list request_pb, options = nil
|
146
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
147
|
+
|
148
|
+
uri, _body, query_string_params = transcode_list_request request_pb
|
149
|
+
response = @client_stub.make_get_request(
|
150
|
+
uri: uri,
|
151
|
+
params: query_string_params,
|
152
|
+
options: options
|
153
|
+
)
|
154
|
+
result = ::Google::Cloud::Compute::V1::OperationList.decode_json response.body, ignore_unknown_fields: true
|
155
|
+
|
156
|
+
yield result, response if block_given?
|
157
|
+
result
|
158
|
+
end
|
159
|
+
|
160
|
+
##
|
161
|
+
# GRPC transcoding helper method for the list REST call
|
162
|
+
#
|
163
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListGlobalOrganizationOperationsRequest]
|
164
|
+
# A request object representing the call parameters. Required.
|
165
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
166
|
+
# Uri, Body, Query string parameters
|
167
|
+
def transcode_list_request request_pb
|
168
|
+
uri = "/compute/v1/locations/global/operations"
|
169
|
+
body = nil
|
170
|
+
query_string_params = {}
|
171
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
172
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
173
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
174
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
175
|
+
query_string_params["parentId"] = request_pb.parent_id.to_s if request_pb.has_parent_id?
|
176
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
177
|
+
|
178
|
+
[uri, body, query_string_params]
|
179
|
+
end
|
180
|
+
end
|
181
|
+
end
|
182
|
+
end
|
183
|
+
end
|
184
|
+
end
|
185
|
+
end
|
186
|
+
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/global_organization_operations/rest/grpc_transcoding"
|
21
19
|
require "google/cloud/compute/v1/global_organization_operations/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/global_public_delegated_prefixes/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The GlobalPublicDelegatedPrefixes API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :global_public_delegated_prefixes_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::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 GlobalPublicDelegatedPrefixes clients
|
47
|
+
# ::Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::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,22 @@ 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
|
+
|
69
83
|
default_config
|
70
84
|
end
|
71
85
|
yield @configure if block_given?
|
@@ -95,28 +109,20 @@ module Google
|
|
95
109
|
##
|
96
110
|
# Create a new GlobalPublicDelegatedPrefixes REST client object.
|
97
111
|
#
|
98
|
-
#
|
112
|
+
# @example
|
99
113
|
#
|
100
|
-
#
|
101
|
-
#
|
114
|
+
# # Create a client using the default configuration
|
115
|
+
# client = ::Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::Rest::Client.new
|
102
116
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
117
|
+
# # Create a client using a custom configuration
|
118
|
+
# client = ::Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::Rest::Client.new do |config|
|
119
|
+
# config.timeout = 10.0
|
120
|
+
# end
|
111
121
|
#
|
112
122
|
# @yield [config] Configure the GlobalPublicDelegatedPrefixes client.
|
113
123
|
# @yieldparam config [Client::Configuration]
|
114
124
|
#
|
115
125
|
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
126
|
# Create the configuration object
|
121
127
|
@config = Configuration.new Client.configure
|
122
128
|
|
@@ -126,11 +132,11 @@ module Google
|
|
126
132
|
# Create credentials
|
127
133
|
credentials = @config.credentials
|
128
134
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
135
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
136
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
137
|
end
|
132
138
|
|
133
|
-
@
|
139
|
+
@global_public_delegated_prefixes_stub = ::Google::Cloud::Compute::V1::GlobalPublicDelegatedPrefixes::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
140
|
end
|
135
141
|
|
136
142
|
# Service calls
|
@@ -165,11 +171,11 @@ module Google
|
|
165
171
|
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
166
172
|
#
|
167
173
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
168
|
-
# @yield [result,
|
169
|
-
# @yieldparam result [::
|
174
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
175
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
170
176
|
# @yieldparam response [::Faraday::Response]
|
171
177
|
#
|
172
|
-
# @return [::
|
178
|
+
# @return [::Gapic::Rest::BaseOperation]
|
173
179
|
#
|
174
180
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
175
181
|
def delete request, options = nil
|
@@ -181,26 +187,25 @@ module Google
|
|
181
187
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
182
188
|
|
183
189
|
# Customize the options with defaults
|
184
|
-
call_metadata =
|
190
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
185
191
|
|
186
192
|
# Set x-goog-api-client header
|
187
193
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
188
194
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
189
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
195
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
196
|
+
transports_version_send: [:rest]
|
190
197
|
|
191
|
-
options.apply_defaults timeout: @config.timeout,
|
198
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
192
199
|
metadata: call_metadata
|
193
200
|
|
194
|
-
|
195
|
-
|
196
|
-
uri: uri,
|
197
|
-
params: query_string_params,
|
198
|
-
options: options
|
199
|
-
)
|
200
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
201
|
+
options.apply_defaults timeout: @config.timeout,
|
202
|
+
metadata: @config.metadata
|
201
203
|
|
202
|
-
|
203
|
-
|
204
|
+
@global_public_delegated_prefixes_stub.delete request, options do |result, response|
|
205
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
206
|
+
yield result, response if block_given?
|
207
|
+
return result
|
208
|
+
end
|
204
209
|
rescue ::Faraday::Error => e
|
205
210
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
206
211
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -230,7 +235,7 @@ module Google
|
|
230
235
|
# Project ID for this request.
|
231
236
|
# @param public_delegated_prefix [::String]
|
232
237
|
# Name of the PublicDelegatedPrefix resource to return.
|
233
|
-
# @yield [result,
|
238
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
234
239
|
# @yieldparam result [::Google::Cloud::Compute::V1::PublicDelegatedPrefix]
|
235
240
|
# @yieldparam response [::Faraday::Response]
|
236
241
|
#
|
@@ -246,25 +251,24 @@ module Google
|
|
246
251
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
247
252
|
|
248
253
|
# Customize the options with defaults
|
249
|
-
call_metadata =
|
254
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
250
255
|
|
251
256
|
# Set x-goog-api-client header
|
252
257
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
253
258
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
254
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
259
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
260
|
+
transports_version_send: [:rest]
|
255
261
|
|
256
|
-
options.apply_defaults timeout: @config.timeout,
|
262
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
257
263
|
metadata: call_metadata
|
258
264
|
|
259
|
-
|
260
|
-
|
261
|
-
uri: uri,
|
262
|
-
options: options
|
263
|
-
)
|
264
|
-
result = ::Google::Cloud::Compute::V1::PublicDelegatedPrefix.decode_json response.body, ignore_unknown_fields: true
|
265
|
+
options.apply_defaults timeout: @config.timeout,
|
266
|
+
metadata: @config.metadata
|
265
267
|
|
266
|
-
|
267
|
-
|
268
|
+
@global_public_delegated_prefixes_stub.get request, options do |result, response|
|
269
|
+
yield result, response if block_given?
|
270
|
+
return result
|
271
|
+
end
|
268
272
|
rescue ::Faraday::Error => e
|
269
273
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
270
274
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -300,11 +304,11 @@ module Google
|
|
300
304
|
# 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.
|
301
305
|
#
|
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
|
-
# @yield [result,
|
304
|
-
# @yieldparam result [::
|
307
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
308
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
305
309
|
# @yieldparam response [::Faraday::Response]
|
306
310
|
#
|
307
|
-
# @return [::
|
311
|
+
# @return [::Gapic::Rest::BaseOperation]
|
308
312
|
#
|
309
313
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
310
314
|
def insert request, options = nil
|
@@ -316,26 +320,25 @@ module Google
|
|
316
320
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
317
321
|
|
318
322
|
# Customize the options with defaults
|
319
|
-
call_metadata =
|
323
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
320
324
|
|
321
325
|
# Set x-goog-api-client header
|
322
326
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
323
327
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
324
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
328
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
329
|
+
transports_version_send: [:rest]
|
325
330
|
|
326
|
-
options.apply_defaults timeout: @config.timeout,
|
331
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
327
332
|
metadata: call_metadata
|
328
333
|
|
329
|
-
|
330
|
-
|
331
|
-
uri: uri,
|
332
|
-
body: body,
|
333
|
-
options: options
|
334
|
-
)
|
335
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
334
|
+
options.apply_defaults timeout: @config.timeout,
|
335
|
+
metadata: @config.metadata
|
336
336
|
|
337
|
-
|
338
|
-
|
337
|
+
@global_public_delegated_prefixes_stub.insert request, options do |result, response|
|
338
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
339
|
+
yield result, response if block_given?
|
340
|
+
return result
|
341
|
+
end
|
339
342
|
rescue ::Faraday::Error => e
|
340
343
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
341
344
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -383,11 +386,11 @@ module Google
|
|
383
386
|
# Project ID for this request.
|
384
387
|
# @param return_partial_success [::Boolean]
|
385
388
|
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
386
|
-
# @yield [result,
|
387
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
389
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
390
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::PublicDelegatedPrefix>]
|
388
391
|
# @yieldparam response [::Faraday::Response]
|
389
392
|
#
|
390
|
-
# @return [::Google::Cloud::Compute::V1::
|
393
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::PublicDelegatedPrefix>]
|
391
394
|
#
|
392
395
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
393
396
|
def list request, options = nil
|
@@ -399,26 +402,25 @@ module Google
|
|
399
402
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
400
403
|
|
401
404
|
# Customize the options with defaults
|
402
|
-
call_metadata =
|
405
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
403
406
|
|
404
407
|
# Set x-goog-api-client header
|
405
408
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
406
409
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
407
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
410
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
411
|
+
transports_version_send: [:rest]
|
408
412
|
|
409
|
-
options.apply_defaults timeout: @config.timeout,
|
413
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
410
414
|
metadata: call_metadata
|
411
415
|
|
412
|
-
|
413
|
-
|
414
|
-
uri: uri,
|
415
|
-
params: query_string_params,
|
416
|
-
options: options
|
417
|
-
)
|
418
|
-
result = ::Google::Cloud::Compute::V1::PublicDelegatedPrefixList.decode_json response.body, ignore_unknown_fields: true
|
416
|
+
options.apply_defaults timeout: @config.timeout,
|
417
|
+
metadata: @config.metadata
|
419
418
|
|
420
|
-
|
421
|
-
|
419
|
+
@global_public_delegated_prefixes_stub.list request, options do |result, response|
|
420
|
+
result = ::Gapic::Rest::PagedEnumerable.new @global_public_delegated_prefixes_stub, :list, "items", request, result, options
|
421
|
+
yield result, response if block_given?
|
422
|
+
return result
|
423
|
+
end
|
422
424
|
rescue ::Faraday::Error => e
|
423
425
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
424
426
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -456,11 +458,11 @@ module Google
|
|
456
458
|
# 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.
|
457
459
|
#
|
458
460
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
459
|
-
# @yield [result,
|
460
|
-
# @yieldparam result [::
|
461
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
462
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
461
463
|
# @yieldparam response [::Faraday::Response]
|
462
464
|
#
|
463
|
-
# @return [::
|
465
|
+
# @return [::Gapic::Rest::BaseOperation]
|
464
466
|
#
|
465
467
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
466
468
|
def patch request, options = nil
|
@@ -472,26 +474,25 @@ module Google
|
|
472
474
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
473
475
|
|
474
476
|
# Customize the options with defaults
|
475
|
-
call_metadata =
|
477
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
476
478
|
|
477
479
|
# Set x-goog-api-client header
|
478
480
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
479
481
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
480
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
482
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
483
|
+
transports_version_send: [:rest]
|
481
484
|
|
482
|
-
options.apply_defaults timeout: @config.timeout,
|
485
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
483
486
|
metadata: call_metadata
|
484
487
|
|
485
|
-
|
486
|
-
|
487
|
-
uri: uri,
|
488
|
-
body: body,
|
489
|
-
options: options
|
490
|
-
)
|
491
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
488
|
+
options.apply_defaults timeout: @config.timeout,
|
489
|
+
metadata: @config.metadata
|
492
490
|
|
493
|
-
|
494
|
-
|
491
|
+
@global_public_delegated_prefixes_stub.patch request, options do |result, response|
|
492
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
493
|
+
yield result, response if block_given?
|
494
|
+
return result
|
495
|
+
end
|
495
496
|
rescue ::Faraday::Error => e
|
496
497
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
497
498
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -546,6 +547,9 @@ module Google
|
|
546
547
|
# @!attribute [rw] timeout
|
547
548
|
# The call timeout in seconds.
|
548
549
|
# @return [::Numeric]
|
550
|
+
# @!attribute [rw] metadata
|
551
|
+
# Additional REST headers to be sent with the call.
|
552
|
+
# @return [::Hash{::Symbol=>::String}]
|
549
553
|
#
|
550
554
|
class Configuration
|
551
555
|
extend ::Gapic::Config
|
@@ -559,6 +563,7 @@ module Google
|
|
559
563
|
config_attr :lib_name, nil, ::String, nil
|
560
564
|
config_attr :lib_version, nil, ::String, nil
|
561
565
|
config_attr :timeout, nil, ::Numeric, nil
|
566
|
+
config_attr :metadata, nil, ::Hash, nil
|
562
567
|
|
563
568
|
# @private
|
564
569
|
def initialize parent_config = nil
|
@@ -566,6 +571,74 @@ module Google
|
|
566
571
|
|
567
572
|
yield self if block_given?
|
568
573
|
end
|
574
|
+
|
575
|
+
##
|
576
|
+
# Configurations for individual RPCs
|
577
|
+
# @return [Rpcs]
|
578
|
+
#
|
579
|
+
def rpcs
|
580
|
+
@rpcs ||= begin
|
581
|
+
parent_rpcs = nil
|
582
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
583
|
+
Rpcs.new parent_rpcs
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
587
|
+
##
|
588
|
+
# Configuration RPC class for the GlobalPublicDelegatedPrefixes API.
|
589
|
+
#
|
590
|
+
# Includes fields providing the configuration for each RPC in this service.
|
591
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
592
|
+
# the following configuration fields:
|
593
|
+
#
|
594
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
595
|
+
#
|
596
|
+
# there is one other field (`retry_policy`) that can be set
|
597
|
+
# but is currently not supported for REST Gapic libraries.
|
598
|
+
#
|
599
|
+
class Rpcs
|
600
|
+
##
|
601
|
+
# RPC-specific configuration for `delete`
|
602
|
+
# @return [::Gapic::Config::Method]
|
603
|
+
#
|
604
|
+
attr_reader :delete
|
605
|
+
##
|
606
|
+
# RPC-specific configuration for `get`
|
607
|
+
# @return [::Gapic::Config::Method]
|
608
|
+
#
|
609
|
+
attr_reader :get
|
610
|
+
##
|
611
|
+
# RPC-specific configuration for `insert`
|
612
|
+
# @return [::Gapic::Config::Method]
|
613
|
+
#
|
614
|
+
attr_reader :insert
|
615
|
+
##
|
616
|
+
# RPC-specific configuration for `list`
|
617
|
+
# @return [::Gapic::Config::Method]
|
618
|
+
#
|
619
|
+
attr_reader :list
|
620
|
+
##
|
621
|
+
# RPC-specific configuration for `patch`
|
622
|
+
# @return [::Gapic::Config::Method]
|
623
|
+
#
|
624
|
+
attr_reader :patch
|
625
|
+
|
626
|
+
# @private
|
627
|
+
def initialize parent_rpcs = nil
|
628
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
629
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
630
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
631
|
+
@get = ::Gapic::Config::Method.new get_config
|
632
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
633
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
634
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
635
|
+
@list = ::Gapic::Config::Method.new list_config
|
636
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
637
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
638
|
+
|
639
|
+
yield self if block_given?
|
640
|
+
end
|
641
|
+
end
|
569
642
|
end
|
570
643
|
end
|
571
644
|
end
|