google-cloud-compute-v1 0.2.0 → 1.0.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 +19 -37
- data/README.md +4 -30
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +127 -90
- 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 +172 -130
- 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 +218 -172
- 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 +236 -185
- 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 +308 -253
- 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 +8507 -7466
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +127 -90
- 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 +345 -272
- 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 +184 -129
- 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 +476 -343
- 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 +191 -145
- 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 +296 -171
- 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 +145 -103
- 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 +265 -144
- 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 +215 -172
- 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 +165 -118
- 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 +118 -76
- 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 +175 -124
- 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 +218 -172
- 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/image_family_views/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +318 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +89 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/image_family_views.rb +44 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +291 -209
- 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 +526 -477
- 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 +271 -233
- 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 +202 -139
- 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 +1186 -797
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +2018 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +195 -151
- 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 +100 -63
- 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 +189 -135
- 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 +93 -50
- 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 +209 -146
- 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 +127 -90
- 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 +261 -213
- 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 +363 -234
- 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 +345 -277
- 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 +229 -166
- 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 +127 -90
- 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 +213 -163
- 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 +351 -288
- 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 +175 -124
- 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 +203 -151
- 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 +191 -145
- 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 +212 -160
- 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 +151 -112
- 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 +100 -63
- 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 +318 -245
- 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 +168 -124
- 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 +191 -145
- 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 +498 -445
- 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 +148 -113
- 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 +76 -45
- 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 +145 -103
- 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 +145 -103
- 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 +137 -90
- 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 +145 -103
- 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 +168 -124
- 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 +191 -145
- 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 +205 -137
- 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 +100 -63
- 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 +252 -187
- 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 +229 -166
- 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 +284 -222
- 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 +145 -103
- 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 +277 -205
- 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/service_attachments/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +954 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/service_attachments.rb +44 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +201 -135
- 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 +172 -130
- 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 +192 -149
- 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 +325 -256
- 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 +168 -124
- 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 +219 -173
- 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 +340 -213
- 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 +172 -130
- 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 +305 -247
- 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 +237 -187
- 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 +191 -145
- 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 +172 -130
- 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 +260 -208
- 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 +234 -174
- 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 +172 -130
- 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 +137 -90
- 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 +100 -63
- 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 +7 -0
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/api/field_behavior.rb +6 -0
- data/proto_docs/google/api/resource.rb +10 -71
- data/proto_docs/google/cloud/compute/v1/compute.rb +18964 -19481
- data/proto_docs/google/cloud/extended_operations.rb +51 -0
- metadata +110 -9
@@ -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/network_endpoint_groups/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The NetworkEndpointGroups API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :network_endpoint_groups_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::NetworkEndpointGroups::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 NetworkEndpointGroups clients
|
47
|
+
# ::Google::Cloud::Compute::V1::NetworkEndpointGroups::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,33 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.aggregated_list.timeout = 600.0
|
68
|
+
default_config.rpcs.aggregated_list.retry_policy = {
|
69
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
70
|
+
}
|
71
|
+
|
72
|
+
default_config.rpcs.attach_network_endpoints.timeout = 600.0
|
73
|
+
|
74
|
+
default_config.rpcs.delete.timeout = 600.0
|
75
|
+
|
76
|
+
default_config.rpcs.detach_network_endpoints.timeout = 600.0
|
77
|
+
|
78
|
+
default_config.rpcs.get.timeout = 600.0
|
79
|
+
default_config.rpcs.get.retry_policy = {
|
80
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
81
|
+
}
|
82
|
+
|
83
|
+
default_config.rpcs.insert.timeout = 600.0
|
84
|
+
|
85
|
+
default_config.rpcs.list.timeout = 600.0
|
86
|
+
default_config.rpcs.list.retry_policy = {
|
87
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
88
|
+
}
|
89
|
+
|
90
|
+
default_config.rpcs.list_network_endpoints.timeout = 600.0
|
91
|
+
|
92
|
+
default_config.rpcs.test_iam_permissions.timeout = 600.0
|
93
|
+
|
69
94
|
default_config
|
70
95
|
end
|
71
96
|
yield @configure if block_given?
|
@@ -95,28 +120,20 @@ module Google
|
|
95
120
|
##
|
96
121
|
# Create a new NetworkEndpointGroups REST client object.
|
97
122
|
#
|
98
|
-
#
|
123
|
+
# @example
|
99
124
|
#
|
100
|
-
#
|
101
|
-
#
|
125
|
+
# # Create a client using the default configuration
|
126
|
+
# client = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client.new
|
102
127
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
128
|
+
# # Create a client using a custom configuration
|
129
|
+
# client = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client.new do |config|
|
130
|
+
# config.timeout = 10.0
|
131
|
+
# end
|
111
132
|
#
|
112
133
|
# @yield [config] Configure the NetworkEndpointGroups client.
|
113
134
|
# @yieldparam config [Client::Configuration]
|
114
135
|
#
|
115
136
|
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
137
|
# Create the configuration object
|
121
138
|
@config = Configuration.new Client.configure
|
122
139
|
|
@@ -126,11 +143,11 @@ module Google
|
|
126
143
|
# Create credentials
|
127
144
|
credentials = @config.credentials
|
128
145
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
146
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
147
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
148
|
end
|
132
149
|
|
133
|
-
@
|
150
|
+
@network_endpoint_groups_stub = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
151
|
end
|
135
152
|
|
136
153
|
# Service calls
|
@@ -156,34 +173,24 @@ module Google
|
|
156
173
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
157
174
|
#
|
158
175
|
# @param filter [::String]
|
159
|
-
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
|
160
|
-
#
|
161
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
162
|
-
#
|
163
|
-
# You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
|
164
|
-
#
|
165
|
-
# To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
176
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
166
177
|
# @param include_all_scopes [::Boolean]
|
167
178
|
# Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
|
168
179
|
# @param max_results [::Integer]
|
169
180
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
170
181
|
# @param order_by [::String]
|
171
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
172
|
-
#
|
173
|
-
# You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
|
174
|
-
#
|
175
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
182
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
176
183
|
# @param page_token [::String]
|
177
184
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
178
185
|
# @param project [::String]
|
179
186
|
# Project ID for this request.
|
180
187
|
# @param return_partial_success [::Boolean]
|
181
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
182
|
-
# @yield [result,
|
183
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
188
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
189
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
190
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::NetworkEndpointGroupsScopedList>]
|
184
191
|
# @yieldparam response [::Faraday::Response]
|
185
192
|
#
|
186
|
-
# @return [::Google::Cloud::Compute::V1::
|
193
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::NetworkEndpointGroupsScopedList>]
|
187
194
|
#
|
188
195
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
189
196
|
def aggregated_list request, options = nil
|
@@ -195,7 +202,7 @@ module Google
|
|
195
202
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
196
203
|
|
197
204
|
# Customize the options with defaults
|
198
|
-
call_metadata =
|
205
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
199
206
|
|
200
207
|
# Set x-goog-api-client header
|
201
208
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -203,19 +210,17 @@ module Google
|
|
203
210
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
204
211
|
transports_version_send: [:rest]
|
205
212
|
|
206
|
-
options.apply_defaults timeout: @config.timeout,
|
213
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
207
214
|
metadata: call_metadata
|
208
215
|
|
209
|
-
|
210
|
-
|
211
|
-
uri: uri,
|
212
|
-
params: query_string_params,
|
213
|
-
options: options
|
214
|
-
)
|
215
|
-
result = ::Google::Cloud::Compute::V1::NetworkEndpointGroupAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
216
|
+
options.apply_defaults timeout: @config.timeout,
|
217
|
+
metadata: @config.metadata
|
216
218
|
|
217
|
-
|
218
|
-
|
219
|
+
@network_endpoint_groups_stub.aggregated_list request, options do |result, response|
|
220
|
+
result = ::Gapic::Rest::PagedEnumerable.new @network_endpoint_groups_stub, :aggregated_list, "items", request, result, options
|
221
|
+
yield result, response if block_given?
|
222
|
+
return result
|
223
|
+
end
|
219
224
|
rescue ::Faraday::Error => e
|
220
225
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
221
226
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -248,18 +253,14 @@ module Google
|
|
248
253
|
# @param project [::String]
|
249
254
|
# Project ID for this request.
|
250
255
|
# @param request_id [::String]
|
251
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
252
|
-
#
|
253
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
254
|
-
#
|
255
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
256
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
256
257
|
# @param zone [::String]
|
257
258
|
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
258
|
-
# @yield [result,
|
259
|
-
# @yieldparam result [::
|
259
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
260
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
260
261
|
# @yieldparam response [::Faraday::Response]
|
261
262
|
#
|
262
|
-
# @return [::
|
263
|
+
# @return [::Gapic::Rest::BaseOperation]
|
263
264
|
#
|
264
265
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
265
266
|
def attach_network_endpoints request, options = nil
|
@@ -271,7 +272,7 @@ module Google
|
|
271
272
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
272
273
|
|
273
274
|
# Customize the options with defaults
|
274
|
-
call_metadata =
|
275
|
+
call_metadata = @config.rpcs.attach_network_endpoints.metadata.to_h
|
275
276
|
|
276
277
|
# Set x-goog-api-client header
|
277
278
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -279,20 +280,17 @@ module Google
|
|
279
280
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
280
281
|
transports_version_send: [:rest]
|
281
282
|
|
282
|
-
options.apply_defaults timeout: @config.timeout,
|
283
|
+
options.apply_defaults timeout: @config.rpcs.attach_network_endpoints.timeout,
|
283
284
|
metadata: call_metadata
|
284
285
|
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
yield result, response if block_given?
|
295
|
-
result
|
286
|
+
options.apply_defaults timeout: @config.timeout,
|
287
|
+
metadata: @config.metadata
|
288
|
+
|
289
|
+
@network_endpoint_groups_stub.attach_network_endpoints request, options do |result, response|
|
290
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
291
|
+
yield result, response if block_given?
|
292
|
+
return result
|
293
|
+
end
|
296
294
|
rescue ::Faraday::Error => e
|
297
295
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
298
296
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -323,18 +321,14 @@ module Google
|
|
323
321
|
# @param project [::String]
|
324
322
|
# Project ID for this request.
|
325
323
|
# @param request_id [::String]
|
326
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
327
|
-
#
|
328
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
329
|
-
#
|
330
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
324
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
331
325
|
# @param zone [::String]
|
332
326
|
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
333
|
-
# @yield [result,
|
334
|
-
# @yieldparam result [::
|
327
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
328
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
335
329
|
# @yieldparam response [::Faraday::Response]
|
336
330
|
#
|
337
|
-
# @return [::
|
331
|
+
# @return [::Gapic::Rest::BaseOperation]
|
338
332
|
#
|
339
333
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
340
334
|
def delete request, options = nil
|
@@ -346,7 +340,7 @@ module Google
|
|
346
340
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
347
341
|
|
348
342
|
# Customize the options with defaults
|
349
|
-
call_metadata =
|
343
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
350
344
|
|
351
345
|
# Set x-goog-api-client header
|
352
346
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -354,19 +348,17 @@ module Google
|
|
354
348
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
355
349
|
transports_version_send: [:rest]
|
356
350
|
|
357
|
-
options.apply_defaults timeout: @config.timeout,
|
351
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
358
352
|
metadata: call_metadata
|
359
353
|
|
360
|
-
|
361
|
-
|
362
|
-
uri: uri,
|
363
|
-
params: query_string_params,
|
364
|
-
options: options
|
365
|
-
)
|
366
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
354
|
+
options.apply_defaults timeout: @config.timeout,
|
355
|
+
metadata: @config.metadata
|
367
356
|
|
368
|
-
|
369
|
-
|
357
|
+
@network_endpoint_groups_stub.delete request, options do |result, response|
|
358
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
359
|
+
yield result, response if block_given?
|
360
|
+
return result
|
361
|
+
end
|
370
362
|
rescue ::Faraday::Error => e
|
371
363
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
372
364
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -399,18 +391,14 @@ module Google
|
|
399
391
|
# @param project [::String]
|
400
392
|
# Project ID for this request.
|
401
393
|
# @param request_id [::String]
|
402
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
403
|
-
#
|
404
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
405
|
-
#
|
406
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
394
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
407
395
|
# @param zone [::String]
|
408
396
|
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
409
|
-
# @yield [result,
|
410
|
-
# @yieldparam result [::
|
397
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
398
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
411
399
|
# @yieldparam response [::Faraday::Response]
|
412
400
|
#
|
413
|
-
# @return [::
|
401
|
+
# @return [::Gapic::Rest::BaseOperation]
|
414
402
|
#
|
415
403
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
416
404
|
def detach_network_endpoints request, options = nil
|
@@ -422,7 +410,7 @@ module Google
|
|
422
410
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
423
411
|
|
424
412
|
# Customize the options with defaults
|
425
|
-
call_metadata =
|
413
|
+
call_metadata = @config.rpcs.detach_network_endpoints.metadata.to_h
|
426
414
|
|
427
415
|
# Set x-goog-api-client header
|
428
416
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -430,20 +418,17 @@ module Google
|
|
430
418
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
431
419
|
transports_version_send: [:rest]
|
432
420
|
|
433
|
-
options.apply_defaults timeout: @config.timeout,
|
421
|
+
options.apply_defaults timeout: @config.rpcs.detach_network_endpoints.timeout,
|
434
422
|
metadata: call_metadata
|
435
423
|
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
yield result, response if block_given?
|
446
|
-
result
|
424
|
+
options.apply_defaults timeout: @config.timeout,
|
425
|
+
metadata: @config.metadata
|
426
|
+
|
427
|
+
@network_endpoint_groups_stub.detach_network_endpoints request, options do |result, response|
|
428
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
429
|
+
yield result, response if block_given?
|
430
|
+
return result
|
431
|
+
end
|
447
432
|
rescue ::Faraday::Error => e
|
448
433
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
449
434
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -475,7 +460,7 @@ module Google
|
|
475
460
|
# Project ID for this request.
|
476
461
|
# @param zone [::String]
|
477
462
|
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
478
|
-
# @yield [result,
|
463
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
479
464
|
# @yieldparam result [::Google::Cloud::Compute::V1::NetworkEndpointGroup]
|
480
465
|
# @yieldparam response [::Faraday::Response]
|
481
466
|
#
|
@@ -491,7 +476,7 @@ module Google
|
|
491
476
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
492
477
|
|
493
478
|
# Customize the options with defaults
|
494
|
-
call_metadata =
|
479
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
495
480
|
|
496
481
|
# Set x-goog-api-client header
|
497
482
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -499,18 +484,16 @@ module Google
|
|
499
484
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
500
485
|
transports_version_send: [:rest]
|
501
486
|
|
502
|
-
options.apply_defaults timeout: @config.timeout,
|
487
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
503
488
|
metadata: call_metadata
|
504
489
|
|
505
|
-
|
506
|
-
|
507
|
-
uri: uri,
|
508
|
-
options: options
|
509
|
-
)
|
510
|
-
result = ::Google::Cloud::Compute::V1::NetworkEndpointGroup.decode_json response.body, ignore_unknown_fields: true
|
490
|
+
options.apply_defaults timeout: @config.timeout,
|
491
|
+
metadata: @config.metadata
|
511
492
|
|
512
|
-
|
513
|
-
|
493
|
+
@network_endpoint_groups_stub.get request, options do |result, response|
|
494
|
+
yield result, response if block_given?
|
495
|
+
return result
|
496
|
+
end
|
514
497
|
rescue ::Faraday::Error => e
|
515
498
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
516
499
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -541,18 +524,14 @@ module Google
|
|
541
524
|
# @param project [::String]
|
542
525
|
# Project ID for this request.
|
543
526
|
# @param request_id [::String]
|
544
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
545
|
-
#
|
546
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
547
|
-
#
|
548
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
527
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
549
528
|
# @param zone [::String]
|
550
529
|
# The name of the zone where you want to create the network endpoint group. It should comply with RFC1035.
|
551
|
-
# @yield [result,
|
552
|
-
# @yieldparam result [::
|
530
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
531
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
553
532
|
# @yieldparam response [::Faraday::Response]
|
554
533
|
#
|
555
|
-
# @return [::
|
534
|
+
# @return [::Gapic::Rest::BaseOperation]
|
556
535
|
#
|
557
536
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
558
537
|
def insert request, options = nil
|
@@ -564,7 +543,7 @@ module Google
|
|
564
543
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
565
544
|
|
566
545
|
# Customize the options with defaults
|
567
|
-
call_metadata =
|
546
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
568
547
|
|
569
548
|
# Set x-goog-api-client header
|
570
549
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -572,20 +551,17 @@ module Google
|
|
572
551
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
573
552
|
transports_version_send: [:rest]
|
574
553
|
|
575
|
-
options.apply_defaults timeout: @config.timeout,
|
554
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
576
555
|
metadata: call_metadata
|
577
556
|
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
yield result, response if block_given?
|
588
|
-
result
|
557
|
+
options.apply_defaults timeout: @config.timeout,
|
558
|
+
metadata: @config.metadata
|
559
|
+
|
560
|
+
@network_endpoint_groups_stub.insert request, options do |result, response|
|
561
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
562
|
+
yield result, response if block_given?
|
563
|
+
return result
|
564
|
+
end
|
589
565
|
rescue ::Faraday::Error => e
|
590
566
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
591
567
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -612,34 +588,24 @@ module Google
|
|
612
588
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
613
589
|
#
|
614
590
|
# @param filter [::String]
|
615
|
-
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
|
616
|
-
#
|
617
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
618
|
-
#
|
619
|
-
# You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
|
620
|
-
#
|
621
|
-
# To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
591
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
622
592
|
# @param max_results [::Integer]
|
623
593
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
624
594
|
# @param order_by [::String]
|
625
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
626
|
-
#
|
627
|
-
# You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
|
628
|
-
#
|
629
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
595
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
630
596
|
# @param page_token [::String]
|
631
597
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
632
598
|
# @param project [::String]
|
633
599
|
# Project ID for this request.
|
634
600
|
# @param return_partial_success [::Boolean]
|
635
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
601
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
636
602
|
# @param zone [::String]
|
637
603
|
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
638
|
-
# @yield [result,
|
639
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
604
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
605
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::NetworkEndpointGroup>]
|
640
606
|
# @yieldparam response [::Faraday::Response]
|
641
607
|
#
|
642
|
-
# @return [::Google::Cloud::Compute::V1::
|
608
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::NetworkEndpointGroup>]
|
643
609
|
#
|
644
610
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
645
611
|
def list request, options = nil
|
@@ -651,7 +617,7 @@ module Google
|
|
651
617
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
652
618
|
|
653
619
|
# Customize the options with defaults
|
654
|
-
call_metadata =
|
620
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
655
621
|
|
656
622
|
# Set x-goog-api-client header
|
657
623
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -659,19 +625,17 @@ module Google
|
|
659
625
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
660
626
|
transports_version_send: [:rest]
|
661
627
|
|
662
|
-
options.apply_defaults timeout: @config.timeout,
|
628
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
663
629
|
metadata: call_metadata
|
664
630
|
|
665
|
-
|
666
|
-
|
667
|
-
uri: uri,
|
668
|
-
params: query_string_params,
|
669
|
-
options: options
|
670
|
-
)
|
671
|
-
result = ::Google::Cloud::Compute::V1::NetworkEndpointGroupList.decode_json response.body, ignore_unknown_fields: true
|
631
|
+
options.apply_defaults timeout: @config.timeout,
|
632
|
+
metadata: @config.metadata
|
672
633
|
|
673
|
-
|
674
|
-
|
634
|
+
@network_endpoint_groups_stub.list request, options do |result, response|
|
635
|
+
result = ::Gapic::Rest::PagedEnumerable.new @network_endpoint_groups_stub, :list, "items", request, result, options
|
636
|
+
yield result, response if block_given?
|
637
|
+
return result
|
638
|
+
end
|
675
639
|
rescue ::Faraday::Error => e
|
676
640
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
677
641
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -698,13 +662,7 @@ module Google
|
|
698
662
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
699
663
|
#
|
700
664
|
# @param filter [::String]
|
701
|
-
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
|
702
|
-
#
|
703
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
704
|
-
#
|
705
|
-
# You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
|
706
|
-
#
|
707
|
-
# To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
665
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
708
666
|
# @param max_results [::Integer]
|
709
667
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
710
668
|
# @param network_endpoint_group [::String]
|
@@ -712,24 +670,20 @@ module Google
|
|
712
670
|
# @param network_endpoint_groups_list_endpoints_request_resource [::Google::Cloud::Compute::V1::NetworkEndpointGroupsListEndpointsRequest, ::Hash]
|
713
671
|
# The body resource for this request
|
714
672
|
# @param order_by [::String]
|
715
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
716
|
-
#
|
717
|
-
# You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
|
718
|
-
#
|
719
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
673
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
720
674
|
# @param page_token [::String]
|
721
675
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
722
676
|
# @param project [::String]
|
723
677
|
# Project ID for this request.
|
724
678
|
# @param return_partial_success [::Boolean]
|
725
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
679
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
726
680
|
# @param zone [::String]
|
727
681
|
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
728
|
-
# @yield [result,
|
729
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
682
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
683
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::NetworkEndpointWithHealthStatus>]
|
730
684
|
# @yieldparam response [::Faraday::Response]
|
731
685
|
#
|
732
|
-
# @return [::Google::Cloud::Compute::V1::
|
686
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::NetworkEndpointWithHealthStatus>]
|
733
687
|
#
|
734
688
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
735
689
|
def list_network_endpoints request, options = nil
|
@@ -741,7 +695,7 @@ module Google
|
|
741
695
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
742
696
|
|
743
697
|
# Customize the options with defaults
|
744
|
-
call_metadata =
|
698
|
+
call_metadata = @config.rpcs.list_network_endpoints.metadata.to_h
|
745
699
|
|
746
700
|
# Set x-goog-api-client header
|
747
701
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -749,20 +703,17 @@ module Google
|
|
749
703
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
750
704
|
transports_version_send: [:rest]
|
751
705
|
|
752
|
-
options.apply_defaults timeout: @config.timeout,
|
706
|
+
options.apply_defaults timeout: @config.rpcs.list_network_endpoints.timeout,
|
753
707
|
metadata: call_metadata
|
754
708
|
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
yield result, response if block_given?
|
765
|
-
result
|
709
|
+
options.apply_defaults timeout: @config.timeout,
|
710
|
+
metadata: @config.metadata
|
711
|
+
|
712
|
+
@network_endpoint_groups_stub.list_network_endpoints request, options do |result, response|
|
713
|
+
result = ::Gapic::Rest::PagedEnumerable.new @network_endpoint_groups_stub, :list_network_endpoints, "items", request, result, options
|
714
|
+
yield result, response if block_given?
|
715
|
+
return result
|
716
|
+
end
|
766
717
|
rescue ::Faraday::Error => e
|
767
718
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
768
719
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -796,7 +747,7 @@ module Google
|
|
796
747
|
# The body resource for this request
|
797
748
|
# @param zone [::String]
|
798
749
|
# The name of the zone for this request.
|
799
|
-
# @yield [result,
|
750
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
800
751
|
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
801
752
|
# @yieldparam response [::Faraday::Response]
|
802
753
|
#
|
@@ -812,7 +763,7 @@ module Google
|
|
812
763
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
813
764
|
|
814
765
|
# Customize the options with defaults
|
815
|
-
call_metadata =
|
766
|
+
call_metadata = @config.rpcs.test_iam_permissions.metadata.to_h
|
816
767
|
|
817
768
|
# Set x-goog-api-client header
|
818
769
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -820,19 +771,16 @@ module Google
|
|
820
771
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
821
772
|
transports_version_send: [:rest]
|
822
773
|
|
823
|
-
options.apply_defaults timeout: @config.timeout,
|
774
|
+
options.apply_defaults timeout: @config.rpcs.test_iam_permissions.timeout,
|
824
775
|
metadata: call_metadata
|
825
776
|
|
826
|
-
|
827
|
-
|
828
|
-
uri: uri,
|
829
|
-
body: body,
|
830
|
-
options: options
|
831
|
-
)
|
832
|
-
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
777
|
+
options.apply_defaults timeout: @config.timeout,
|
778
|
+
metadata: @config.metadata
|
833
779
|
|
834
|
-
|
835
|
-
|
780
|
+
@network_endpoint_groups_stub.test_iam_permissions request, options do |result, response|
|
781
|
+
yield result, response if block_given?
|
782
|
+
return result
|
783
|
+
end
|
836
784
|
rescue ::Faraday::Error => e
|
837
785
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
838
786
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -887,6 +835,9 @@ module Google
|
|
887
835
|
# @!attribute [rw] timeout
|
888
836
|
# The call timeout in seconds.
|
889
837
|
# @return [::Numeric]
|
838
|
+
# @!attribute [rw] metadata
|
839
|
+
# Additional REST headers to be sent with the call.
|
840
|
+
# @return [::Hash{::Symbol=>::String}]
|
890
841
|
#
|
891
842
|
class Configuration
|
892
843
|
extend ::Gapic::Config
|
@@ -900,6 +851,7 @@ module Google
|
|
900
851
|
config_attr :lib_name, nil, ::String, nil
|
901
852
|
config_attr :lib_version, nil, ::String, nil
|
902
853
|
config_attr :timeout, nil, ::Numeric, nil
|
854
|
+
config_attr :metadata, nil, ::Hash, nil
|
903
855
|
|
904
856
|
# @private
|
905
857
|
def initialize parent_config = nil
|
@@ -907,6 +859,102 @@ module Google
|
|
907
859
|
|
908
860
|
yield self if block_given?
|
909
861
|
end
|
862
|
+
|
863
|
+
##
|
864
|
+
# Configurations for individual RPCs
|
865
|
+
# @return [Rpcs]
|
866
|
+
#
|
867
|
+
def rpcs
|
868
|
+
@rpcs ||= begin
|
869
|
+
parent_rpcs = nil
|
870
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
871
|
+
Rpcs.new parent_rpcs
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
875
|
+
##
|
876
|
+
# Configuration RPC class for the NetworkEndpointGroups API.
|
877
|
+
#
|
878
|
+
# Includes fields providing the configuration for each RPC in this service.
|
879
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
880
|
+
# the following configuration fields:
|
881
|
+
#
|
882
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
883
|
+
#
|
884
|
+
# there is one other field (`retry_policy`) that can be set
|
885
|
+
# but is currently not supported for REST Gapic libraries.
|
886
|
+
#
|
887
|
+
class Rpcs
|
888
|
+
##
|
889
|
+
# RPC-specific configuration for `aggregated_list`
|
890
|
+
# @return [::Gapic::Config::Method]
|
891
|
+
#
|
892
|
+
attr_reader :aggregated_list
|
893
|
+
##
|
894
|
+
# RPC-specific configuration for `attach_network_endpoints`
|
895
|
+
# @return [::Gapic::Config::Method]
|
896
|
+
#
|
897
|
+
attr_reader :attach_network_endpoints
|
898
|
+
##
|
899
|
+
# RPC-specific configuration for `delete`
|
900
|
+
# @return [::Gapic::Config::Method]
|
901
|
+
#
|
902
|
+
attr_reader :delete
|
903
|
+
##
|
904
|
+
# RPC-specific configuration for `detach_network_endpoints`
|
905
|
+
# @return [::Gapic::Config::Method]
|
906
|
+
#
|
907
|
+
attr_reader :detach_network_endpoints
|
908
|
+
##
|
909
|
+
# RPC-specific configuration for `get`
|
910
|
+
# @return [::Gapic::Config::Method]
|
911
|
+
#
|
912
|
+
attr_reader :get
|
913
|
+
##
|
914
|
+
# RPC-specific configuration for `insert`
|
915
|
+
# @return [::Gapic::Config::Method]
|
916
|
+
#
|
917
|
+
attr_reader :insert
|
918
|
+
##
|
919
|
+
# RPC-specific configuration for `list`
|
920
|
+
# @return [::Gapic::Config::Method]
|
921
|
+
#
|
922
|
+
attr_reader :list
|
923
|
+
##
|
924
|
+
# RPC-specific configuration for `list_network_endpoints`
|
925
|
+
# @return [::Gapic::Config::Method]
|
926
|
+
#
|
927
|
+
attr_reader :list_network_endpoints
|
928
|
+
##
|
929
|
+
# RPC-specific configuration for `test_iam_permissions`
|
930
|
+
# @return [::Gapic::Config::Method]
|
931
|
+
#
|
932
|
+
attr_reader :test_iam_permissions
|
933
|
+
|
934
|
+
# @private
|
935
|
+
def initialize parent_rpcs = nil
|
936
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
937
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
938
|
+
attach_network_endpoints_config = parent_rpcs.attach_network_endpoints if parent_rpcs.respond_to? :attach_network_endpoints
|
939
|
+
@attach_network_endpoints = ::Gapic::Config::Method.new attach_network_endpoints_config
|
940
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
941
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
942
|
+
detach_network_endpoints_config = parent_rpcs.detach_network_endpoints if parent_rpcs.respond_to? :detach_network_endpoints
|
943
|
+
@detach_network_endpoints = ::Gapic::Config::Method.new detach_network_endpoints_config
|
944
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
945
|
+
@get = ::Gapic::Config::Method.new get_config
|
946
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
947
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
948
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
949
|
+
@list = ::Gapic::Config::Method.new list_config
|
950
|
+
list_network_endpoints_config = parent_rpcs.list_network_endpoints if parent_rpcs.respond_to? :list_network_endpoints
|
951
|
+
@list_network_endpoints = ::Gapic::Config::Method.new list_network_endpoints_config
|
952
|
+
test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
|
953
|
+
@test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config
|
954
|
+
|
955
|
+
yield self if block_given?
|
956
|
+
end
|
957
|
+
end
|
910
958
|
end
|
911
959
|
end
|
912
960
|
end
|