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,279 @@
|
|
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 SslCertificates
|
26
|
+
module Rest
|
27
|
+
##
|
28
|
+
# REST service stub for the SslCertificates 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::AggregatedListSslCertificatesRequest]
|
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::SslCertificateAggregatedList]
|
51
|
+
# @yieldparam response [::Faraday::Response]
|
52
|
+
#
|
53
|
+
# @return [::Google::Cloud::Compute::V1::SslCertificateAggregatedList]
|
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::SslCertificateAggregatedList.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::AggregatedListSslCertificatesRequest]
|
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/sslCertificates"
|
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::DeleteSslCertificateRequest]
|
95
|
+
# A request object representing the call parameters. Required.
|
96
|
+
# @param options [::Gapic::CallOptions]
|
97
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
98
|
+
#
|
99
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
100
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
101
|
+
# @yieldparam response [::Faraday::Response]
|
102
|
+
#
|
103
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
104
|
+
# A result object deserialized from the server's reply
|
105
|
+
def delete request_pb, options = nil
|
106
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
107
|
+
|
108
|
+
uri, _body, query_string_params = transcode_delete_request request_pb
|
109
|
+
response = @client_stub.make_delete_request(
|
110
|
+
uri: uri,
|
111
|
+
params: query_string_params,
|
112
|
+
options: options
|
113
|
+
)
|
114
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
115
|
+
|
116
|
+
yield result, response if block_given?
|
117
|
+
result
|
118
|
+
end
|
119
|
+
|
120
|
+
##
|
121
|
+
# GRPC transcoding helper method for the delete REST call
|
122
|
+
#
|
123
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteSslCertificateRequest]
|
124
|
+
# A request object representing the call parameters. Required.
|
125
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
126
|
+
# Uri, Body, Query string parameters
|
127
|
+
def transcode_delete_request request_pb
|
128
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/sslCertificates/#{request_pb.ssl_certificate}"
|
129
|
+
body = nil
|
130
|
+
query_string_params = {}
|
131
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
132
|
+
|
133
|
+
[uri, body, query_string_params]
|
134
|
+
end
|
135
|
+
|
136
|
+
##
|
137
|
+
# Baseline implementation for the get REST call
|
138
|
+
#
|
139
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetSslCertificateRequest]
|
140
|
+
# A request object representing the call parameters. Required.
|
141
|
+
# @param options [::Gapic::CallOptions]
|
142
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
143
|
+
#
|
144
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
145
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::SslCertificate]
|
146
|
+
# @yieldparam response [::Faraday::Response]
|
147
|
+
#
|
148
|
+
# @return [::Google::Cloud::Compute::V1::SslCertificate]
|
149
|
+
# A result object deserialized from the server's reply
|
150
|
+
def get request_pb, options = nil
|
151
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
152
|
+
|
153
|
+
uri, _body, _query_string_params = transcode_get_request request_pb
|
154
|
+
response = @client_stub.make_get_request(
|
155
|
+
uri: uri,
|
156
|
+
options: options
|
157
|
+
)
|
158
|
+
result = ::Google::Cloud::Compute::V1::SslCertificate.decode_json response.body, ignore_unknown_fields: true
|
159
|
+
|
160
|
+
yield result, response if block_given?
|
161
|
+
result
|
162
|
+
end
|
163
|
+
|
164
|
+
##
|
165
|
+
# GRPC transcoding helper method for the get REST call
|
166
|
+
#
|
167
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetSslCertificateRequest]
|
168
|
+
# A request object representing the call parameters. Required.
|
169
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
170
|
+
# Uri, Body, Query string parameters
|
171
|
+
def transcode_get_request request_pb
|
172
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/sslCertificates/#{request_pb.ssl_certificate}"
|
173
|
+
body = nil
|
174
|
+
query_string_params = {}
|
175
|
+
|
176
|
+
[uri, body, query_string_params]
|
177
|
+
end
|
178
|
+
|
179
|
+
##
|
180
|
+
# Baseline implementation for the insert REST call
|
181
|
+
#
|
182
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertSslCertificateRequest]
|
183
|
+
# A request object representing the call parameters. Required.
|
184
|
+
# @param options [::Gapic::CallOptions]
|
185
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
186
|
+
#
|
187
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
188
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
189
|
+
# @yieldparam response [::Faraday::Response]
|
190
|
+
#
|
191
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
192
|
+
# A result object deserialized from the server's reply
|
193
|
+
def insert request_pb, options = nil
|
194
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
195
|
+
|
196
|
+
uri, body, query_string_params = transcode_insert_request request_pb
|
197
|
+
response = @client_stub.make_post_request(
|
198
|
+
uri: uri,
|
199
|
+
body: body,
|
200
|
+
params: query_string_params,
|
201
|
+
options: options
|
202
|
+
)
|
203
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
204
|
+
|
205
|
+
yield result, response if block_given?
|
206
|
+
result
|
207
|
+
end
|
208
|
+
|
209
|
+
##
|
210
|
+
# GRPC transcoding helper method for the insert REST call
|
211
|
+
#
|
212
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertSslCertificateRequest]
|
213
|
+
# A request object representing the call parameters. Required.
|
214
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
215
|
+
# Uri, Body, Query string parameters
|
216
|
+
def transcode_insert_request request_pb
|
217
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/sslCertificates"
|
218
|
+
body = request_pb.ssl_certificate_resource.to_json
|
219
|
+
query_string_params = {}
|
220
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
221
|
+
|
222
|
+
[uri, body, query_string_params]
|
223
|
+
end
|
224
|
+
|
225
|
+
##
|
226
|
+
# Baseline implementation for the list REST call
|
227
|
+
#
|
228
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListSslCertificatesRequest]
|
229
|
+
# A request object representing the call parameters. Required.
|
230
|
+
# @param options [::Gapic::CallOptions]
|
231
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
232
|
+
#
|
233
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
234
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::SslCertificateList]
|
235
|
+
# @yieldparam response [::Faraday::Response]
|
236
|
+
#
|
237
|
+
# @return [::Google::Cloud::Compute::V1::SslCertificateList]
|
238
|
+
# A result object deserialized from the server's reply
|
239
|
+
def list request_pb, options = nil
|
240
|
+
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
241
|
+
|
242
|
+
uri, _body, query_string_params = transcode_list_request request_pb
|
243
|
+
response = @client_stub.make_get_request(
|
244
|
+
uri: uri,
|
245
|
+
params: query_string_params,
|
246
|
+
options: options
|
247
|
+
)
|
248
|
+
result = ::Google::Cloud::Compute::V1::SslCertificateList.decode_json response.body, ignore_unknown_fields: true
|
249
|
+
|
250
|
+
yield result, response if block_given?
|
251
|
+
result
|
252
|
+
end
|
253
|
+
|
254
|
+
##
|
255
|
+
# GRPC transcoding helper method for the list REST call
|
256
|
+
#
|
257
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListSslCertificatesRequest]
|
258
|
+
# A request object representing the call parameters. Required.
|
259
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
260
|
+
# Uri, Body, Query string parameters
|
261
|
+
def transcode_list_request request_pb
|
262
|
+
uri = "/compute/v1/projects/#{request_pb.project}/global/sslCertificates"
|
263
|
+
body = nil
|
264
|
+
query_string_params = {}
|
265
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
266
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
267
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
268
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
269
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
270
|
+
|
271
|
+
[uri, body, query_string_params]
|
272
|
+
end
|
273
|
+
end
|
274
|
+
end
|
275
|
+
end
|
276
|
+
end
|
277
|
+
end
|
278
|
+
end
|
279
|
+
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/ssl_policies/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The SslPolicies API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :ssl_policies_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::SslPolicies::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 SslPolicies clients
|
47
|
+
# ::Google::Cloud::Compute::V1::SslPolicies::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,27 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.delete.timeout = 600.0
|
68
|
+
|
69
|
+
default_config.rpcs.get.timeout = 600.0
|
70
|
+
default_config.rpcs.get.retry_policy = {
|
71
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
72
|
+
}
|
73
|
+
|
74
|
+
default_config.rpcs.insert.timeout = 600.0
|
75
|
+
|
76
|
+
default_config.rpcs.list.timeout = 600.0
|
77
|
+
default_config.rpcs.list.retry_policy = {
|
78
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
79
|
+
}
|
80
|
+
|
81
|
+
default_config.rpcs.list_available_features.timeout = 600.0
|
82
|
+
default_config.rpcs.list_available_features.retry_policy = {
|
83
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
84
|
+
}
|
85
|
+
|
86
|
+
default_config.rpcs.patch.timeout = 600.0
|
87
|
+
|
69
88
|
default_config
|
70
89
|
end
|
71
90
|
yield @configure if block_given?
|
@@ -95,28 +114,20 @@ module Google
|
|
95
114
|
##
|
96
115
|
# Create a new SslPolicies REST client object.
|
97
116
|
#
|
98
|
-
#
|
117
|
+
# @example
|
99
118
|
#
|
100
|
-
#
|
101
|
-
#
|
119
|
+
# # Create a client using the default configuration
|
120
|
+
# client = ::Google::Cloud::Compute::V1::SslPolicies::Rest::Client.new
|
102
121
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::SslPolicies::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
122
|
+
# # Create a client using a custom configuration
|
123
|
+
# client = ::Google::Cloud::Compute::V1::SslPolicies::Rest::Client.new do |config|
|
124
|
+
# config.timeout = 10.0
|
125
|
+
# end
|
111
126
|
#
|
112
127
|
# @yield [config] Configure the SslPolicies client.
|
113
128
|
# @yieldparam config [Client::Configuration]
|
114
129
|
#
|
115
130
|
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
131
|
# Create the configuration object
|
121
132
|
@config = Configuration.new Client.configure
|
122
133
|
|
@@ -126,11 +137,11 @@ module Google
|
|
126
137
|
# Create credentials
|
127
138
|
credentials = @config.credentials
|
128
139
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
140
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
141
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
142
|
end
|
132
143
|
|
133
|
-
@
|
144
|
+
@ssl_policies_stub = ::Google::Cloud::Compute::V1::SslPolicies::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
145
|
end
|
135
146
|
|
136
147
|
# Service calls
|
@@ -165,11 +176,11 @@ module Google
|
|
165
176
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
166
177
|
# @param ssl_policy [::String]
|
167
178
|
# Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.
|
168
|
-
# @yield [result,
|
169
|
-
# @yieldparam result [::
|
179
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
180
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
170
181
|
# @yieldparam response [::Faraday::Response]
|
171
182
|
#
|
172
|
-
# @return [::
|
183
|
+
# @return [::Gapic::Rest::BaseOperation]
|
173
184
|
#
|
174
185
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
175
186
|
def delete request, options = nil
|
@@ -181,7 +192,7 @@ module Google
|
|
181
192
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
182
193
|
|
183
194
|
# Customize the options with defaults
|
184
|
-
call_metadata =
|
195
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
185
196
|
|
186
197
|
# Set x-goog-api-client header
|
187
198
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -189,19 +200,17 @@ module Google
|
|
189
200
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
190
201
|
transports_version_send: [:rest]
|
191
202
|
|
192
|
-
options.apply_defaults timeout: @config.timeout,
|
203
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
193
204
|
metadata: call_metadata
|
194
205
|
|
195
|
-
|
196
|
-
|
197
|
-
uri: uri,
|
198
|
-
params: query_string_params,
|
199
|
-
options: options
|
200
|
-
)
|
201
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
206
|
+
options.apply_defaults timeout: @config.timeout,
|
207
|
+
metadata: @config.metadata
|
202
208
|
|
203
|
-
|
204
|
-
|
209
|
+
@ssl_policies_stub.delete request, options do |result, response|
|
210
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
211
|
+
yield result, response if block_given?
|
212
|
+
return result
|
213
|
+
end
|
205
214
|
rescue ::Faraday::Error => e
|
206
215
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
207
216
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -231,7 +240,7 @@ module Google
|
|
231
240
|
# Project ID for this request.
|
232
241
|
# @param ssl_policy [::String]
|
233
242
|
# Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
|
234
|
-
# @yield [result,
|
243
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
235
244
|
# @yieldparam result [::Google::Cloud::Compute::V1::SslPolicy]
|
236
245
|
# @yieldparam response [::Faraday::Response]
|
237
246
|
#
|
@@ -247,7 +256,7 @@ module Google
|
|
247
256
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
248
257
|
|
249
258
|
# Customize the options with defaults
|
250
|
-
call_metadata =
|
259
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
251
260
|
|
252
261
|
# Set x-goog-api-client header
|
253
262
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -255,18 +264,16 @@ module Google
|
|
255
264
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
256
265
|
transports_version_send: [:rest]
|
257
266
|
|
258
|
-
options.apply_defaults timeout: @config.timeout,
|
267
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
259
268
|
metadata: call_metadata
|
260
269
|
|
261
|
-
|
262
|
-
|
263
|
-
uri: uri,
|
264
|
-
options: options
|
265
|
-
)
|
266
|
-
result = ::Google::Cloud::Compute::V1::SslPolicy.decode_json response.body, ignore_unknown_fields: true
|
270
|
+
options.apply_defaults timeout: @config.timeout,
|
271
|
+
metadata: @config.metadata
|
267
272
|
|
268
|
-
|
269
|
-
|
273
|
+
@ssl_policies_stub.get request, options do |result, response|
|
274
|
+
yield result, response if block_given?
|
275
|
+
return result
|
276
|
+
end
|
270
277
|
rescue ::Faraday::Error => e
|
271
278
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
272
279
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -302,11 +309,11 @@ module Google
|
|
302
309
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
303
310
|
# @param ssl_policy_resource [::Google::Cloud::Compute::V1::SslPolicy, ::Hash]
|
304
311
|
# The body resource for this request
|
305
|
-
# @yield [result,
|
306
|
-
# @yieldparam result [::
|
312
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
313
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
307
314
|
# @yieldparam response [::Faraday::Response]
|
308
315
|
#
|
309
|
-
# @return [::
|
316
|
+
# @return [::Gapic::Rest::BaseOperation]
|
310
317
|
#
|
311
318
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
312
319
|
def insert request, options = nil
|
@@ -318,7 +325,7 @@ module Google
|
|
318
325
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
319
326
|
|
320
327
|
# Customize the options with defaults
|
321
|
-
call_metadata =
|
328
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
322
329
|
|
323
330
|
# Set x-goog-api-client header
|
324
331
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -326,20 +333,17 @@ module Google
|
|
326
333
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
327
334
|
transports_version_send: [:rest]
|
328
335
|
|
329
|
-
options.apply_defaults timeout: @config.timeout,
|
336
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
330
337
|
metadata: call_metadata
|
331
338
|
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
yield result, response if block_given?
|
342
|
-
result
|
339
|
+
options.apply_defaults timeout: @config.timeout,
|
340
|
+
metadata: @config.metadata
|
341
|
+
|
342
|
+
@ssl_policies_stub.insert request, options do |result, response|
|
343
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
344
|
+
yield result, response if block_given?
|
345
|
+
return result
|
346
|
+
end
|
343
347
|
rescue ::Faraday::Error => e
|
344
348
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
345
349
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -386,12 +390,12 @@ module Google
|
|
386
390
|
# @param project [::String]
|
387
391
|
# Project ID for this request.
|
388
392
|
# @param return_partial_success [::Boolean]
|
389
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
390
|
-
# @yield [result,
|
391
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
393
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
394
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
395
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::SslPolicy>]
|
392
396
|
# @yieldparam response [::Faraday::Response]
|
393
397
|
#
|
394
|
-
# @return [::Google::Cloud::Compute::V1::
|
398
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::SslPolicy>]
|
395
399
|
#
|
396
400
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
397
401
|
def list request, options = nil
|
@@ -403,7 +407,7 @@ module Google
|
|
403
407
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
404
408
|
|
405
409
|
# Customize the options with defaults
|
406
|
-
call_metadata =
|
410
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
407
411
|
|
408
412
|
# Set x-goog-api-client header
|
409
413
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -411,19 +415,17 @@ module Google
|
|
411
415
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
412
416
|
transports_version_send: [:rest]
|
413
417
|
|
414
|
-
options.apply_defaults timeout: @config.timeout,
|
418
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
415
419
|
metadata: call_metadata
|
416
420
|
|
417
|
-
|
418
|
-
|
419
|
-
uri: uri,
|
420
|
-
params: query_string_params,
|
421
|
-
options: options
|
422
|
-
)
|
423
|
-
result = ::Google::Cloud::Compute::V1::SslPoliciesList.decode_json response.body, ignore_unknown_fields: true
|
421
|
+
options.apply_defaults timeout: @config.timeout,
|
422
|
+
metadata: @config.metadata
|
424
423
|
|
425
|
-
|
426
|
-
|
424
|
+
@ssl_policies_stub.list request, options do |result, response|
|
425
|
+
result = ::Gapic::Rest::PagedEnumerable.new @ssl_policies_stub, :list, "items", request, result, options
|
426
|
+
yield result, response if block_given?
|
427
|
+
return result
|
428
|
+
end
|
427
429
|
rescue ::Faraday::Error => e
|
428
430
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
429
431
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -470,8 +472,8 @@ module Google
|
|
470
472
|
# @param project [::String]
|
471
473
|
# Project ID for this request.
|
472
474
|
# @param return_partial_success [::Boolean]
|
473
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
474
|
-
# @yield [result,
|
475
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
476
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
475
477
|
# @yieldparam result [::Google::Cloud::Compute::V1::SslPoliciesListAvailableFeaturesResponse]
|
476
478
|
# @yieldparam response [::Faraday::Response]
|
477
479
|
#
|
@@ -487,7 +489,7 @@ module Google
|
|
487
489
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
488
490
|
|
489
491
|
# Customize the options with defaults
|
490
|
-
call_metadata =
|
492
|
+
call_metadata = @config.rpcs.list_available_features.metadata.to_h
|
491
493
|
|
492
494
|
# Set x-goog-api-client header
|
493
495
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -495,19 +497,16 @@ module Google
|
|
495
497
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
496
498
|
transports_version_send: [:rest]
|
497
499
|
|
498
|
-
options.apply_defaults timeout: @config.timeout,
|
500
|
+
options.apply_defaults timeout: @config.rpcs.list_available_features.timeout,
|
499
501
|
metadata: call_metadata
|
500
502
|
|
501
|
-
|
502
|
-
|
503
|
-
uri: uri,
|
504
|
-
params: query_string_params,
|
505
|
-
options: options
|
506
|
-
)
|
507
|
-
result = ::Google::Cloud::Compute::V1::SslPoliciesListAvailableFeaturesResponse.decode_json response.body, ignore_unknown_fields: true
|
503
|
+
options.apply_defaults timeout: @config.timeout,
|
504
|
+
metadata: @config.metadata
|
508
505
|
|
509
|
-
|
510
|
-
|
506
|
+
@ssl_policies_stub.list_available_features request, options do |result, response|
|
507
|
+
yield result, response if block_given?
|
508
|
+
return result
|
509
|
+
end
|
511
510
|
rescue ::Faraday::Error => e
|
512
511
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
513
512
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -545,11 +544,11 @@ module Google
|
|
545
544
|
# Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
|
546
545
|
# @param ssl_policy_resource [::Google::Cloud::Compute::V1::SslPolicy, ::Hash]
|
547
546
|
# The body resource for this request
|
548
|
-
# @yield [result,
|
549
|
-
# @yieldparam result [::
|
547
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
548
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
550
549
|
# @yieldparam response [::Faraday::Response]
|
551
550
|
#
|
552
|
-
# @return [::
|
551
|
+
# @return [::Gapic::Rest::BaseOperation]
|
553
552
|
#
|
554
553
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
555
554
|
def patch request, options = nil
|
@@ -561,7 +560,7 @@ module Google
|
|
561
560
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
562
561
|
|
563
562
|
# Customize the options with defaults
|
564
|
-
call_metadata =
|
563
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
565
564
|
|
566
565
|
# Set x-goog-api-client header
|
567
566
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -569,20 +568,17 @@ module Google
|
|
569
568
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
570
569
|
transports_version_send: [:rest]
|
571
570
|
|
572
|
-
options.apply_defaults timeout: @config.timeout,
|
571
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
573
572
|
metadata: call_metadata
|
574
573
|
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
yield result, response if block_given?
|
585
|
-
result
|
574
|
+
options.apply_defaults timeout: @config.timeout,
|
575
|
+
metadata: @config.metadata
|
576
|
+
|
577
|
+
@ssl_policies_stub.patch request, options do |result, response|
|
578
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
579
|
+
yield result, response if block_given?
|
580
|
+
return result
|
581
|
+
end
|
586
582
|
rescue ::Faraday::Error => e
|
587
583
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
588
584
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -637,6 +633,9 @@ module Google
|
|
637
633
|
# @!attribute [rw] timeout
|
638
634
|
# The call timeout in seconds.
|
639
635
|
# @return [::Numeric]
|
636
|
+
# @!attribute [rw] metadata
|
637
|
+
# Additional REST headers to be sent with the call.
|
638
|
+
# @return [::Hash{::Symbol=>::String}]
|
640
639
|
#
|
641
640
|
class Configuration
|
642
641
|
extend ::Gapic::Config
|
@@ -650,6 +649,7 @@ module Google
|
|
650
649
|
config_attr :lib_name, nil, ::String, nil
|
651
650
|
config_attr :lib_version, nil, ::String, nil
|
652
651
|
config_attr :timeout, nil, ::Numeric, nil
|
652
|
+
config_attr :metadata, nil, ::Hash, nil
|
653
653
|
|
654
654
|
# @private
|
655
655
|
def initialize parent_config = nil
|
@@ -657,6 +657,81 @@ module Google
|
|
657
657
|
|
658
658
|
yield self if block_given?
|
659
659
|
end
|
660
|
+
|
661
|
+
##
|
662
|
+
# Configurations for individual RPCs
|
663
|
+
# @return [Rpcs]
|
664
|
+
#
|
665
|
+
def rpcs
|
666
|
+
@rpcs ||= begin
|
667
|
+
parent_rpcs = nil
|
668
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
669
|
+
Rpcs.new parent_rpcs
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
673
|
+
##
|
674
|
+
# Configuration RPC class for the SslPolicies API.
|
675
|
+
#
|
676
|
+
# Includes fields providing the configuration for each RPC in this service.
|
677
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
678
|
+
# the following configuration fields:
|
679
|
+
#
|
680
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
681
|
+
#
|
682
|
+
# there is one other field (`retry_policy`) that can be set
|
683
|
+
# but is currently not supported for REST Gapic libraries.
|
684
|
+
#
|
685
|
+
class Rpcs
|
686
|
+
##
|
687
|
+
# RPC-specific configuration for `delete`
|
688
|
+
# @return [::Gapic::Config::Method]
|
689
|
+
#
|
690
|
+
attr_reader :delete
|
691
|
+
##
|
692
|
+
# RPC-specific configuration for `get`
|
693
|
+
# @return [::Gapic::Config::Method]
|
694
|
+
#
|
695
|
+
attr_reader :get
|
696
|
+
##
|
697
|
+
# RPC-specific configuration for `insert`
|
698
|
+
# @return [::Gapic::Config::Method]
|
699
|
+
#
|
700
|
+
attr_reader :insert
|
701
|
+
##
|
702
|
+
# RPC-specific configuration for `list`
|
703
|
+
# @return [::Gapic::Config::Method]
|
704
|
+
#
|
705
|
+
attr_reader :list
|
706
|
+
##
|
707
|
+
# RPC-specific configuration for `list_available_features`
|
708
|
+
# @return [::Gapic::Config::Method]
|
709
|
+
#
|
710
|
+
attr_reader :list_available_features
|
711
|
+
##
|
712
|
+
# RPC-specific configuration for `patch`
|
713
|
+
# @return [::Gapic::Config::Method]
|
714
|
+
#
|
715
|
+
attr_reader :patch
|
716
|
+
|
717
|
+
# @private
|
718
|
+
def initialize parent_rpcs = nil
|
719
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
720
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
721
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
722
|
+
@get = ::Gapic::Config::Method.new get_config
|
723
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
724
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
725
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
726
|
+
@list = ::Gapic::Config::Method.new list_config
|
727
|
+
list_available_features_config = parent_rpcs.list_available_features if parent_rpcs.respond_to? :list_available_features
|
728
|
+
@list_available_features = ::Gapic::Config::Method.new list_available_features_config
|
729
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
730
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
731
|
+
|
732
|
+
yield self if block_given?
|
733
|
+
end
|
734
|
+
end
|
660
735
|
end
|
661
736
|
end
|
662
737
|
end
|