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
@@ -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/firewalls/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The Firewalls API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :firewalls_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::Firewalls::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 Firewalls clients
|
47
|
+
# ::Google::Cloud::Compute::V1::Firewalls::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,24 @@ 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.patch.timeout = 600.0
|
82
|
+
|
83
|
+
default_config.rpcs.update.timeout = 600.0
|
84
|
+
|
69
85
|
default_config
|
70
86
|
end
|
71
87
|
yield @configure if block_given?
|
@@ -95,28 +111,20 @@ module Google
|
|
95
111
|
##
|
96
112
|
# Create a new Firewalls REST client object.
|
97
113
|
#
|
98
|
-
#
|
114
|
+
# @example
|
99
115
|
#
|
100
|
-
#
|
101
|
-
#
|
116
|
+
# # Create a client using the default configuration
|
117
|
+
# client = ::Google::Cloud::Compute::V1::Firewalls::Rest::Client.new
|
102
118
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::Firewalls::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
119
|
+
# # Create a client using a custom configuration
|
120
|
+
# client = ::Google::Cloud::Compute::V1::Firewalls::Rest::Client.new do |config|
|
121
|
+
# config.timeout = 10.0
|
122
|
+
# end
|
111
123
|
#
|
112
124
|
# @yield [config] Configure the Firewalls client.
|
113
125
|
# @yieldparam config [Client::Configuration]
|
114
126
|
#
|
115
127
|
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
128
|
# Create the configuration object
|
121
129
|
@config = Configuration.new Client.configure
|
122
130
|
|
@@ -126,11 +134,11 @@ module Google
|
|
126
134
|
# Create credentials
|
127
135
|
credentials = @config.credentials
|
128
136
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
137
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
138
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
139
|
end
|
132
140
|
|
133
|
-
@
|
141
|
+
@firewalls_stub = ::Google::Cloud::Compute::V1::Firewalls::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
142
|
end
|
135
143
|
|
136
144
|
# Service calls
|
@@ -165,11 +173,11 @@ module Google
|
|
165
173
|
# 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.
|
166
174
|
#
|
167
175
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
168
|
-
# @yield [result,
|
169
|
-
# @yieldparam result [::
|
176
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
177
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
170
178
|
# @yieldparam response [::Faraday::Response]
|
171
179
|
#
|
172
|
-
# @return [::
|
180
|
+
# @return [::Gapic::Rest::BaseOperation]
|
173
181
|
#
|
174
182
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
175
183
|
def delete request, options = nil
|
@@ -181,7 +189,7 @@ module Google
|
|
181
189
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
182
190
|
|
183
191
|
# Customize the options with defaults
|
184
|
-
call_metadata =
|
192
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
185
193
|
|
186
194
|
# Set x-goog-api-client header
|
187
195
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -189,19 +197,17 @@ module Google
|
|
189
197
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
190
198
|
transports_version_send: [:rest]
|
191
199
|
|
192
|
-
options.apply_defaults timeout: @config.timeout,
|
200
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
193
201
|
metadata: call_metadata
|
194
202
|
|
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
|
203
|
+
options.apply_defaults timeout: @config.timeout,
|
204
|
+
metadata: @config.metadata
|
202
205
|
|
203
|
-
|
204
|
-
|
206
|
+
@firewalls_stub.delete request, options do |result, response|
|
207
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
208
|
+
yield result, response if block_given?
|
209
|
+
return result
|
210
|
+
end
|
205
211
|
rescue ::Faraday::Error => e
|
206
212
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
207
213
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -231,7 +237,7 @@ module Google
|
|
231
237
|
# Name of the firewall rule to return.
|
232
238
|
# @param project [::String]
|
233
239
|
# Project ID for this request.
|
234
|
-
# @yield [result,
|
240
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
235
241
|
# @yieldparam result [::Google::Cloud::Compute::V1::Firewall]
|
236
242
|
# @yieldparam response [::Faraday::Response]
|
237
243
|
#
|
@@ -247,7 +253,7 @@ module Google
|
|
247
253
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
248
254
|
|
249
255
|
# Customize the options with defaults
|
250
|
-
call_metadata =
|
256
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
251
257
|
|
252
258
|
# Set x-goog-api-client header
|
253
259
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -255,18 +261,16 @@ module Google
|
|
255
261
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
256
262
|
transports_version_send: [:rest]
|
257
263
|
|
258
|
-
options.apply_defaults timeout: @config.timeout,
|
264
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
259
265
|
metadata: call_metadata
|
260
266
|
|
261
|
-
|
262
|
-
|
263
|
-
uri: uri,
|
264
|
-
options: options
|
265
|
-
)
|
266
|
-
result = ::Google::Cloud::Compute::V1::Firewall.decode_json response.body, ignore_unknown_fields: true
|
267
|
+
options.apply_defaults timeout: @config.timeout,
|
268
|
+
metadata: @config.metadata
|
267
269
|
|
268
|
-
|
269
|
-
|
270
|
+
@firewalls_stub.get request, options do |result, response|
|
271
|
+
yield result, response if block_given?
|
272
|
+
return result
|
273
|
+
end
|
270
274
|
rescue ::Faraday::Error => e
|
271
275
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
272
276
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -302,11 +306,11 @@ module Google
|
|
302
306
|
# 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.
|
303
307
|
#
|
304
308
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
305
|
-
# @yield [result,
|
306
|
-
# @yieldparam result [::
|
309
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
310
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
307
311
|
# @yieldparam response [::Faraday::Response]
|
308
312
|
#
|
309
|
-
# @return [::
|
313
|
+
# @return [::Gapic::Rest::BaseOperation]
|
310
314
|
#
|
311
315
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
312
316
|
def insert request, options = nil
|
@@ -318,7 +322,7 @@ module Google
|
|
318
322
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
319
323
|
|
320
324
|
# Customize the options with defaults
|
321
|
-
call_metadata =
|
325
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
322
326
|
|
323
327
|
# Set x-goog-api-client header
|
324
328
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -326,20 +330,17 @@ module Google
|
|
326
330
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
327
331
|
transports_version_send: [:rest]
|
328
332
|
|
329
|
-
options.apply_defaults timeout: @config.timeout,
|
333
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
330
334
|
metadata: call_metadata
|
331
335
|
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
yield result, response if block_given?
|
342
|
-
result
|
336
|
+
options.apply_defaults timeout: @config.timeout,
|
337
|
+
metadata: @config.metadata
|
338
|
+
|
339
|
+
@firewalls_stub.insert request, options do |result, response|
|
340
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
341
|
+
yield result, response if block_given?
|
342
|
+
return result
|
343
|
+
end
|
343
344
|
rescue ::Faraday::Error => e
|
344
345
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
345
346
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -386,12 +387,12 @@ module Google
|
|
386
387
|
# @param project [::String]
|
387
388
|
# Project ID for this request.
|
388
389
|
# @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::
|
390
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
391
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
392
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Firewall>]
|
392
393
|
# @yieldparam response [::Faraday::Response]
|
393
394
|
#
|
394
|
-
# @return [::Google::Cloud::Compute::V1::
|
395
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Firewall>]
|
395
396
|
#
|
396
397
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
397
398
|
def list request, options = nil
|
@@ -403,7 +404,7 @@ module Google
|
|
403
404
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
404
405
|
|
405
406
|
# Customize the options with defaults
|
406
|
-
call_metadata =
|
407
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
407
408
|
|
408
409
|
# Set x-goog-api-client header
|
409
410
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -411,19 +412,17 @@ module Google
|
|
411
412
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
412
413
|
transports_version_send: [:rest]
|
413
414
|
|
414
|
-
options.apply_defaults timeout: @config.timeout,
|
415
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
415
416
|
metadata: call_metadata
|
416
417
|
|
417
|
-
|
418
|
-
|
419
|
-
uri: uri,
|
420
|
-
params: query_string_params,
|
421
|
-
options: options
|
422
|
-
)
|
423
|
-
result = ::Google::Cloud::Compute::V1::FirewallList.decode_json response.body, ignore_unknown_fields: true
|
418
|
+
options.apply_defaults timeout: @config.timeout,
|
419
|
+
metadata: @config.metadata
|
424
420
|
|
425
|
-
|
426
|
-
|
421
|
+
@firewalls_stub.list request, options do |result, response|
|
422
|
+
result = ::Gapic::Rest::PagedEnumerable.new @firewalls_stub, :list, "items", request, result, options
|
423
|
+
yield result, response if block_given?
|
424
|
+
return result
|
425
|
+
end
|
427
426
|
rescue ::Faraday::Error => e
|
428
427
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
429
428
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -461,11 +460,11 @@ module Google
|
|
461
460
|
# 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.
|
462
461
|
#
|
463
462
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
464
|
-
# @yield [result,
|
465
|
-
# @yieldparam result [::
|
463
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
464
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
466
465
|
# @yieldparam response [::Faraday::Response]
|
467
466
|
#
|
468
|
-
# @return [::
|
467
|
+
# @return [::Gapic::Rest::BaseOperation]
|
469
468
|
#
|
470
469
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
471
470
|
def patch request, options = nil
|
@@ -477,7 +476,7 @@ module Google
|
|
477
476
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
478
477
|
|
479
478
|
# Customize the options with defaults
|
480
|
-
call_metadata =
|
479
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
481
480
|
|
482
481
|
# Set x-goog-api-client header
|
483
482
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -485,20 +484,17 @@ module Google
|
|
485
484
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
486
485
|
transports_version_send: [:rest]
|
487
486
|
|
488
|
-
options.apply_defaults timeout: @config.timeout,
|
487
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
489
488
|
metadata: call_metadata
|
490
489
|
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
yield result, response if block_given?
|
501
|
-
result
|
490
|
+
options.apply_defaults timeout: @config.timeout,
|
491
|
+
metadata: @config.metadata
|
492
|
+
|
493
|
+
@firewalls_stub.patch request, options do |result, response|
|
494
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
495
|
+
yield result, response if block_given?
|
496
|
+
return result
|
497
|
+
end
|
502
498
|
rescue ::Faraday::Error => e
|
503
499
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
504
500
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -536,11 +532,11 @@ module Google
|
|
536
532
|
# 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.
|
537
533
|
#
|
538
534
|
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
539
|
-
# @yield [result,
|
540
|
-
# @yieldparam result [::
|
535
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
536
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
541
537
|
# @yieldparam response [::Faraday::Response]
|
542
538
|
#
|
543
|
-
# @return [::
|
539
|
+
# @return [::Gapic::Rest::BaseOperation]
|
544
540
|
#
|
545
541
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
546
542
|
def update request, options = nil
|
@@ -552,7 +548,7 @@ module Google
|
|
552
548
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
553
549
|
|
554
550
|
# Customize the options with defaults
|
555
|
-
call_metadata =
|
551
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
556
552
|
|
557
553
|
# Set x-goog-api-client header
|
558
554
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -560,20 +556,17 @@ module Google
|
|
560
556
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
561
557
|
transports_version_send: [:rest]
|
562
558
|
|
563
|
-
options.apply_defaults timeout: @config.timeout,
|
559
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
564
560
|
metadata: call_metadata
|
565
561
|
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
yield result, response if block_given?
|
576
|
-
result
|
562
|
+
options.apply_defaults timeout: @config.timeout,
|
563
|
+
metadata: @config.metadata
|
564
|
+
|
565
|
+
@firewalls_stub.update request, options do |result, response|
|
566
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
567
|
+
yield result, response if block_given?
|
568
|
+
return result
|
569
|
+
end
|
577
570
|
rescue ::Faraday::Error => e
|
578
571
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
579
572
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -628,6 +621,9 @@ module Google
|
|
628
621
|
# @!attribute [rw] timeout
|
629
622
|
# The call timeout in seconds.
|
630
623
|
# @return [::Numeric]
|
624
|
+
# @!attribute [rw] metadata
|
625
|
+
# Additional REST headers to be sent with the call.
|
626
|
+
# @return [::Hash{::Symbol=>::String}]
|
631
627
|
#
|
632
628
|
class Configuration
|
633
629
|
extend ::Gapic::Config
|
@@ -641,6 +637,7 @@ module Google
|
|
641
637
|
config_attr :lib_name, nil, ::String, nil
|
642
638
|
config_attr :lib_version, nil, ::String, nil
|
643
639
|
config_attr :timeout, nil, ::Numeric, nil
|
640
|
+
config_attr :metadata, nil, ::Hash, nil
|
644
641
|
|
645
642
|
# @private
|
646
643
|
def initialize parent_config = nil
|
@@ -648,6 +645,81 @@ module Google
|
|
648
645
|
|
649
646
|
yield self if block_given?
|
650
647
|
end
|
648
|
+
|
649
|
+
##
|
650
|
+
# Configurations for individual RPCs
|
651
|
+
# @return [Rpcs]
|
652
|
+
#
|
653
|
+
def rpcs
|
654
|
+
@rpcs ||= begin
|
655
|
+
parent_rpcs = nil
|
656
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
657
|
+
Rpcs.new parent_rpcs
|
658
|
+
end
|
659
|
+
end
|
660
|
+
|
661
|
+
##
|
662
|
+
# Configuration RPC class for the Firewalls API.
|
663
|
+
#
|
664
|
+
# Includes fields providing the configuration for each RPC in this service.
|
665
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
666
|
+
# the following configuration fields:
|
667
|
+
#
|
668
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
669
|
+
#
|
670
|
+
# there is one other field (`retry_policy`) that can be set
|
671
|
+
# but is currently not supported for REST Gapic libraries.
|
672
|
+
#
|
673
|
+
class Rpcs
|
674
|
+
##
|
675
|
+
# RPC-specific configuration for `delete`
|
676
|
+
# @return [::Gapic::Config::Method]
|
677
|
+
#
|
678
|
+
attr_reader :delete
|
679
|
+
##
|
680
|
+
# RPC-specific configuration for `get`
|
681
|
+
# @return [::Gapic::Config::Method]
|
682
|
+
#
|
683
|
+
attr_reader :get
|
684
|
+
##
|
685
|
+
# RPC-specific configuration for `insert`
|
686
|
+
# @return [::Gapic::Config::Method]
|
687
|
+
#
|
688
|
+
attr_reader :insert
|
689
|
+
##
|
690
|
+
# RPC-specific configuration for `list`
|
691
|
+
# @return [::Gapic::Config::Method]
|
692
|
+
#
|
693
|
+
attr_reader :list
|
694
|
+
##
|
695
|
+
# RPC-specific configuration for `patch`
|
696
|
+
# @return [::Gapic::Config::Method]
|
697
|
+
#
|
698
|
+
attr_reader :patch
|
699
|
+
##
|
700
|
+
# RPC-specific configuration for `update`
|
701
|
+
# @return [::Gapic::Config::Method]
|
702
|
+
#
|
703
|
+
attr_reader :update
|
704
|
+
|
705
|
+
# @private
|
706
|
+
def initialize parent_rpcs = nil
|
707
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
708
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
709
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
710
|
+
@get = ::Gapic::Config::Method.new get_config
|
711
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
712
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
713
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
714
|
+
@list = ::Gapic::Config::Method.new list_config
|
715
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
716
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
717
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
718
|
+
@update = ::Gapic::Config::Method.new update_config
|
719
|
+
|
720
|
+
yield self if block_given?
|
721
|
+
end
|
722
|
+
end
|
651
723
|
end
|
652
724
|
end
|
653
725
|
end
|