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,274 @@
|
|
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 GlobalOperations
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the GlobalOperations 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::AggregatedListGlobalOperationsRequest]
|
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::OperationAggregatedList]
|
51
|
+
# @yieldparam response [::Faraday::Response]
|
52
|
+
#
|
53
|
+
# @return [::Google::Cloud::Compute::V1::OperationAggregatedList]
|
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::OperationAggregatedList.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::AggregatedListGlobalOperationsRequest]
|
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/operations"
|
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::DeleteGlobalOperationRequest]
|
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::DeleteGlobalOperationResponse]
|
101
|
+
# @yieldparam response [::Faraday::Response]
|
102
|
+
#
|
103
|
+
# @return [::Google::Cloud::Compute::V1::DeleteGlobalOperationResponse]
|
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
|
+
options: options
|
112
|
+
)
|
113
|
+
result = ::Google::Cloud::Compute::V1::DeleteGlobalOperationResponse.decode_json response.body, ignore_unknown_fields: true
|
114
|
+
|
115
|
+
yield result, response if block_given?
|
116
|
+
result
|
117
|
+
end
|
118
|
+
|
119
|
+
##
|
120
|
+
# GRPC transcoding helper method for the delete REST call
|
121
|
+
#
|
122
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteGlobalOperationRequest]
|
123
|
+
# A request object representing the call parameters. Required.
|
124
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
125
|
+
# Uri, Body, Query string parameters
|
126
|
+
def transcode_delete_request request_pb
|
127
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/operations/#{request_pb.operation}"
|
128
|
+
body = nil
|
129
|
+
query_string_params = {}
|
130
|
+
|
131
|
+
[uri, body, query_string_params]
|
132
|
+
end
|
133
|
+
|
134
|
+
##
|
135
|
+
# Baseline implementation for the get REST call
|
136
|
+
#
|
137
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetGlobalOperationRequest]
|
138
|
+
# A request object representing the call parameters. Required.
|
139
|
+
# @param options [::Gapic::CallOptions]
|
140
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
141
|
+
#
|
142
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
143
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
144
|
+
# @yieldparam response [::Faraday::Response]
|
145
|
+
#
|
146
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
147
|
+
# A result object deserialized from the server's reply
|
148
|
+
def get request_pb, options = nil
|
149
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
150
|
+
|
151
|
+
uri, _body, _query_string_params = transcode_get_request request_pb
|
152
|
+
response = @client_stub.make_get_request(
|
153
|
+
uri: uri,
|
154
|
+
options: options
|
155
|
+
)
|
156
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
157
|
+
|
158
|
+
yield result, response if block_given?
|
159
|
+
result
|
160
|
+
end
|
161
|
+
|
162
|
+
##
|
163
|
+
# GRPC transcoding helper method for the get REST call
|
164
|
+
#
|
165
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetGlobalOperationRequest]
|
166
|
+
# A request object representing the call parameters. Required.
|
167
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
168
|
+
# Uri, Body, Query string parameters
|
169
|
+
def transcode_get_request request_pb
|
170
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/operations/#{request_pb.operation}"
|
171
|
+
body = nil
|
172
|
+
query_string_params = {}
|
173
|
+
|
174
|
+
[uri, body, query_string_params]
|
175
|
+
end
|
176
|
+
|
177
|
+
##
|
178
|
+
# Baseline implementation for the list REST call
|
179
|
+
#
|
180
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListGlobalOperationsRequest]
|
181
|
+
# A request object representing the call parameters. Required.
|
182
|
+
# @param options [::Gapic::CallOptions]
|
183
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
184
|
+
#
|
185
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
186
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::OperationList]
|
187
|
+
# @yieldparam response [::Faraday::Response]
|
188
|
+
#
|
189
|
+
# @return [::Google::Cloud::Compute::V1::OperationList]
|
190
|
+
# A result object deserialized from the server's reply
|
191
|
+
def list request_pb, options = nil
|
192
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
193
|
+
|
194
|
+
uri, _body, query_string_params = transcode_list_request request_pb
|
195
|
+
response = @client_stub.make_get_request(
|
196
|
+
uri: uri,
|
197
|
+
params: query_string_params,
|
198
|
+
options: options
|
199
|
+
)
|
200
|
+
result = ::Google::Cloud::Compute::V1::OperationList.decode_json response.body, ignore_unknown_fields: true
|
201
|
+
|
202
|
+
yield result, response if block_given?
|
203
|
+
result
|
204
|
+
end
|
205
|
+
|
206
|
+
##
|
207
|
+
# GRPC transcoding helper method for the list REST call
|
208
|
+
#
|
209
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListGlobalOperationsRequest]
|
210
|
+
# A request object representing the call parameters. Required.
|
211
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
212
|
+
# Uri, Body, Query string parameters
|
213
|
+
def transcode_list_request request_pb
|
214
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/operations"
|
215
|
+
body = nil
|
216
|
+
query_string_params = {}
|
217
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
218
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
219
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
220
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
221
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
222
|
+
|
223
|
+
[uri, body, query_string_params]
|
224
|
+
end
|
225
|
+
|
226
|
+
##
|
227
|
+
# Baseline implementation for the wait REST call
|
228
|
+
#
|
229
|
+
# @param request_pb [::Google::Cloud::Compute::V1::WaitGlobalOperationRequest]
|
230
|
+
# A request object representing the call parameters. Required.
|
231
|
+
# @param options [::Gapic::CallOptions]
|
232
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
233
|
+
#
|
234
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
235
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
236
|
+
# @yieldparam response [::Faraday::Response]
|
237
|
+
#
|
238
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
239
|
+
# A result object deserialized from the server's reply
|
240
|
+
def wait request_pb, options = nil
|
241
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
242
|
+
|
243
|
+
uri, _body, _query_string_params = transcode_wait_request request_pb
|
244
|
+
response = @client_stub.make_post_request(
|
245
|
+
uri: uri,
|
246
|
+
options: options
|
247
|
+
)
|
248
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
249
|
+
|
250
|
+
yield result, response if block_given?
|
251
|
+
result
|
252
|
+
end
|
253
|
+
|
254
|
+
##
|
255
|
+
# GRPC transcoding helper method for the wait REST call
|
256
|
+
#
|
257
|
+
# @param request_pb [::Google::Cloud::Compute::V1::WaitGlobalOperationRequest]
|
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_wait_request request_pb
|
262
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/operations/#{request_pb.operation}/wait"
|
263
|
+
body = nil
|
264
|
+
query_string_params = {}
|
265
|
+
|
266
|
+
[uri, body, query_string_params]
|
267
|
+
end
|
268
|
+
end
|
269
|
+
end
|
270
|
+
end
|
271
|
+
end
|
272
|
+
end
|
273
|
+
end
|
274
|
+
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/global_organization_operations/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The GlobalOrganizationOperations API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :global_organization_operations_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all GlobalOrganizationOperations clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all GlobalOrganizationOperations clients
|
47
|
+
# ::Google::Cloud::Compute::V1::GlobalOrganizationOperations::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,18 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.delete.timeout = 600.0
|
68
|
+
|
69
|
+
default_config.rpcs.get.timeout = 600.0
|
70
|
+
default_config.rpcs.get.retry_policy = {
|
71
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
72
|
+
}
|
73
|
+
|
74
|
+
default_config.rpcs.list.timeout = 600.0
|
75
|
+
default_config.rpcs.list.retry_policy = {
|
76
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
77
|
+
}
|
78
|
+
|
69
79
|
default_config
|
70
80
|
end
|
71
81
|
yield @configure if block_given?
|
@@ -95,28 +105,20 @@ module Google
|
|
95
105
|
##
|
96
106
|
# Create a new GlobalOrganizationOperations REST client object.
|
97
107
|
#
|
98
|
-
#
|
108
|
+
# @example
|
99
109
|
#
|
100
|
-
#
|
101
|
-
#
|
110
|
+
# # Create a client using the default configuration
|
111
|
+
# client = ::Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client.new
|
102
112
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
113
|
+
# # Create a client using a custom configuration
|
114
|
+
# client = ::Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::Client.new do |config|
|
115
|
+
# config.timeout = 10.0
|
116
|
+
# end
|
111
117
|
#
|
112
118
|
# @yield [config] Configure the GlobalOrganizationOperations client.
|
113
119
|
# @yieldparam config [Client::Configuration]
|
114
120
|
#
|
115
121
|
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
122
|
# Create the configuration object
|
121
123
|
@config = Configuration.new Client.configure
|
122
124
|
|
@@ -126,11 +128,11 @@ module Google
|
|
126
128
|
# Create credentials
|
127
129
|
credentials = @config.credentials
|
128
130
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
131
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
132
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
133
|
end
|
132
134
|
|
133
|
-
@
|
135
|
+
@global_organization_operations_stub = ::Google::Cloud::Compute::V1::GlobalOrganizationOperations::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
136
|
end
|
135
137
|
|
136
138
|
# Service calls
|
@@ -159,7 +161,7 @@ module Google
|
|
159
161
|
# Name of the Operations resource to delete.
|
160
162
|
# @param parent_id [::String]
|
161
163
|
# Parent ID for this request.
|
162
|
-
# @yield [result,
|
164
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
163
165
|
# @yieldparam result [::Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationResponse]
|
164
166
|
# @yieldparam response [::Faraday::Response]
|
165
167
|
#
|
@@ -175,7 +177,7 @@ module Google
|
|
175
177
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
176
178
|
|
177
179
|
# Customize the options with defaults
|
178
|
-
call_metadata =
|
180
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
179
181
|
|
180
182
|
# Set x-goog-api-client header
|
181
183
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -183,19 +185,16 @@ module Google
|
|
183
185
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
184
186
|
transports_version_send: [:rest]
|
185
187
|
|
186
|
-
options.apply_defaults timeout: @config.timeout,
|
188
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
187
189
|
metadata: call_metadata
|
188
190
|
|
189
|
-
|
190
|
-
|
191
|
-
uri: uri,
|
192
|
-
params: query_string_params,
|
193
|
-
options: options
|
194
|
-
)
|
195
|
-
result = ::Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationResponse.decode_json response.body, ignore_unknown_fields: true
|
191
|
+
options.apply_defaults timeout: @config.timeout,
|
192
|
+
metadata: @config.metadata
|
196
193
|
|
197
|
-
|
198
|
-
|
194
|
+
@global_organization_operations_stub.delete request, options do |result, response|
|
195
|
+
yield result, response if block_given?
|
196
|
+
return result
|
197
|
+
end
|
199
198
|
rescue ::Faraday::Error => e
|
200
199
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
201
200
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -225,7 +224,7 @@ module Google
|
|
225
224
|
# Name of the Operations resource to return.
|
226
225
|
# @param parent_id [::String]
|
227
226
|
# Parent ID for this request.
|
228
|
-
# @yield [result,
|
227
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
229
228
|
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
230
229
|
# @yieldparam response [::Faraday::Response]
|
231
230
|
#
|
@@ -241,7 +240,7 @@ module Google
|
|
241
240
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
242
241
|
|
243
242
|
# Customize the options with defaults
|
244
|
-
call_metadata =
|
243
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
245
244
|
|
246
245
|
# Set x-goog-api-client header
|
247
246
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -249,19 +248,16 @@ module Google
|
|
249
248
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
250
249
|
transports_version_send: [:rest]
|
251
250
|
|
252
|
-
options.apply_defaults timeout: @config.timeout,
|
251
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
253
252
|
metadata: call_metadata
|
254
253
|
|
255
|
-
|
256
|
-
|
257
|
-
uri: uri,
|
258
|
-
params: query_string_params,
|
259
|
-
options: options
|
260
|
-
)
|
261
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
254
|
+
options.apply_defaults timeout: @config.timeout,
|
255
|
+
metadata: @config.metadata
|
262
256
|
|
263
|
-
|
264
|
-
|
257
|
+
@global_organization_operations_stub.get request, options do |result, response|
|
258
|
+
yield result, response if block_given?
|
259
|
+
return result
|
260
|
+
end
|
265
261
|
rescue ::Faraday::Error => e
|
266
262
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
267
263
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -308,12 +304,12 @@ module Google
|
|
308
304
|
# @param parent_id [::String]
|
309
305
|
# Parent ID for this request.
|
310
306
|
# @param return_partial_success [::Boolean]
|
311
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
312
|
-
# @yield [result,
|
313
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
307
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
308
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
309
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Operation>]
|
314
310
|
# @yieldparam response [::Faraday::Response]
|
315
311
|
#
|
316
|
-
# @return [::Google::Cloud::Compute::V1::
|
312
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Operation>]
|
317
313
|
#
|
318
314
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
319
315
|
def list request, options = nil
|
@@ -325,7 +321,7 @@ module Google
|
|
325
321
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
326
322
|
|
327
323
|
# Customize the options with defaults
|
328
|
-
call_metadata =
|
324
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
329
325
|
|
330
326
|
# Set x-goog-api-client header
|
331
327
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -333,19 +329,17 @@ module Google
|
|
333
329
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
334
330
|
transports_version_send: [:rest]
|
335
331
|
|
336
|
-
options.apply_defaults timeout: @config.timeout,
|
332
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
337
333
|
metadata: call_metadata
|
338
334
|
|
339
|
-
|
340
|
-
|
341
|
-
uri: uri,
|
342
|
-
params: query_string_params,
|
343
|
-
options: options
|
344
|
-
)
|
345
|
-
result = ::Google::Cloud::Compute::V1::OperationList.decode_json response.body, ignore_unknown_fields: true
|
335
|
+
options.apply_defaults timeout: @config.timeout,
|
336
|
+
metadata: @config.metadata
|
346
337
|
|
347
|
-
|
348
|
-
|
338
|
+
@global_organization_operations_stub.list request, options do |result, response|
|
339
|
+
result = ::Gapic::Rest::PagedEnumerable.new @global_organization_operations_stub, :list, "items", request, result, options
|
340
|
+
yield result, response if block_given?
|
341
|
+
return result
|
342
|
+
end
|
349
343
|
rescue ::Faraday::Error => e
|
350
344
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
351
345
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -400,6 +394,9 @@ module Google
|
|
400
394
|
# @!attribute [rw] timeout
|
401
395
|
# The call timeout in seconds.
|
402
396
|
# @return [::Numeric]
|
397
|
+
# @!attribute [rw] metadata
|
398
|
+
# Additional REST headers to be sent with the call.
|
399
|
+
# @return [::Hash{::Symbol=>::String}]
|
403
400
|
#
|
404
401
|
class Configuration
|
405
402
|
extend ::Gapic::Config
|
@@ -413,6 +410,7 @@ module Google
|
|
413
410
|
config_attr :lib_name, nil, ::String, nil
|
414
411
|
config_attr :lib_version, nil, ::String, nil
|
415
412
|
config_attr :timeout, nil, ::Numeric, nil
|
413
|
+
config_attr :metadata, nil, ::Hash, nil
|
416
414
|
|
417
415
|
# @private
|
418
416
|
def initialize parent_config = nil
|
@@ -420,6 +418,60 @@ module Google
|
|
420
418
|
|
421
419
|
yield self if block_given?
|
422
420
|
end
|
421
|
+
|
422
|
+
##
|
423
|
+
# Configurations for individual RPCs
|
424
|
+
# @return [Rpcs]
|
425
|
+
#
|
426
|
+
def rpcs
|
427
|
+
@rpcs ||= begin
|
428
|
+
parent_rpcs = nil
|
429
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
430
|
+
Rpcs.new parent_rpcs
|
431
|
+
end
|
432
|
+
end
|
433
|
+
|
434
|
+
##
|
435
|
+
# Configuration RPC class for the GlobalOrganizationOperations API.
|
436
|
+
#
|
437
|
+
# Includes fields providing the configuration for each RPC in this service.
|
438
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
439
|
+
# the following configuration fields:
|
440
|
+
#
|
441
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
442
|
+
#
|
443
|
+
# there is one other field (`retry_policy`) that can be set
|
444
|
+
# but is currently not supported for REST Gapic libraries.
|
445
|
+
#
|
446
|
+
class Rpcs
|
447
|
+
##
|
448
|
+
# RPC-specific configuration for `delete`
|
449
|
+
# @return [::Gapic::Config::Method]
|
450
|
+
#
|
451
|
+
attr_reader :delete
|
452
|
+
##
|
453
|
+
# RPC-specific configuration for `get`
|
454
|
+
# @return [::Gapic::Config::Method]
|
455
|
+
#
|
456
|
+
attr_reader :get
|
457
|
+
##
|
458
|
+
# RPC-specific configuration for `list`
|
459
|
+
# @return [::Gapic::Config::Method]
|
460
|
+
#
|
461
|
+
attr_reader :list
|
462
|
+
|
463
|
+
# @private
|
464
|
+
def initialize parent_rpcs = nil
|
465
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
466
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
467
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
468
|
+
@get = ::Gapic::Config::Method.new get_config
|
469
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
470
|
+
@list = ::Gapic::Config::Method.new list_config
|
471
|
+
|
472
|
+
yield self if block_given?
|
473
|
+
end
|
474
|
+
end
|
423
475
|
end
|
424
476
|
end
|
425
477
|
end
|