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,138 @@
|
|
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 RegionDiskTypes
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the RegionDiskTypes 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 get REST call
|
43
|
+
#
|
44
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionDiskTypeRequest]
|
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::DiskType]
|
51
|
+
# @yieldparam response [::Faraday::Response]
|
52
|
+
#
|
53
|
+
# @return [::Google::Cloud::Compute::V1::DiskType]
|
54
|
+
# A result object deserialized from the server's reply
|
55
|
+
def get request_pb, options = nil
|
56
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
57
|
+
|
58
|
+
uri, _body, _query_string_params = transcode_get_request request_pb
|
59
|
+
response = @client_stub.make_get_request(
|
60
|
+
uri: uri,
|
61
|
+
options: options
|
62
|
+
)
|
63
|
+
result = ::Google::Cloud::Compute::V1::DiskType.decode_json response.body, ignore_unknown_fields: true
|
64
|
+
|
65
|
+
yield result, response if block_given?
|
66
|
+
result
|
67
|
+
end
|
68
|
+
|
69
|
+
##
|
70
|
+
# GRPC transcoding helper method for the get REST call
|
71
|
+
#
|
72
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionDiskTypeRequest]
|
73
|
+
# A request object representing the call parameters. Required.
|
74
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
75
|
+
# Uri, Body, Query string parameters
|
76
|
+
def transcode_get_request request_pb
|
77
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/diskTypes/#{request_pb.disk_type}"
|
78
|
+
body = nil
|
79
|
+
query_string_params = {}
|
80
|
+
|
81
|
+
[uri, body, query_string_params]
|
82
|
+
end
|
83
|
+
|
84
|
+
##
|
85
|
+
# Baseline implementation for the list REST call
|
86
|
+
#
|
87
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionDiskTypesRequest]
|
88
|
+
# A request object representing the call parameters. Required.
|
89
|
+
# @param options [::Gapic::CallOptions]
|
90
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
91
|
+
#
|
92
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
93
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::RegionDiskTypeList]
|
94
|
+
# @yieldparam response [::Faraday::Response]
|
95
|
+
#
|
96
|
+
# @return [::Google::Cloud::Compute::V1::RegionDiskTypeList]
|
97
|
+
# A result object deserialized from the server's reply
|
98
|
+
def list request_pb, options = nil
|
99
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
100
|
+
|
101
|
+
uri, _body, query_string_params = transcode_list_request request_pb
|
102
|
+
response = @client_stub.make_get_request(
|
103
|
+
uri: uri,
|
104
|
+
params: query_string_params,
|
105
|
+
options: options
|
106
|
+
)
|
107
|
+
result = ::Google::Cloud::Compute::V1::RegionDiskTypeList.decode_json response.body, ignore_unknown_fields: true
|
108
|
+
|
109
|
+
yield result, response if block_given?
|
110
|
+
result
|
111
|
+
end
|
112
|
+
|
113
|
+
##
|
114
|
+
# GRPC transcoding helper method for the list REST call
|
115
|
+
#
|
116
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionDiskTypesRequest]
|
117
|
+
# A request object representing the call parameters. Required.
|
118
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
119
|
+
# Uri, Body, Query string parameters
|
120
|
+
def transcode_list_request request_pb
|
121
|
+
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/diskTypes"
|
122
|
+
body = nil
|
123
|
+
query_string_params = {}
|
124
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
125
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
126
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
127
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
128
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
129
|
+
|
130
|
+
[uri, body, query_string_params]
|
131
|
+
end
|
132
|
+
end
|
133
|
+
end
|
134
|
+
end
|
135
|
+
end
|
136
|
+
end
|
137
|
+
end
|
138
|
+
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/region_disks/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The RegionDisks API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :region_disks_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::RegionDisks::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 RegionDisks clients
|
47
|
+
# ::Google::Cloud::Compute::V1::RegionDisks::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,39 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.add_resource_policies.timeout = 600.0
|
68
|
+
|
69
|
+
default_config.rpcs.create_snapshot.timeout = 600.0
|
70
|
+
|
71
|
+
default_config.rpcs.delete.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.get_iam_policy.timeout = 600.0
|
79
|
+
default_config.rpcs.get_iam_policy.retry_policy = {
|
80
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
81
|
+
}
|
82
|
+
|
83
|
+
default_config.rpcs.insert.timeout = 600.0
|
84
|
+
|
85
|
+
default_config.rpcs.list.timeout = 600.0
|
86
|
+
default_config.rpcs.list.retry_policy = {
|
87
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
88
|
+
}
|
89
|
+
|
90
|
+
default_config.rpcs.remove_resource_policies.timeout = 600.0
|
91
|
+
|
92
|
+
default_config.rpcs.resize.timeout = 600.0
|
93
|
+
|
94
|
+
default_config.rpcs.set_iam_policy.timeout = 600.0
|
95
|
+
|
96
|
+
default_config.rpcs.set_labels.timeout = 600.0
|
97
|
+
|
98
|
+
default_config.rpcs.test_iam_permissions.timeout = 600.0
|
99
|
+
|
69
100
|
default_config
|
70
101
|
end
|
71
102
|
yield @configure if block_given?
|
@@ -95,28 +126,20 @@ module Google
|
|
95
126
|
##
|
96
127
|
# Create a new RegionDisks REST client object.
|
97
128
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# To create a new RegionDisks REST client with the default
|
101
|
-
# configuration:
|
129
|
+
# @example
|
102
130
|
#
|
103
|
-
#
|
131
|
+
# # Create a client using the default configuration
|
132
|
+
# client = ::Google::Cloud::Compute::V1::RegionDisks::Rest::Client.new
|
104
133
|
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
134
|
+
# # Create a client using a custom configuration
|
135
|
+
# client = ::Google::Cloud::Compute::V1::RegionDisks::Rest::Client.new do |config|
|
136
|
+
# config.timeout = 10.0
|
137
|
+
# end
|
111
138
|
#
|
112
139
|
# @yield [config] Configure the RegionDisks client.
|
113
140
|
# @yieldparam config [Client::Configuration]
|
114
141
|
#
|
115
142
|
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
143
|
# Create the configuration object
|
121
144
|
@config = Configuration.new Client.configure
|
122
145
|
|
@@ -126,11 +149,11 @@ module Google
|
|
126
149
|
# Create credentials
|
127
150
|
credentials = @config.credentials
|
128
151
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
152
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
153
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
154
|
end
|
132
155
|
|
133
|
-
@
|
156
|
+
@region_disks_stub = ::Google::Cloud::Compute::V1::RegionDisks::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
157
|
end
|
135
158
|
|
136
159
|
# Service calls
|
@@ -169,11 +192,11 @@ module Google
|
|
169
192
|
# 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.
|
170
193
|
#
|
171
194
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
172
|
-
# @yield [result,
|
173
|
-
# @yieldparam result [::
|
195
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
196
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
174
197
|
# @yieldparam response [::Faraday::Response]
|
175
198
|
#
|
176
|
-
# @return [::
|
199
|
+
# @return [::Gapic::Rest::BaseOperation]
|
177
200
|
#
|
178
201
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
179
202
|
def add_resource_policies request, options = nil
|
@@ -185,7 +208,7 @@ module Google
|
|
185
208
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
186
209
|
|
187
210
|
# Customize the options with defaults
|
188
|
-
call_metadata =
|
211
|
+
call_metadata = @config.rpcs.add_resource_policies.metadata.to_h
|
189
212
|
|
190
213
|
# Set x-goog-api-client header
|
191
214
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -193,20 +216,17 @@ module Google
|
|
193
216
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
194
217
|
transports_version_send: [:rest]
|
195
218
|
|
196
|
-
options.apply_defaults timeout: @config.timeout,
|
219
|
+
options.apply_defaults timeout: @config.rpcs.add_resource_policies.timeout,
|
197
220
|
metadata: call_metadata
|
198
221
|
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
yield result, response if block_given?
|
209
|
-
result
|
222
|
+
options.apply_defaults timeout: @config.timeout,
|
223
|
+
metadata: @config.metadata
|
224
|
+
|
225
|
+
@region_disks_stub.add_resource_policies request, options do |result, response|
|
226
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
227
|
+
yield result, response if block_given?
|
228
|
+
return result
|
229
|
+
end
|
210
230
|
rescue ::Faraday::Error => e
|
211
231
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
212
232
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -246,11 +266,11 @@ module Google
|
|
246
266
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
247
267
|
# @param snapshot_resource [::Google::Cloud::Compute::V1::Snapshot, ::Hash]
|
248
268
|
# The body resource for this request
|
249
|
-
# @yield [result,
|
250
|
-
# @yieldparam result [::
|
269
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
270
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
251
271
|
# @yieldparam response [::Faraday::Response]
|
252
272
|
#
|
253
|
-
# @return [::
|
273
|
+
# @return [::Gapic::Rest::BaseOperation]
|
254
274
|
#
|
255
275
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
256
276
|
def create_snapshot request, options = nil
|
@@ -262,7 +282,7 @@ module Google
|
|
262
282
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
263
283
|
|
264
284
|
# Customize the options with defaults
|
265
|
-
call_metadata =
|
285
|
+
call_metadata = @config.rpcs.create_snapshot.metadata.to_h
|
266
286
|
|
267
287
|
# Set x-goog-api-client header
|
268
288
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -270,20 +290,17 @@ module Google
|
|
270
290
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
271
291
|
transports_version_send: [:rest]
|
272
292
|
|
273
|
-
options.apply_defaults timeout: @config.timeout,
|
293
|
+
options.apply_defaults timeout: @config.rpcs.create_snapshot.timeout,
|
274
294
|
metadata: call_metadata
|
275
295
|
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
yield result, response if block_given?
|
286
|
-
result
|
296
|
+
options.apply_defaults timeout: @config.timeout,
|
297
|
+
metadata: @config.metadata
|
298
|
+
|
299
|
+
@region_disks_stub.create_snapshot request, options do |result, response|
|
300
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
301
|
+
yield result, response if block_given?
|
302
|
+
return result
|
303
|
+
end
|
287
304
|
rescue ::Faraday::Error => e
|
288
305
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
289
306
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -321,11 +338,11 @@ module Google
|
|
321
338
|
# 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.
|
322
339
|
#
|
323
340
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
324
|
-
# @yield [result,
|
325
|
-
# @yieldparam result [::
|
341
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
342
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
326
343
|
# @yieldparam response [::Faraday::Response]
|
327
344
|
#
|
328
|
-
# @return [::
|
345
|
+
# @return [::Gapic::Rest::BaseOperation]
|
329
346
|
#
|
330
347
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
331
348
|
def delete request, options = nil
|
@@ -337,7 +354,7 @@ module Google
|
|
337
354
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
338
355
|
|
339
356
|
# Customize the options with defaults
|
340
|
-
call_metadata =
|
357
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
341
358
|
|
342
359
|
# Set x-goog-api-client header
|
343
360
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -345,19 +362,17 @@ module Google
|
|
345
362
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
346
363
|
transports_version_send: [:rest]
|
347
364
|
|
348
|
-
options.apply_defaults timeout: @config.timeout,
|
365
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
349
366
|
metadata: call_metadata
|
350
367
|
|
351
|
-
|
352
|
-
|
353
|
-
uri: uri,
|
354
|
-
params: query_string_params,
|
355
|
-
options: options
|
356
|
-
)
|
357
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
368
|
+
options.apply_defaults timeout: @config.timeout,
|
369
|
+
metadata: @config.metadata
|
358
370
|
|
359
|
-
|
360
|
-
|
371
|
+
@region_disks_stub.delete request, options do |result, response|
|
372
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
373
|
+
yield result, response if block_given?
|
374
|
+
return result
|
375
|
+
end
|
361
376
|
rescue ::Faraday::Error => e
|
362
377
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
363
378
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -389,7 +404,7 @@ module Google
|
|
389
404
|
# Project ID for this request.
|
390
405
|
# @param region [::String]
|
391
406
|
# Name of the region for this request.
|
392
|
-
# @yield [result,
|
407
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
393
408
|
# @yieldparam result [::Google::Cloud::Compute::V1::Disk]
|
394
409
|
# @yieldparam response [::Faraday::Response]
|
395
410
|
#
|
@@ -405,7 +420,7 @@ module Google
|
|
405
420
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
406
421
|
|
407
422
|
# Customize the options with defaults
|
408
|
-
call_metadata =
|
423
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
409
424
|
|
410
425
|
# Set x-goog-api-client header
|
411
426
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -413,18 +428,16 @@ module Google
|
|
413
428
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
414
429
|
transports_version_send: [:rest]
|
415
430
|
|
416
|
-
options.apply_defaults timeout: @config.timeout,
|
431
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
417
432
|
metadata: call_metadata
|
418
433
|
|
419
|
-
|
420
|
-
|
421
|
-
uri: uri,
|
422
|
-
options: options
|
423
|
-
)
|
424
|
-
result = ::Google::Cloud::Compute::V1::Disk.decode_json response.body, ignore_unknown_fields: true
|
434
|
+
options.apply_defaults timeout: @config.timeout,
|
435
|
+
metadata: @config.metadata
|
425
436
|
|
426
|
-
|
427
|
-
|
437
|
+
@region_disks_stub.get request, options do |result, response|
|
438
|
+
yield result, response if block_given?
|
439
|
+
return result
|
440
|
+
end
|
428
441
|
rescue ::Faraday::Error => e
|
429
442
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
430
443
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -458,7 +471,7 @@ module Google
|
|
458
471
|
# The name of the region for this request.
|
459
472
|
# @param resource [::String]
|
460
473
|
# Name or id of the resource for this request.
|
461
|
-
# @yield [result,
|
474
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
462
475
|
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
463
476
|
# @yieldparam response [::Faraday::Response]
|
464
477
|
#
|
@@ -474,7 +487,7 @@ module Google
|
|
474
487
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
475
488
|
|
476
489
|
# Customize the options with defaults
|
477
|
-
call_metadata =
|
490
|
+
call_metadata = @config.rpcs.get_iam_policy.metadata.to_h
|
478
491
|
|
479
492
|
# Set x-goog-api-client header
|
480
493
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -482,19 +495,16 @@ module Google
|
|
482
495
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
483
496
|
transports_version_send: [:rest]
|
484
497
|
|
485
|
-
options.apply_defaults timeout: @config.timeout,
|
498
|
+
options.apply_defaults timeout: @config.rpcs.get_iam_policy.timeout,
|
486
499
|
metadata: call_metadata
|
487
500
|
|
488
|
-
|
489
|
-
|
490
|
-
uri: uri,
|
491
|
-
params: query_string_params,
|
492
|
-
options: options
|
493
|
-
)
|
494
|
-
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
501
|
+
options.apply_defaults timeout: @config.timeout,
|
502
|
+
metadata: @config.metadata
|
495
503
|
|
496
|
-
|
497
|
-
|
504
|
+
@region_disks_stub.get_iam_policy request, options do |result, response|
|
505
|
+
yield result, response if block_given?
|
506
|
+
return result
|
507
|
+
end
|
498
508
|
rescue ::Faraday::Error => e
|
499
509
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
500
510
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -533,12 +543,12 @@ module Google
|
|
533
543
|
#
|
534
544
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
535
545
|
# @param source_image [::String]
|
536
|
-
#
|
537
|
-
# @yield [result,
|
538
|
-
# @yieldparam result [::
|
546
|
+
# Source image to restore onto a disk. This field is optional.
|
547
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
548
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
539
549
|
# @yieldparam response [::Faraday::Response]
|
540
550
|
#
|
541
|
-
# @return [::
|
551
|
+
# @return [::Gapic::Rest::BaseOperation]
|
542
552
|
#
|
543
553
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
544
554
|
def insert request, options = nil
|
@@ -550,7 +560,7 @@ module Google
|
|
550
560
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
551
561
|
|
552
562
|
# Customize the options with defaults
|
553
|
-
call_metadata =
|
563
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
554
564
|
|
555
565
|
# Set x-goog-api-client header
|
556
566
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -558,20 +568,17 @@ module Google
|
|
558
568
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
559
569
|
transports_version_send: [:rest]
|
560
570
|
|
561
|
-
options.apply_defaults timeout: @config.timeout,
|
571
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
562
572
|
metadata: call_metadata
|
563
573
|
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
yield result, response if block_given?
|
574
|
-
result
|
574
|
+
options.apply_defaults timeout: @config.timeout,
|
575
|
+
metadata: @config.metadata
|
576
|
+
|
577
|
+
@region_disks_stub.insert request, options do |result, response|
|
578
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
579
|
+
yield result, response if block_given?
|
580
|
+
return result
|
581
|
+
end
|
575
582
|
rescue ::Faraday::Error => e
|
576
583
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
577
584
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -620,12 +627,12 @@ module Google
|
|
620
627
|
# @param region [::String]
|
621
628
|
# Name of the region for this request.
|
622
629
|
# @param return_partial_success [::Boolean]
|
623
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
624
|
-
# @yield [result,
|
625
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
630
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
631
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
632
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Disk>]
|
626
633
|
# @yieldparam response [::Faraday::Response]
|
627
634
|
#
|
628
|
-
# @return [::Google::Cloud::Compute::V1::
|
635
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Disk>]
|
629
636
|
#
|
630
637
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
631
638
|
def list request, options = nil
|
@@ -637,7 +644,7 @@ module Google
|
|
637
644
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
638
645
|
|
639
646
|
# Customize the options with defaults
|
640
|
-
call_metadata =
|
647
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
641
648
|
|
642
649
|
# Set x-goog-api-client header
|
643
650
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -645,19 +652,17 @@ module Google
|
|
645
652
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
646
653
|
transports_version_send: [:rest]
|
647
654
|
|
648
|
-
options.apply_defaults timeout: @config.timeout,
|
655
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
649
656
|
metadata: call_metadata
|
650
657
|
|
651
|
-
|
652
|
-
|
653
|
-
uri: uri,
|
654
|
-
params: query_string_params,
|
655
|
-
options: options
|
656
|
-
)
|
657
|
-
result = ::Google::Cloud::Compute::V1::DiskList.decode_json response.body, ignore_unknown_fields: true
|
658
|
+
options.apply_defaults timeout: @config.timeout,
|
659
|
+
metadata: @config.metadata
|
658
660
|
|
659
|
-
|
660
|
-
|
661
|
+
@region_disks_stub.list request, options do |result, response|
|
662
|
+
result = ::Gapic::Rest::PagedEnumerable.new @region_disks_stub, :list, "items", request, result, options
|
663
|
+
yield result, response if block_given?
|
664
|
+
return result
|
665
|
+
end
|
661
666
|
rescue ::Faraday::Error => e
|
662
667
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
663
668
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -697,11 +702,11 @@ module Google
|
|
697
702
|
# 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.
|
698
703
|
#
|
699
704
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
700
|
-
# @yield [result,
|
701
|
-
# @yieldparam result [::
|
705
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
706
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
702
707
|
# @yieldparam response [::Faraday::Response]
|
703
708
|
#
|
704
|
-
# @return [::
|
709
|
+
# @return [::Gapic::Rest::BaseOperation]
|
705
710
|
#
|
706
711
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
707
712
|
def remove_resource_policies request, options = nil
|
@@ -713,7 +718,7 @@ module Google
|
|
713
718
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
714
719
|
|
715
720
|
# Customize the options with defaults
|
716
|
-
call_metadata =
|
721
|
+
call_metadata = @config.rpcs.remove_resource_policies.metadata.to_h
|
717
722
|
|
718
723
|
# Set x-goog-api-client header
|
719
724
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -721,20 +726,17 @@ module Google
|
|
721
726
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
722
727
|
transports_version_send: [:rest]
|
723
728
|
|
724
|
-
options.apply_defaults timeout: @config.timeout,
|
729
|
+
options.apply_defaults timeout: @config.rpcs.remove_resource_policies.timeout,
|
725
730
|
metadata: call_metadata
|
726
731
|
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
yield result, response if block_given?
|
737
|
-
result
|
732
|
+
options.apply_defaults timeout: @config.timeout,
|
733
|
+
metadata: @config.metadata
|
734
|
+
|
735
|
+
@region_disks_stub.remove_resource_policies request, options do |result, response|
|
736
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
737
|
+
yield result, response if block_given?
|
738
|
+
return result
|
739
|
+
end
|
738
740
|
rescue ::Faraday::Error => e
|
739
741
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
740
742
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -774,11 +776,11 @@ module Google
|
|
774
776
|
# 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.
|
775
777
|
#
|
776
778
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
777
|
-
# @yield [result,
|
778
|
-
# @yieldparam result [::
|
779
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
780
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
779
781
|
# @yieldparam response [::Faraday::Response]
|
780
782
|
#
|
781
|
-
# @return [::
|
783
|
+
# @return [::Gapic::Rest::BaseOperation]
|
782
784
|
#
|
783
785
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
784
786
|
def resize request, options = nil
|
@@ -790,7 +792,7 @@ module Google
|
|
790
792
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
791
793
|
|
792
794
|
# Customize the options with defaults
|
793
|
-
call_metadata =
|
795
|
+
call_metadata = @config.rpcs.resize.metadata.to_h
|
794
796
|
|
795
797
|
# Set x-goog-api-client header
|
796
798
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -798,20 +800,17 @@ module Google
|
|
798
800
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
799
801
|
transports_version_send: [:rest]
|
800
802
|
|
801
|
-
options.apply_defaults timeout: @config.timeout,
|
803
|
+
options.apply_defaults timeout: @config.rpcs.resize.timeout,
|
802
804
|
metadata: call_metadata
|
803
805
|
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
yield result, response if block_given?
|
814
|
-
result
|
806
|
+
options.apply_defaults timeout: @config.timeout,
|
807
|
+
metadata: @config.metadata
|
808
|
+
|
809
|
+
@region_disks_stub.resize request, options do |result, response|
|
810
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
811
|
+
yield result, response if block_given?
|
812
|
+
return result
|
813
|
+
end
|
815
814
|
rescue ::Faraday::Error => e
|
816
815
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
817
816
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -845,7 +844,7 @@ module Google
|
|
845
844
|
# The body resource for this request
|
846
845
|
# @param resource [::String]
|
847
846
|
# Name or id of the resource for this request.
|
848
|
-
# @yield [result,
|
847
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
849
848
|
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
850
849
|
# @yieldparam response [::Faraday::Response]
|
851
850
|
#
|
@@ -861,7 +860,7 @@ module Google
|
|
861
860
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
862
861
|
|
863
862
|
# Customize the options with defaults
|
864
|
-
call_metadata =
|
863
|
+
call_metadata = @config.rpcs.set_iam_policy.metadata.to_h
|
865
864
|
|
866
865
|
# Set x-goog-api-client header
|
867
866
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -869,19 +868,16 @@ module Google
|
|
869
868
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
870
869
|
transports_version_send: [:rest]
|
871
870
|
|
872
|
-
options.apply_defaults timeout: @config.timeout,
|
871
|
+
options.apply_defaults timeout: @config.rpcs.set_iam_policy.timeout,
|
873
872
|
metadata: call_metadata
|
874
873
|
|
875
|
-
|
876
|
-
|
877
|
-
uri: uri,
|
878
|
-
body: body,
|
879
|
-
options: options
|
880
|
-
)
|
881
|
-
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
874
|
+
options.apply_defaults timeout: @config.timeout,
|
875
|
+
metadata: @config.metadata
|
882
876
|
|
883
|
-
|
884
|
-
|
877
|
+
@region_disks_stub.set_iam_policy request, options do |result, response|
|
878
|
+
yield result, response if block_given?
|
879
|
+
return result
|
880
|
+
end
|
885
881
|
rescue ::Faraday::Error => e
|
886
882
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
887
883
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -921,11 +917,11 @@ module Google
|
|
921
917
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
922
918
|
# @param resource [::String]
|
923
919
|
# Name or id of the resource for this request.
|
924
|
-
# @yield [result,
|
925
|
-
# @yieldparam result [::
|
920
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
921
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
926
922
|
# @yieldparam response [::Faraday::Response]
|
927
923
|
#
|
928
|
-
# @return [::
|
924
|
+
# @return [::Gapic::Rest::BaseOperation]
|
929
925
|
#
|
930
926
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
931
927
|
def set_labels request, options = nil
|
@@ -937,7 +933,7 @@ module Google
|
|
937
933
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
938
934
|
|
939
935
|
# Customize the options with defaults
|
940
|
-
call_metadata =
|
936
|
+
call_metadata = @config.rpcs.set_labels.metadata.to_h
|
941
937
|
|
942
938
|
# Set x-goog-api-client header
|
943
939
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -945,20 +941,17 @@ module Google
|
|
945
941
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
946
942
|
transports_version_send: [:rest]
|
947
943
|
|
948
|
-
options.apply_defaults timeout: @config.timeout,
|
944
|
+
options.apply_defaults timeout: @config.rpcs.set_labels.timeout,
|
949
945
|
metadata: call_metadata
|
950
946
|
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
yield result, response if block_given?
|
961
|
-
result
|
947
|
+
options.apply_defaults timeout: @config.timeout,
|
948
|
+
metadata: @config.metadata
|
949
|
+
|
950
|
+
@region_disks_stub.set_labels request, options do |result, response|
|
951
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
952
|
+
yield result, response if block_given?
|
953
|
+
return result
|
954
|
+
end
|
962
955
|
rescue ::Faraday::Error => e
|
963
956
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
964
957
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -992,7 +985,7 @@ module Google
|
|
992
985
|
# Name or id of the resource for this request.
|
993
986
|
# @param test_permissions_request_resource [::Google::Cloud::Compute::V1::TestPermissionsRequest, ::Hash]
|
994
987
|
# The body resource for this request
|
995
|
-
# @yield [result,
|
988
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
996
989
|
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
997
990
|
# @yieldparam response [::Faraday::Response]
|
998
991
|
#
|
@@ -1008,7 +1001,7 @@ module Google
|
|
1008
1001
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
1009
1002
|
|
1010
1003
|
# Customize the options with defaults
|
1011
|
-
call_metadata =
|
1004
|
+
call_metadata = @config.rpcs.test_iam_permissions.metadata.to_h
|
1012
1005
|
|
1013
1006
|
# Set x-goog-api-client header
|
1014
1007
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -1016,19 +1009,16 @@ module Google
|
|
1016
1009
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
1017
1010
|
transports_version_send: [:rest]
|
1018
1011
|
|
1019
|
-
options.apply_defaults timeout: @config.timeout,
|
1012
|
+
options.apply_defaults timeout: @config.rpcs.test_iam_permissions.timeout,
|
1020
1013
|
metadata: call_metadata
|
1021
1014
|
|
1022
|
-
|
1023
|
-
|
1024
|
-
uri: uri,
|
1025
|
-
body: body,
|
1026
|
-
options: options
|
1027
|
-
)
|
1028
|
-
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
1015
|
+
options.apply_defaults timeout: @config.timeout,
|
1016
|
+
metadata: @config.metadata
|
1029
1017
|
|
1030
|
-
|
1031
|
-
|
1018
|
+
@region_disks_stub.test_iam_permissions request, options do |result, response|
|
1019
|
+
yield result, response if block_given?
|
1020
|
+
return result
|
1021
|
+
end
|
1032
1022
|
rescue ::Faraday::Error => e
|
1033
1023
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
1034
1024
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -1083,6 +1073,9 @@ module Google
|
|
1083
1073
|
# @!attribute [rw] timeout
|
1084
1074
|
# The call timeout in seconds.
|
1085
1075
|
# @return [::Numeric]
|
1076
|
+
# @!attribute [rw] metadata
|
1077
|
+
# Additional REST headers to be sent with the call.
|
1078
|
+
# @return [::Hash{::Symbol=>::String}]
|
1086
1079
|
#
|
1087
1080
|
class Configuration
|
1088
1081
|
extend ::Gapic::Config
|
@@ -1096,6 +1089,7 @@ module Google
|
|
1096
1089
|
config_attr :lib_name, nil, ::String, nil
|
1097
1090
|
config_attr :lib_version, nil, ::String, nil
|
1098
1091
|
config_attr :timeout, nil, ::Numeric, nil
|
1092
|
+
config_attr :metadata, nil, ::Hash, nil
|
1099
1093
|
|
1100
1094
|
# @private
|
1101
1095
|
def initialize parent_config = nil
|
@@ -1103,6 +1097,123 @@ module Google
|
|
1103
1097
|
|
1104
1098
|
yield self if block_given?
|
1105
1099
|
end
|
1100
|
+
|
1101
|
+
##
|
1102
|
+
# Configurations for individual RPCs
|
1103
|
+
# @return [Rpcs]
|
1104
|
+
#
|
1105
|
+
def rpcs
|
1106
|
+
@rpcs ||= begin
|
1107
|
+
parent_rpcs = nil
|
1108
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
1109
|
+
Rpcs.new parent_rpcs
|
1110
|
+
end
|
1111
|
+
end
|
1112
|
+
|
1113
|
+
##
|
1114
|
+
# Configuration RPC class for the RegionDisks API.
|
1115
|
+
#
|
1116
|
+
# Includes fields providing the configuration for each RPC in this service.
|
1117
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1118
|
+
# the following configuration fields:
|
1119
|
+
#
|
1120
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1121
|
+
#
|
1122
|
+
# there is one other field (`retry_policy`) that can be set
|
1123
|
+
# but is currently not supported for REST Gapic libraries.
|
1124
|
+
#
|
1125
|
+
class Rpcs
|
1126
|
+
##
|
1127
|
+
# RPC-specific configuration for `add_resource_policies`
|
1128
|
+
# @return [::Gapic::Config::Method]
|
1129
|
+
#
|
1130
|
+
attr_reader :add_resource_policies
|
1131
|
+
##
|
1132
|
+
# RPC-specific configuration for `create_snapshot`
|
1133
|
+
# @return [::Gapic::Config::Method]
|
1134
|
+
#
|
1135
|
+
attr_reader :create_snapshot
|
1136
|
+
##
|
1137
|
+
# RPC-specific configuration for `delete`
|
1138
|
+
# @return [::Gapic::Config::Method]
|
1139
|
+
#
|
1140
|
+
attr_reader :delete
|
1141
|
+
##
|
1142
|
+
# RPC-specific configuration for `get`
|
1143
|
+
# @return [::Gapic::Config::Method]
|
1144
|
+
#
|
1145
|
+
attr_reader :get
|
1146
|
+
##
|
1147
|
+
# RPC-specific configuration for `get_iam_policy`
|
1148
|
+
# @return [::Gapic::Config::Method]
|
1149
|
+
#
|
1150
|
+
attr_reader :get_iam_policy
|
1151
|
+
##
|
1152
|
+
# RPC-specific configuration for `insert`
|
1153
|
+
# @return [::Gapic::Config::Method]
|
1154
|
+
#
|
1155
|
+
attr_reader :insert
|
1156
|
+
##
|
1157
|
+
# RPC-specific configuration for `list`
|
1158
|
+
# @return [::Gapic::Config::Method]
|
1159
|
+
#
|
1160
|
+
attr_reader :list
|
1161
|
+
##
|
1162
|
+
# RPC-specific configuration for `remove_resource_policies`
|
1163
|
+
# @return [::Gapic::Config::Method]
|
1164
|
+
#
|
1165
|
+
attr_reader :remove_resource_policies
|
1166
|
+
##
|
1167
|
+
# RPC-specific configuration for `resize`
|
1168
|
+
# @return [::Gapic::Config::Method]
|
1169
|
+
#
|
1170
|
+
attr_reader :resize
|
1171
|
+
##
|
1172
|
+
# RPC-specific configuration for `set_iam_policy`
|
1173
|
+
# @return [::Gapic::Config::Method]
|
1174
|
+
#
|
1175
|
+
attr_reader :set_iam_policy
|
1176
|
+
##
|
1177
|
+
# RPC-specific configuration for `set_labels`
|
1178
|
+
# @return [::Gapic::Config::Method]
|
1179
|
+
#
|
1180
|
+
attr_reader :set_labels
|
1181
|
+
##
|
1182
|
+
# RPC-specific configuration for `test_iam_permissions`
|
1183
|
+
# @return [::Gapic::Config::Method]
|
1184
|
+
#
|
1185
|
+
attr_reader :test_iam_permissions
|
1186
|
+
|
1187
|
+
# @private
|
1188
|
+
def initialize parent_rpcs = nil
|
1189
|
+
add_resource_policies_config = parent_rpcs.add_resource_policies if parent_rpcs.respond_to? :add_resource_policies
|
1190
|
+
@add_resource_policies = ::Gapic::Config::Method.new add_resource_policies_config
|
1191
|
+
create_snapshot_config = parent_rpcs.create_snapshot if parent_rpcs.respond_to? :create_snapshot
|
1192
|
+
@create_snapshot = ::Gapic::Config::Method.new create_snapshot_config
|
1193
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
1194
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
1195
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
1196
|
+
@get = ::Gapic::Config::Method.new get_config
|
1197
|
+
get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
|
1198
|
+
@get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
|
1199
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
1200
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
1201
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
1202
|
+
@list = ::Gapic::Config::Method.new list_config
|
1203
|
+
remove_resource_policies_config = parent_rpcs.remove_resource_policies if parent_rpcs.respond_to? :remove_resource_policies
|
1204
|
+
@remove_resource_policies = ::Gapic::Config::Method.new remove_resource_policies_config
|
1205
|
+
resize_config = parent_rpcs.resize if parent_rpcs.respond_to? :resize
|
1206
|
+
@resize = ::Gapic::Config::Method.new resize_config
|
1207
|
+
set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
|
1208
|
+
@set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
|
1209
|
+
set_labels_config = parent_rpcs.set_labels if parent_rpcs.respond_to? :set_labels
|
1210
|
+
@set_labels = ::Gapic::Config::Method.new set_labels_config
|
1211
|
+
test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
|
1212
|
+
@test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config
|
1213
|
+
|
1214
|
+
yield self if block_given?
|
1215
|
+
end
|
1216
|
+
end
|
1106
1217
|
end
|
1107
1218
|
end
|
1108
1219
|
end
|