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,373 @@
|
|
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 Autoscalers
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the Autoscalers service.
|
29
|
+
# service stub contains baseline method implementations
|
30
|
+
# including transcoding, making the REST call and deserialing the response
|
31
|
+
#
|
32
|
+
class ServiceStub
|
33
|
+
def initialize endpoint:, credentials:
|
34
|
+
# These require statements are intentionally placed here to initialize
|
35
|
+
# the REST modules only when it's required.
|
36
|
+
require "gapic/rest"
|
37
|
+
|
38
|
+
@client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials
|
39
|
+
end
|
40
|
+
|
41
|
+
##
|
42
|
+
# Baseline implementation for the aggregated_list REST call
|
43
|
+
#
|
44
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListAutoscalersRequest]
|
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::AutoscalerAggregatedList]
|
51
|
+
# @yieldparam response [::Faraday::Response]
|
52
|
+
#
|
53
|
+
# @return [::Google::Cloud::Compute::V1::AutoscalerAggregatedList]
|
54
|
+
# A result object deserialized from the server's reply
|
55
|
+
def aggregated_list request_pb, options = nil
|
56
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
57
|
+
|
58
|
+
uri, _body, query_string_params = transcode_aggregated_list_request request_pb
|
59
|
+
response = @client_stub.make_get_request(
|
60
|
+
uri: uri,
|
61
|
+
params: query_string_params,
|
62
|
+
options: options
|
63
|
+
)
|
64
|
+
result = ::Google::Cloud::Compute::V1::AutoscalerAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
65
|
+
|
66
|
+
yield result, response if block_given?
|
67
|
+
result
|
68
|
+
end
|
69
|
+
|
70
|
+
##
|
71
|
+
# GRPC transcoding helper method for the aggregated_list REST call
|
72
|
+
#
|
73
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListAutoscalersRequest]
|
74
|
+
# A request object representing the call parameters. Required.
|
75
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
76
|
+
# Uri, Body, Query string parameters
|
77
|
+
def transcode_aggregated_list_request request_pb
|
78
|
+
uri = "/compute/v1/projects/#{request_pb.project}/aggregated/autoscalers"
|
79
|
+
body = nil
|
80
|
+
query_string_params = {}
|
81
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
82
|
+
query_string_params["includeAllScopes"] = request_pb.include_all_scopes.to_s if request_pb.has_include_all_scopes?
|
83
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
84
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
85
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
86
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
87
|
+
|
88
|
+
[uri, body, query_string_params]
|
89
|
+
end
|
90
|
+
|
91
|
+
##
|
92
|
+
# Baseline implementation for the delete REST call
|
93
|
+
#
|
94
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteAutoscalerRequest]
|
95
|
+
# A request object representing the call parameters. Required.
|
96
|
+
# @param options [::Gapic::CallOptions]
|
97
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
98
|
+
#
|
99
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
100
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
101
|
+
# @yieldparam response [::Faraday::Response]
|
102
|
+
#
|
103
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
104
|
+
# A result object deserialized from the server's reply
|
105
|
+
def delete request_pb, options = nil
|
106
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
107
|
+
|
108
|
+
uri, _body, query_string_params = transcode_delete_request request_pb
|
109
|
+
response = @client_stub.make_delete_request(
|
110
|
+
uri: uri,
|
111
|
+
params: query_string_params,
|
112
|
+
options: options
|
113
|
+
)
|
114
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
115
|
+
|
116
|
+
yield result, response if block_given?
|
117
|
+
result
|
118
|
+
end
|
119
|
+
|
120
|
+
##
|
121
|
+
# GRPC transcoding helper method for the delete REST call
|
122
|
+
#
|
123
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteAutoscalerRequest]
|
124
|
+
# A request object representing the call parameters. Required.
|
125
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
126
|
+
# Uri, Body, Query string parameters
|
127
|
+
def transcode_delete_request request_pb
|
128
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/autoscalers/#{request_pb.autoscaler}"
|
129
|
+
body = nil
|
130
|
+
query_string_params = {}
|
131
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
132
|
+
|
133
|
+
[uri, body, query_string_params]
|
134
|
+
end
|
135
|
+
|
136
|
+
##
|
137
|
+
# Baseline implementation for the get REST call
|
138
|
+
#
|
139
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetAutoscalerRequest]
|
140
|
+
# A request object representing the call parameters. Required.
|
141
|
+
# @param options [::Gapic::CallOptions]
|
142
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
143
|
+
#
|
144
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
145
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Autoscaler]
|
146
|
+
# @yieldparam response [::Faraday::Response]
|
147
|
+
#
|
148
|
+
# @return [::Google::Cloud::Compute::V1::Autoscaler]
|
149
|
+
# A result object deserialized from the server's reply
|
150
|
+
def get request_pb, options = nil
|
151
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
152
|
+
|
153
|
+
uri, _body, _query_string_params = transcode_get_request request_pb
|
154
|
+
response = @client_stub.make_get_request(
|
155
|
+
uri: uri,
|
156
|
+
options: options
|
157
|
+
)
|
158
|
+
result = ::Google::Cloud::Compute::V1::Autoscaler.decode_json response.body, ignore_unknown_fields: true
|
159
|
+
|
160
|
+
yield result, response if block_given?
|
161
|
+
result
|
162
|
+
end
|
163
|
+
|
164
|
+
##
|
165
|
+
# GRPC transcoding helper method for the get REST call
|
166
|
+
#
|
167
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetAutoscalerRequest]
|
168
|
+
# A request object representing the call parameters. Required.
|
169
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
170
|
+
# Uri, Body, Query string parameters
|
171
|
+
def transcode_get_request request_pb
|
172
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/autoscalers/#{request_pb.autoscaler}"
|
173
|
+
body = nil
|
174
|
+
query_string_params = {}
|
175
|
+
|
176
|
+
[uri, body, query_string_params]
|
177
|
+
end
|
178
|
+
|
179
|
+
##
|
180
|
+
# Baseline implementation for the insert REST call
|
181
|
+
#
|
182
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertAutoscalerRequest]
|
183
|
+
# A request object representing the call parameters. Required.
|
184
|
+
# @param options [::Gapic::CallOptions]
|
185
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
186
|
+
#
|
187
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
188
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
189
|
+
# @yieldparam response [::Faraday::Response]
|
190
|
+
#
|
191
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
192
|
+
# A result object deserialized from the server's reply
|
193
|
+
def insert request_pb, options = nil
|
194
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
195
|
+
|
196
|
+
uri, body, query_string_params = transcode_insert_request request_pb
|
197
|
+
response = @client_stub.make_post_request(
|
198
|
+
uri: uri,
|
199
|
+
body: body,
|
200
|
+
params: query_string_params,
|
201
|
+
options: options
|
202
|
+
)
|
203
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
204
|
+
|
205
|
+
yield result, response if block_given?
|
206
|
+
result
|
207
|
+
end
|
208
|
+
|
209
|
+
##
|
210
|
+
# GRPC transcoding helper method for the insert REST call
|
211
|
+
#
|
212
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertAutoscalerRequest]
|
213
|
+
# A request object representing the call parameters. Required.
|
214
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
215
|
+
# Uri, Body, Query string parameters
|
216
|
+
def transcode_insert_request request_pb
|
217
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/autoscalers"
|
218
|
+
body = request_pb.autoscaler_resource.to_json
|
219
|
+
query_string_params = {}
|
220
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
221
|
+
|
222
|
+
[uri, body, query_string_params]
|
223
|
+
end
|
224
|
+
|
225
|
+
##
|
226
|
+
# Baseline implementation for the list REST call
|
227
|
+
#
|
228
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListAutoscalersRequest]
|
229
|
+
# A request object representing the call parameters. Required.
|
230
|
+
# @param options [::Gapic::CallOptions]
|
231
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
232
|
+
#
|
233
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
234
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::AutoscalerList]
|
235
|
+
# @yieldparam response [::Faraday::Response]
|
236
|
+
#
|
237
|
+
# @return [::Google::Cloud::Compute::V1::AutoscalerList]
|
238
|
+
# A result object deserialized from the server's reply
|
239
|
+
def list request_pb, options = nil
|
240
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
241
|
+
|
242
|
+
uri, _body, query_string_params = transcode_list_request request_pb
|
243
|
+
response = @client_stub.make_get_request(
|
244
|
+
uri: uri,
|
245
|
+
params: query_string_params,
|
246
|
+
options: options
|
247
|
+
)
|
248
|
+
result = ::Google::Cloud::Compute::V1::AutoscalerList.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 list REST call
|
256
|
+
#
|
257
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListAutoscalersRequest]
|
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_list_request request_pb
|
262
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/autoscalers"
|
263
|
+
body = nil
|
264
|
+
query_string_params = {}
|
265
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
266
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
267
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
268
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
269
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
270
|
+
|
271
|
+
[uri, body, query_string_params]
|
272
|
+
end
|
273
|
+
|
274
|
+
##
|
275
|
+
# Baseline implementation for the patch REST call
|
276
|
+
#
|
277
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchAutoscalerRequest]
|
278
|
+
# A request object representing the call parameters. Required.
|
279
|
+
# @param options [::Gapic::CallOptions]
|
280
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
281
|
+
#
|
282
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
283
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
284
|
+
# @yieldparam response [::Faraday::Response]
|
285
|
+
#
|
286
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
287
|
+
# A result object deserialized from the server's reply
|
288
|
+
def patch request_pb, options = nil
|
289
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
290
|
+
|
291
|
+
uri, body, query_string_params = transcode_patch_request request_pb
|
292
|
+
response = @client_stub.make_patch_request(
|
293
|
+
uri: uri,
|
294
|
+
body: body,
|
295
|
+
params: query_string_params,
|
296
|
+
options: options
|
297
|
+
)
|
298
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
299
|
+
|
300
|
+
yield result, response if block_given?
|
301
|
+
result
|
302
|
+
end
|
303
|
+
|
304
|
+
##
|
305
|
+
# GRPC transcoding helper method for the patch REST call
|
306
|
+
#
|
307
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchAutoscalerRequest]
|
308
|
+
# A request object representing the call parameters. Required.
|
309
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
310
|
+
# Uri, Body, Query string parameters
|
311
|
+
def transcode_patch_request request_pb
|
312
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/autoscalers"
|
313
|
+
body = request_pb.autoscaler_resource.to_json
|
314
|
+
query_string_params = {}
|
315
|
+
query_string_params["autoscaler"] = request_pb.autoscaler.to_s if request_pb.has_autoscaler?
|
316
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
317
|
+
|
318
|
+
[uri, body, query_string_params]
|
319
|
+
end
|
320
|
+
|
321
|
+
##
|
322
|
+
# Baseline implementation for the update REST call
|
323
|
+
#
|
324
|
+
# @param request_pb [::Google::Cloud::Compute::V1::UpdateAutoscalerRequest]
|
325
|
+
# A request object representing the call parameters. Required.
|
326
|
+
# @param options [::Gapic::CallOptions]
|
327
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
328
|
+
#
|
329
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
330
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
331
|
+
# @yieldparam response [::Faraday::Response]
|
332
|
+
#
|
333
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
334
|
+
# A result object deserialized from the server's reply
|
335
|
+
def update request_pb, options = nil
|
336
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
337
|
+
|
338
|
+
uri, body, query_string_params = transcode_update_request request_pb
|
339
|
+
response = @client_stub.make_put_request(
|
340
|
+
uri: uri,
|
341
|
+
body: body,
|
342
|
+
params: query_string_params,
|
343
|
+
options: options
|
344
|
+
)
|
345
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
346
|
+
|
347
|
+
yield result, response if block_given?
|
348
|
+
result
|
349
|
+
end
|
350
|
+
|
351
|
+
##
|
352
|
+
# GRPC transcoding helper method for the update REST call
|
353
|
+
#
|
354
|
+
# @param request_pb [::Google::Cloud::Compute::V1::UpdateAutoscalerRequest]
|
355
|
+
# A request object representing the call parameters. Required.
|
356
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
357
|
+
# Uri, Body, Query string parameters
|
358
|
+
def transcode_update_request request_pb
|
359
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/autoscalers"
|
360
|
+
body = request_pb.autoscaler_resource.to_json
|
361
|
+
query_string_params = {}
|
362
|
+
query_string_params["autoscaler"] = request_pb.autoscaler.to_s if request_pb.has_autoscaler?
|
363
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
364
|
+
|
365
|
+
[uri, body, query_string_params]
|
366
|
+
end
|
367
|
+
end
|
368
|
+
end
|
369
|
+
end
|
370
|
+
end
|
371
|
+
end
|
372
|
+
end
|
373
|
+
end
|
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/compute/v1/compute_pb"
|
21
|
+
require "google/cloud/compute/v1/backend_buckets/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The BackendBuckets API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :backend_buckets_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::BackendBuckets::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all BackendBuckets clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all BackendBuckets clients
|
47
|
+
# ::Google::Cloud::Compute::V1::BackendBuckets::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,28 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.add_signed_url_key.timeout = 600.0
|
68
|
+
|
69
|
+
default_config.rpcs.delete.timeout = 600.0
|
70
|
+
|
71
|
+
default_config.rpcs.delete_signed_url_key.timeout = 600.0
|
72
|
+
|
73
|
+
default_config.rpcs.get.timeout = 600.0
|
74
|
+
default_config.rpcs.get.retry_policy = {
|
75
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
76
|
+
}
|
77
|
+
|
78
|
+
default_config.rpcs.insert.timeout = 600.0
|
79
|
+
|
80
|
+
default_config.rpcs.list.timeout = 600.0
|
81
|
+
default_config.rpcs.list.retry_policy = {
|
82
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
83
|
+
}
|
84
|
+
|
85
|
+
default_config.rpcs.patch.timeout = 600.0
|
86
|
+
|
87
|
+
default_config.rpcs.update.timeout = 600.0
|
88
|
+
|
69
89
|
default_config
|
70
90
|
end
|
71
91
|
yield @configure if block_given?
|
@@ -95,28 +115,20 @@ module Google
|
|
95
115
|
##
|
96
116
|
# Create a new BackendBuckets REST client object.
|
97
117
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# To create a new BackendBuckets REST client with the default
|
101
|
-
# configuration:
|
118
|
+
# @example
|
102
119
|
#
|
103
|
-
#
|
120
|
+
# # Create a client using the default configuration
|
121
|
+
# client = ::Google::Cloud::Compute::V1::BackendBuckets::Rest::Client.new
|
104
122
|
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
123
|
+
# # Create a client using a custom configuration
|
124
|
+
# client = ::Google::Cloud::Compute::V1::BackendBuckets::Rest::Client.new do |config|
|
125
|
+
# config.timeout = 10.0
|
126
|
+
# end
|
111
127
|
#
|
112
128
|
# @yield [config] Configure the BackendBuckets client.
|
113
129
|
# @yieldparam config [Client::Configuration]
|
114
130
|
#
|
115
131
|
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
132
|
# Create the configuration object
|
121
133
|
@config = Configuration.new Client.configure
|
122
134
|
|
@@ -126,11 +138,11 @@ module Google
|
|
126
138
|
# Create credentials
|
127
139
|
credentials = @config.credentials
|
128
140
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
141
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
142
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
143
|
end
|
132
144
|
|
133
|
-
@
|
145
|
+
@backend_buckets_stub = ::Google::Cloud::Compute::V1::BackendBuckets::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
146
|
end
|
135
147
|
|
136
148
|
# Service calls
|
@@ -167,11 +179,11 @@ module Google
|
|
167
179
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
168
180
|
# @param signed_url_key_resource [::Google::Cloud::Compute::V1::SignedUrlKey, ::Hash]
|
169
181
|
# The body resource for this request
|
170
|
-
# @yield [result,
|
171
|
-
# @yieldparam result [::
|
182
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
183
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
172
184
|
# @yieldparam response [::Faraday::Response]
|
173
185
|
#
|
174
|
-
# @return [::
|
186
|
+
# @return [::Gapic::Rest::BaseOperation]
|
175
187
|
#
|
176
188
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
177
189
|
def add_signed_url_key request, options = nil
|
@@ -183,7 +195,7 @@ module Google
|
|
183
195
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
184
196
|
|
185
197
|
# Customize the options with defaults
|
186
|
-
call_metadata =
|
198
|
+
call_metadata = @config.rpcs.add_signed_url_key.metadata.to_h
|
187
199
|
|
188
200
|
# Set x-goog-api-client header
|
189
201
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -191,20 +203,17 @@ module Google
|
|
191
203
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
192
204
|
transports_version_send: [:rest]
|
193
205
|
|
194
|
-
options.apply_defaults timeout: @config.timeout,
|
206
|
+
options.apply_defaults timeout: @config.rpcs.add_signed_url_key.timeout,
|
195
207
|
metadata: call_metadata
|
196
208
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
yield result, response if block_given?
|
207
|
-
result
|
209
|
+
options.apply_defaults timeout: @config.timeout,
|
210
|
+
metadata: @config.metadata
|
211
|
+
|
212
|
+
@backend_buckets_stub.add_signed_url_key request, options do |result, response|
|
213
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
214
|
+
yield result, response if block_given?
|
215
|
+
return result
|
216
|
+
end
|
208
217
|
rescue ::Faraday::Error => e
|
209
218
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
210
219
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -240,11 +249,11 @@ module Google
|
|
240
249
|
# 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.
|
241
250
|
#
|
242
251
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
243
|
-
# @yield [result,
|
244
|
-
# @yieldparam result [::
|
252
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
253
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
245
254
|
# @yieldparam response [::Faraday::Response]
|
246
255
|
#
|
247
|
-
# @return [::
|
256
|
+
# @return [::Gapic::Rest::BaseOperation]
|
248
257
|
#
|
249
258
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
250
259
|
def delete request, options = nil
|
@@ -256,7 +265,7 @@ module Google
|
|
256
265
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
257
266
|
|
258
267
|
# Customize the options with defaults
|
259
|
-
call_metadata =
|
268
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
260
269
|
|
261
270
|
# Set x-goog-api-client header
|
262
271
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -264,19 +273,17 @@ module Google
|
|
264
273
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
265
274
|
transports_version_send: [:rest]
|
266
275
|
|
267
|
-
options.apply_defaults timeout: @config.timeout,
|
276
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
268
277
|
metadata: call_metadata
|
269
278
|
|
270
|
-
|
271
|
-
|
272
|
-
uri: uri,
|
273
|
-
params: query_string_params,
|
274
|
-
options: options
|
275
|
-
)
|
276
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
279
|
+
options.apply_defaults timeout: @config.timeout,
|
280
|
+
metadata: @config.metadata
|
277
281
|
|
278
|
-
|
279
|
-
|
282
|
+
@backend_buckets_stub.delete request, options do |result, response|
|
283
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
284
|
+
yield result, response if block_given?
|
285
|
+
return result
|
286
|
+
end
|
280
287
|
rescue ::Faraday::Error => e
|
281
288
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
282
289
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -314,11 +321,11 @@ module Google
|
|
314
321
|
# 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.
|
315
322
|
#
|
316
323
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
317
|
-
# @yield [result,
|
318
|
-
# @yieldparam result [::
|
324
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
325
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
319
326
|
# @yieldparam response [::Faraday::Response]
|
320
327
|
#
|
321
|
-
# @return [::
|
328
|
+
# @return [::Gapic::Rest::BaseOperation]
|
322
329
|
#
|
323
330
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
324
331
|
def delete_signed_url_key request, options = nil
|
@@ -330,7 +337,7 @@ module Google
|
|
330
337
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
331
338
|
|
332
339
|
# Customize the options with defaults
|
333
|
-
call_metadata =
|
340
|
+
call_metadata = @config.rpcs.delete_signed_url_key.metadata.to_h
|
334
341
|
|
335
342
|
# Set x-goog-api-client header
|
336
343
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -338,19 +345,17 @@ module Google
|
|
338
345
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
339
346
|
transports_version_send: [:rest]
|
340
347
|
|
341
|
-
options.apply_defaults timeout: @config.timeout,
|
348
|
+
options.apply_defaults timeout: @config.rpcs.delete_signed_url_key.timeout,
|
342
349
|
metadata: call_metadata
|
343
350
|
|
344
|
-
|
345
|
-
|
346
|
-
uri: uri,
|
347
|
-
params: query_string_params,
|
348
|
-
options: options
|
349
|
-
)
|
350
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
351
|
+
options.apply_defaults timeout: @config.timeout,
|
352
|
+
metadata: @config.metadata
|
351
353
|
|
352
|
-
|
353
|
-
|
354
|
+
@backend_buckets_stub.delete_signed_url_key request, options do |result, response|
|
355
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
356
|
+
yield result, response if block_given?
|
357
|
+
return result
|
358
|
+
end
|
354
359
|
rescue ::Faraday::Error => e
|
355
360
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
356
361
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -380,7 +385,7 @@ module Google
|
|
380
385
|
# Name of the BackendBucket resource to return.
|
381
386
|
# @param project [::String]
|
382
387
|
# Project ID for this request.
|
383
|
-
# @yield [result,
|
388
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
384
389
|
# @yieldparam result [::Google::Cloud::Compute::V1::BackendBucket]
|
385
390
|
# @yieldparam response [::Faraday::Response]
|
386
391
|
#
|
@@ -396,7 +401,7 @@ module Google
|
|
396
401
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
397
402
|
|
398
403
|
# Customize the options with defaults
|
399
|
-
call_metadata =
|
404
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
400
405
|
|
401
406
|
# Set x-goog-api-client header
|
402
407
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -404,18 +409,16 @@ module Google
|
|
404
409
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
405
410
|
transports_version_send: [:rest]
|
406
411
|
|
407
|
-
options.apply_defaults timeout: @config.timeout,
|
412
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
408
413
|
metadata: call_metadata
|
409
414
|
|
410
|
-
|
411
|
-
|
412
|
-
uri: uri,
|
413
|
-
options: options
|
414
|
-
)
|
415
|
-
result = ::Google::Cloud::Compute::V1::BackendBucket.decode_json response.body, ignore_unknown_fields: true
|
415
|
+
options.apply_defaults timeout: @config.timeout,
|
416
|
+
metadata: @config.metadata
|
416
417
|
|
417
|
-
|
418
|
-
|
418
|
+
@backend_buckets_stub.get request, options do |result, response|
|
419
|
+
yield result, response if block_given?
|
420
|
+
return result
|
421
|
+
end
|
419
422
|
rescue ::Faraday::Error => e
|
420
423
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
421
424
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -451,11 +454,11 @@ module Google
|
|
451
454
|
# 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.
|
452
455
|
#
|
453
456
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
454
|
-
# @yield [result,
|
455
|
-
# @yieldparam result [::
|
457
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
458
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
456
459
|
# @yieldparam response [::Faraday::Response]
|
457
460
|
#
|
458
|
-
# @return [::
|
461
|
+
# @return [::Gapic::Rest::BaseOperation]
|
459
462
|
#
|
460
463
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
461
464
|
def insert request, options = nil
|
@@ -467,7 +470,7 @@ module Google
|
|
467
470
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
468
471
|
|
469
472
|
# Customize the options with defaults
|
470
|
-
call_metadata =
|
473
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
471
474
|
|
472
475
|
# Set x-goog-api-client header
|
473
476
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -475,20 +478,17 @@ module Google
|
|
475
478
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
476
479
|
transports_version_send: [:rest]
|
477
480
|
|
478
|
-
options.apply_defaults timeout: @config.timeout,
|
481
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
479
482
|
metadata: call_metadata
|
480
483
|
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
yield result, response if block_given?
|
491
|
-
result
|
484
|
+
options.apply_defaults timeout: @config.timeout,
|
485
|
+
metadata: @config.metadata
|
486
|
+
|
487
|
+
@backend_buckets_stub.insert request, options do |result, response|
|
488
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
489
|
+
yield result, response if block_given?
|
490
|
+
return result
|
491
|
+
end
|
492
492
|
rescue ::Faraday::Error => e
|
493
493
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
494
494
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -535,12 +535,12 @@ module Google
|
|
535
535
|
# @param project [::String]
|
536
536
|
# Project ID for this request.
|
537
537
|
# @param return_partial_success [::Boolean]
|
538
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
539
|
-
# @yield [result,
|
540
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
538
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
539
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
540
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendBucket>]
|
541
541
|
# @yieldparam response [::Faraday::Response]
|
542
542
|
#
|
543
|
-
# @return [::Google::Cloud::Compute::V1::
|
543
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendBucket>]
|
544
544
|
#
|
545
545
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
546
546
|
def list request, options = nil
|
@@ -552,7 +552,7 @@ module Google
|
|
552
552
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
553
553
|
|
554
554
|
# Customize the options with defaults
|
555
|
-
call_metadata =
|
555
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
556
556
|
|
557
557
|
# Set x-goog-api-client header
|
558
558
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -560,19 +560,17 @@ module Google
|
|
560
560
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
561
561
|
transports_version_send: [:rest]
|
562
562
|
|
563
|
-
options.apply_defaults timeout: @config.timeout,
|
563
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
564
564
|
metadata: call_metadata
|
565
565
|
|
566
|
-
|
567
|
-
|
568
|
-
uri: uri,
|
569
|
-
params: query_string_params,
|
570
|
-
options: options
|
571
|
-
)
|
572
|
-
result = ::Google::Cloud::Compute::V1::BackendBucketList.decode_json response.body, ignore_unknown_fields: true
|
566
|
+
options.apply_defaults timeout: @config.timeout,
|
567
|
+
metadata: @config.metadata
|
573
568
|
|
574
|
-
|
575
|
-
|
569
|
+
@backend_buckets_stub.list request, options do |result, response|
|
570
|
+
result = ::Gapic::Rest::PagedEnumerable.new @backend_buckets_stub, :list, "items", request, result, options
|
571
|
+
yield result, response if block_given?
|
572
|
+
return result
|
573
|
+
end
|
576
574
|
rescue ::Faraday::Error => e
|
577
575
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
578
576
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -610,11 +608,11 @@ module Google
|
|
610
608
|
# 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.
|
611
609
|
#
|
612
610
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
613
|
-
# @yield [result,
|
614
|
-
# @yieldparam result [::
|
611
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
612
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
615
613
|
# @yieldparam response [::Faraday::Response]
|
616
614
|
#
|
617
|
-
# @return [::
|
615
|
+
# @return [::Gapic::Rest::BaseOperation]
|
618
616
|
#
|
619
617
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
620
618
|
def patch request, options = nil
|
@@ -626,7 +624,7 @@ module Google
|
|
626
624
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
627
625
|
|
628
626
|
# Customize the options with defaults
|
629
|
-
call_metadata =
|
627
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
630
628
|
|
631
629
|
# Set x-goog-api-client header
|
632
630
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -634,20 +632,17 @@ module Google
|
|
634
632
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
635
633
|
transports_version_send: [:rest]
|
636
634
|
|
637
|
-
options.apply_defaults timeout: @config.timeout,
|
635
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
638
636
|
metadata: call_metadata
|
639
637
|
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
yield result, response if block_given?
|
650
|
-
result
|
638
|
+
options.apply_defaults timeout: @config.timeout,
|
639
|
+
metadata: @config.metadata
|
640
|
+
|
641
|
+
@backend_buckets_stub.patch request, options do |result, response|
|
642
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
643
|
+
yield result, response if block_given?
|
644
|
+
return result
|
645
|
+
end
|
651
646
|
rescue ::Faraday::Error => e
|
652
647
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
653
648
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -685,11 +680,11 @@ module Google
|
|
685
680
|
# 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.
|
686
681
|
#
|
687
682
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
688
|
-
# @yield [result,
|
689
|
-
# @yieldparam result [::
|
683
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
684
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
690
685
|
# @yieldparam response [::Faraday::Response]
|
691
686
|
#
|
692
|
-
# @return [::
|
687
|
+
# @return [::Gapic::Rest::BaseOperation]
|
693
688
|
#
|
694
689
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
695
690
|
def update request, options = nil
|
@@ -701,7 +696,7 @@ module Google
|
|
701
696
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
702
697
|
|
703
698
|
# Customize the options with defaults
|
704
|
-
call_metadata =
|
699
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
705
700
|
|
706
701
|
# Set x-goog-api-client header
|
707
702
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -709,20 +704,17 @@ module Google
|
|
709
704
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
710
705
|
transports_version_send: [:rest]
|
711
706
|
|
712
|
-
options.apply_defaults timeout: @config.timeout,
|
707
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
713
708
|
metadata: call_metadata
|
714
709
|
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
yield result, response if block_given?
|
725
|
-
result
|
710
|
+
options.apply_defaults timeout: @config.timeout,
|
711
|
+
metadata: @config.metadata
|
712
|
+
|
713
|
+
@backend_buckets_stub.update request, options do |result, response|
|
714
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
715
|
+
yield result, response if block_given?
|
716
|
+
return result
|
717
|
+
end
|
726
718
|
rescue ::Faraday::Error => e
|
727
719
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
728
720
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -777,6 +769,9 @@ module Google
|
|
777
769
|
# @!attribute [rw] timeout
|
778
770
|
# The call timeout in seconds.
|
779
771
|
# @return [::Numeric]
|
772
|
+
# @!attribute [rw] metadata
|
773
|
+
# Additional REST headers to be sent with the call.
|
774
|
+
# @return [::Hash{::Symbol=>::String}]
|
780
775
|
#
|
781
776
|
class Configuration
|
782
777
|
extend ::Gapic::Config
|
@@ -790,6 +785,7 @@ module Google
|
|
790
785
|
config_attr :lib_name, nil, ::String, nil
|
791
786
|
config_attr :lib_version, nil, ::String, nil
|
792
787
|
config_attr :timeout, nil, ::Numeric, nil
|
788
|
+
config_attr :metadata, nil, ::Hash, nil
|
793
789
|
|
794
790
|
# @private
|
795
791
|
def initialize parent_config = nil
|
@@ -797,6 +793,95 @@ module Google
|
|
797
793
|
|
798
794
|
yield self if block_given?
|
799
795
|
end
|
796
|
+
|
797
|
+
##
|
798
|
+
# Configurations for individual RPCs
|
799
|
+
# @return [Rpcs]
|
800
|
+
#
|
801
|
+
def rpcs
|
802
|
+
@rpcs ||= begin
|
803
|
+
parent_rpcs = nil
|
804
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
805
|
+
Rpcs.new parent_rpcs
|
806
|
+
end
|
807
|
+
end
|
808
|
+
|
809
|
+
##
|
810
|
+
# Configuration RPC class for the BackendBuckets API.
|
811
|
+
#
|
812
|
+
# Includes fields providing the configuration for each RPC in this service.
|
813
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
814
|
+
# the following configuration fields:
|
815
|
+
#
|
816
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
817
|
+
#
|
818
|
+
# there is one other field (`retry_policy`) that can be set
|
819
|
+
# but is currently not supported for REST Gapic libraries.
|
820
|
+
#
|
821
|
+
class Rpcs
|
822
|
+
##
|
823
|
+
# RPC-specific configuration for `add_signed_url_key`
|
824
|
+
# @return [::Gapic::Config::Method]
|
825
|
+
#
|
826
|
+
attr_reader :add_signed_url_key
|
827
|
+
##
|
828
|
+
# RPC-specific configuration for `delete`
|
829
|
+
# @return [::Gapic::Config::Method]
|
830
|
+
#
|
831
|
+
attr_reader :delete
|
832
|
+
##
|
833
|
+
# RPC-specific configuration for `delete_signed_url_key`
|
834
|
+
# @return [::Gapic::Config::Method]
|
835
|
+
#
|
836
|
+
attr_reader :delete_signed_url_key
|
837
|
+
##
|
838
|
+
# RPC-specific configuration for `get`
|
839
|
+
# @return [::Gapic::Config::Method]
|
840
|
+
#
|
841
|
+
attr_reader :get
|
842
|
+
##
|
843
|
+
# RPC-specific configuration for `insert`
|
844
|
+
# @return [::Gapic::Config::Method]
|
845
|
+
#
|
846
|
+
attr_reader :insert
|
847
|
+
##
|
848
|
+
# RPC-specific configuration for `list`
|
849
|
+
# @return [::Gapic::Config::Method]
|
850
|
+
#
|
851
|
+
attr_reader :list
|
852
|
+
##
|
853
|
+
# RPC-specific configuration for `patch`
|
854
|
+
# @return [::Gapic::Config::Method]
|
855
|
+
#
|
856
|
+
attr_reader :patch
|
857
|
+
##
|
858
|
+
# RPC-specific configuration for `update`
|
859
|
+
# @return [::Gapic::Config::Method]
|
860
|
+
#
|
861
|
+
attr_reader :update
|
862
|
+
|
863
|
+
# @private
|
864
|
+
def initialize parent_rpcs = nil
|
865
|
+
add_signed_url_key_config = parent_rpcs.add_signed_url_key if parent_rpcs.respond_to? :add_signed_url_key
|
866
|
+
@add_signed_url_key = ::Gapic::Config::Method.new add_signed_url_key_config
|
867
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
868
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
869
|
+
delete_signed_url_key_config = parent_rpcs.delete_signed_url_key if parent_rpcs.respond_to? :delete_signed_url_key
|
870
|
+
@delete_signed_url_key = ::Gapic::Config::Method.new delete_signed_url_key_config
|
871
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
872
|
+
@get = ::Gapic::Config::Method.new get_config
|
873
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
874
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
875
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
876
|
+
@list = ::Gapic::Config::Method.new list_config
|
877
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
878
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
879
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
880
|
+
@update = ::Gapic::Config::Method.new update_config
|
881
|
+
|
882
|
+
yield self if block_given?
|
883
|
+
end
|
884
|
+
end
|
800
885
|
end
|
801
886
|
end
|
802
887
|
end
|