google-cloud-compute-v1 1.3.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -5
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +92 -54
- data/lib/google/cloud/compute/v1/accelerator_types.rb +5 -0
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +158 -91
- data/lib/google/cloud/compute/v1/addresses.rb +3 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +224 -131
- data/lib/google/cloud/compute/v1/autoscalers.rb +3 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +287 -163
- data/lib/google/cloud/compute/v1/backend_buckets.rb +3 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +385 -223
- data/lib/google/cloud/compute/v1/backend_services.rb +3 -0
- data/lib/google/cloud/compute/v1/compute_pb.rb +223 -2
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +92 -54
- data/lib/google/cloud/compute/v1/disk_types.rb +3 -0
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +431 -242
- data/lib/google/cloud/compute/v1/disks.rb +3 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +191 -104
- data/lib/google/cloud/compute/v1/external_vpn_gateways.rb +3 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +557 -332
- data/lib/google/cloud/compute/v1/firewall_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +189 -106
- data/lib/google/cloud/compute/v1/firewalls.rb +3 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +260 -148
- data/lib/google/cloud/compute/v1/forwarding_rules.rb +3 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +123 -68
- data/lib/google/cloud/compute/v1/global_addresses.rb +3 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +223 -124
- data/lib/google/cloud/compute/v1/global_forwarding_rules.rb +3 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +221 -128
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +156 -88
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/global_operations.rb +3 -1
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +86 -51
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/global_organization_operations.rb +3 -1
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +156 -87
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb +3 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +220 -129
- data/lib/google/cloud/compute/v1/health_checks.rb +3 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +29 -9
- data/lib/google/cloud/compute/v1/image_family_views.rb +3 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +356 -196
- data/lib/google/cloud/compute/v1/images.rb +3 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +11 -11
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +666 -383
- data/lib/google/cloud/compute/v1/instance_group_managers.rb +3 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +4 -4
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +294 -171
- data/lib/google/cloud/compute/v1/instance_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +223 -122
- data/lib/google/cloud/compute/v1/instance_templates.rb +3 -0
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +5 -5
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +1505 -847
- data/lib/google/cloud/compute/v1/instances.rb +3 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +192 -111
- data/lib/google/cloud/compute/v1/interconnect_attachments.rb +3 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +59 -31
- data/lib/google/cloud/compute/v1/interconnect_locations.rb +3 -0
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +189 -104
- data/lib/google/cloud/compute/v1/interconnects.rb +3 -0
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +62 -27
- data/lib/google/cloud/compute/v1/license_codes.rb +3 -0
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +223 -122
- data/lib/google/cloud/compute/v1/licenses.rb +3 -0
- data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +223 -123
- data/lib/google/cloud/compute/v1/machine_images.rb +3 -0
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +92 -54
- data/lib/google/cloud/compute/v1/machine_types.rb +3 -0
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +160 -91
- data/lib/google/cloud/compute/v1/network_edge_security_services.rb +3 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +3 -3
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +295 -170
- data/lib/google/cloud/compute/v1/network_endpoint_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +515 -295
- data/lib/google/cloud/compute/v1/network_firewall_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +352 -204
- data/lib/google/cloud/compute/v1/networks.rb +3 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +3 -3
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +430 -244
- data/lib/google/cloud/compute/v1/node_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +261 -145
- data/lib/google/cloud/compute/v1/node_templates.rb +3 -0
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +92 -54
- data/lib/google/cloud/compute/v1/node_types.rb +3 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +227 -128
- data/lib/google/cloud/compute/v1/packet_mirrorings.rb +3 -0
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +408 -240
- data/lib/google/cloud/compute/v1/projects.rb +3 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +156 -87
- data/lib/google/cloud/compute/v1/public_advertised_prefixes.rb +3 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +192 -110
- data/lib/google/cloud/compute/v1/public_delegated_prefixes.rb +3 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +193 -108
- data/lib/google/cloud/compute/v1/region_autoscalers.rb +3 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +230 -124
- data/lib/google/cloud/compute/v1/region_backend_services.rb +3 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +159 -94
- data/lib/google/cloud/compute/v1/region_commitments.rb +3 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +61 -31
- data/lib/google/cloud/compute/v1/region_disk_types.rb +3 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +400 -218
- data/lib/google/cloud/compute/v1/region_disks.rb +3 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +161 -87
- data/lib/google/cloud/compute/v1/region_health_check_services.rb +3 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +195 -106
- data/lib/google/cloud/compute/v1/region_health_checks.rb +3 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +10 -10
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +635 -360
- data/lib/google/cloud/compute/v1/region_instance_group_managers.rb +3 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +129 -73
- data/lib/google/cloud/compute/v1/region_instance_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +28 -11
- data/lib/google/cloud/compute/v1/region_instances.rb +3 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +127 -68
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups.rb +3 -0
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +563 -313
- data/lib/google/cloud/compute/v1/region_network_firewall_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +127 -68
- data/lib/google/cloud/compute/v1/region_notification_endpoints.rb +3 -0
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +129 -65
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/region_operations.rb +3 -1
- data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +161 -88
- data/lib/google/cloud/compute/v1/region_security_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +127 -68
- data/lib/google/cloud/compute/v1/region_ssl_certificates.rb +3 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +161 -87
- data/lib/google/cloud/compute/v1/region_target_http_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +229 -125
- data/lib/google/cloud/compute/v1/region_target_https_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +230 -124
- data/lib/google/cloud/compute/v1/region_url_maps.rb +3 -0
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +59 -31
- data/lib/google/cloud/compute/v1/regions.rb +3 -0
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +329 -185
- data/lib/google/cloud/compute/v1/reservations.rb +3 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +261 -145
- data/lib/google/cloud/compute/v1/resource_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +3 -3
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +328 -186
- data/lib/google/cloud/compute/v1/routers.rb +3 -0
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +123 -68
- data/lib/google/cloud/compute/v1/routes.rb +3 -0
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +12 -6
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +349 -205
- data/lib/google/cloud/compute/v1/security_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +295 -164
- data/lib/google/cloud/compute/v1/service_attachments.rb +3 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +257 -140
- data/lib/google/cloud/compute/v1/snapshots.rb +3 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +154 -91
- data/lib/google/cloud/compute/v1/ssl_certificates.rb +3 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +187 -109
- data/lib/google/cloud/compute/v1/ssl_policies.rb +3 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +3 -3
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +394 -225
- data/lib/google/cloud/compute/v1/subnetworks.rb +3 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +156 -87
- data/lib/google/cloud/compute/v1/target_grpc_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +220 -129
- data/lib/google/cloud/compute/v1/target_http_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +86 -2
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +373 -180
- data/lib/google/cloud/compute/v1/target_https_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +158 -91
- data/lib/google/cloud/compute/v1/target_instances.rb +3 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +363 -205
- data/lib/google/cloud/compute/v1/target_pools.rb +3 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +85 -1
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +309 -138
- data/lib/google/cloud/compute/v1/target_ssl_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +189 -106
- data/lib/google/cloud/compute/v1/target_tcp_proxies.rb +3 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +158 -91
- data/lib/google/cloud/compute/v1/target_vpn_gateways.rb +3 -0
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +287 -166
- data/lib/google/cloud/compute/v1/url_maps.rb +3 -0
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +261 -145
- data/lib/google/cloud/compute/v1/vpn_gateways.rb +3 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +2 -2
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +158 -91
- data/lib/google/cloud/compute/v1/vpn_tunnels.rb +3 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +129 -65
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +1 -0
- data/lib/google/cloud/compute/v1/zone_operations.rb +3 -1
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +1 -1
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +59 -31
- data/lib/google/cloud/compute/v1/zones.rb +3 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +724 -186
- metadata +12 -12
@@ -26,8 +26,8 @@ module Google
|
|
26
26
|
module Rest
|
27
27
|
##
|
28
28
|
# REST service stub for the RegionNetworkFirewallPolicies service.
|
29
|
-
#
|
30
|
-
# including transcoding, making the REST call and deserialing the response
|
29
|
+
# Service stub contains baseline method implementations
|
30
|
+
# including transcoding, making the REST call, and deserialing the response.
|
31
31
|
#
|
32
32
|
class ServiceStub
|
33
33
|
def initialize endpoint:, credentials:
|
@@ -55,10 +55,17 @@ module Google
|
|
55
55
|
def add_association request_pb, options = nil
|
56
56
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
57
57
|
|
58
|
-
|
59
|
-
|
58
|
+
verb, uri, query_string_params, body = transcode_add_association_request request_pb
|
59
|
+
query_string_params = if query_string_params.any?
|
60
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
61
|
+
else
|
62
|
+
{}
|
63
|
+
end
|
64
|
+
|
65
|
+
response = @client_stub.make_http_request(
|
66
|
+
verb,
|
60
67
|
uri: uri,
|
61
|
-
body: body,
|
68
|
+
body: body || "",
|
62
69
|
params: query_string_params,
|
63
70
|
options: options
|
64
71
|
)
|
@@ -68,23 +75,6 @@ module Google
|
|
68
75
|
result
|
69
76
|
end
|
70
77
|
|
71
|
-
##
|
72
|
-
# GRPC transcoding helper method for the add_association REST call
|
73
|
-
#
|
74
|
-
# @param request_pb [::Google::Cloud::Compute::V1::AddAssociationRegionNetworkFirewallPolicyRequest]
|
75
|
-
# A request object representing the call parameters. Required.
|
76
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
77
|
-
# Uri, Body, Query string parameters
|
78
|
-
def transcode_add_association_request request_pb
|
79
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/addAssociation"
|
80
|
-
body = request_pb.firewall_policy_association_resource.to_json
|
81
|
-
query_string_params = {}
|
82
|
-
query_string_params["replaceExistingAssociation"] = request_pb.replace_existing_association.to_s if request_pb.has_replace_existing_association?
|
83
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
84
|
-
|
85
|
-
[uri, body, query_string_params]
|
86
|
-
end
|
87
|
-
|
88
78
|
##
|
89
79
|
# Baseline implementation for the add_rule REST call
|
90
80
|
#
|
@@ -102,10 +92,17 @@ module Google
|
|
102
92
|
def add_rule request_pb, options = nil
|
103
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
104
94
|
|
105
|
-
|
106
|
-
|
95
|
+
verb, uri, query_string_params, body = transcode_add_rule_request request_pb
|
96
|
+
query_string_params = if query_string_params.any?
|
97
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
98
|
+
else
|
99
|
+
{}
|
100
|
+
end
|
101
|
+
|
102
|
+
response = @client_stub.make_http_request(
|
103
|
+
verb,
|
107
104
|
uri: uri,
|
108
|
-
body: body,
|
105
|
+
body: body || "",
|
109
106
|
params: query_string_params,
|
110
107
|
options: options
|
111
108
|
)
|
@@ -115,24 +112,6 @@ module Google
|
|
115
112
|
result
|
116
113
|
end
|
117
114
|
|
118
|
-
##
|
119
|
-
# GRPC transcoding helper method for the add_rule REST call
|
120
|
-
#
|
121
|
-
# @param request_pb [::Google::Cloud::Compute::V1::AddRuleRegionNetworkFirewallPolicyRequest]
|
122
|
-
# A request object representing the call parameters. Required.
|
123
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
124
|
-
# Uri, Body, Query string parameters
|
125
|
-
def transcode_add_rule_request request_pb
|
126
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/addRule"
|
127
|
-
body = request_pb.firewall_policy_rule_resource.to_json
|
128
|
-
query_string_params = {}
|
129
|
-
query_string_params["maxPriority"] = request_pb.max_priority.to_s if request_pb.has_max_priority?
|
130
|
-
query_string_params["minPriority"] = request_pb.min_priority.to_s if request_pb.has_min_priority?
|
131
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
132
|
-
|
133
|
-
[uri, body, query_string_params]
|
134
|
-
end
|
135
|
-
|
136
115
|
##
|
137
116
|
# Baseline implementation for the clone_rules REST call
|
138
117
|
#
|
@@ -150,9 +129,17 @@ module Google
|
|
150
129
|
def clone_rules request_pb, options = nil
|
151
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
152
131
|
|
153
|
-
|
154
|
-
|
132
|
+
verb, uri, query_string_params, body = transcode_clone_rules_request request_pb
|
133
|
+
query_string_params = if query_string_params.any?
|
134
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
135
|
+
else
|
136
|
+
{}
|
137
|
+
end
|
138
|
+
|
139
|
+
response = @client_stub.make_http_request(
|
140
|
+
verb,
|
155
141
|
uri: uri,
|
142
|
+
body: body || "",
|
156
143
|
params: query_string_params,
|
157
144
|
options: options
|
158
145
|
)
|
@@ -162,23 +149,6 @@ module Google
|
|
162
149
|
result
|
163
150
|
end
|
164
151
|
|
165
|
-
##
|
166
|
-
# GRPC transcoding helper method for the clone_rules REST call
|
167
|
-
#
|
168
|
-
# @param request_pb [::Google::Cloud::Compute::V1::CloneRulesRegionNetworkFirewallPolicyRequest]
|
169
|
-
# A request object representing the call parameters. Required.
|
170
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
171
|
-
# Uri, Body, Query string parameters
|
172
|
-
def transcode_clone_rules_request request_pb
|
173
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/cloneRules"
|
174
|
-
body = nil
|
175
|
-
query_string_params = {}
|
176
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
177
|
-
query_string_params["sourceFirewallPolicy"] = request_pb.source_firewall_policy.to_s if request_pb.has_source_firewall_policy?
|
178
|
-
|
179
|
-
[uri, body, query_string_params]
|
180
|
-
end
|
181
|
-
|
182
152
|
##
|
183
153
|
# Baseline implementation for the delete REST call
|
184
154
|
#
|
@@ -196,9 +166,17 @@ module Google
|
|
196
166
|
def delete request_pb, options = nil
|
197
167
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
198
168
|
|
199
|
-
|
200
|
-
|
169
|
+
verb, uri, query_string_params, body = transcode_delete_request request_pb
|
170
|
+
query_string_params = if query_string_params.any?
|
171
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
172
|
+
else
|
173
|
+
{}
|
174
|
+
end
|
175
|
+
|
176
|
+
response = @client_stub.make_http_request(
|
177
|
+
verb,
|
201
178
|
uri: uri,
|
179
|
+
body: body || "",
|
202
180
|
params: query_string_params,
|
203
181
|
options: options
|
204
182
|
)
|
@@ -208,22 +186,6 @@ module Google
|
|
208
186
|
result
|
209
187
|
end
|
210
188
|
|
211
|
-
##
|
212
|
-
# GRPC transcoding helper method for the delete REST call
|
213
|
-
#
|
214
|
-
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionNetworkFirewallPolicyRequest]
|
215
|
-
# A request object representing the call parameters. Required.
|
216
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
217
|
-
# Uri, Body, Query string parameters
|
218
|
-
def transcode_delete_request request_pb
|
219
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}"
|
220
|
-
body = nil
|
221
|
-
query_string_params = {}
|
222
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
223
|
-
|
224
|
-
[uri, body, query_string_params]
|
225
|
-
end
|
226
|
-
|
227
189
|
##
|
228
190
|
# Baseline implementation for the get REST call
|
229
191
|
#
|
@@ -241,9 +203,18 @@ module Google
|
|
241
203
|
def get request_pb, options = nil
|
242
204
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
243
205
|
|
244
|
-
uri,
|
245
|
-
|
206
|
+
verb, uri, query_string_params, body = transcode_get_request request_pb
|
207
|
+
query_string_params = if query_string_params.any?
|
208
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
209
|
+
else
|
210
|
+
{}
|
211
|
+
end
|
212
|
+
|
213
|
+
response = @client_stub.make_http_request(
|
214
|
+
verb,
|
246
215
|
uri: uri,
|
216
|
+
body: body || "",
|
217
|
+
params: query_string_params,
|
247
218
|
options: options
|
248
219
|
)
|
249
220
|
result = ::Google::Cloud::Compute::V1::FirewallPolicy.decode_json response.body, ignore_unknown_fields: true
|
@@ -252,21 +223,6 @@ module Google
|
|
252
223
|
result
|
253
224
|
end
|
254
225
|
|
255
|
-
##
|
256
|
-
# GRPC transcoding helper method for the get REST call
|
257
|
-
#
|
258
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionNetworkFirewallPolicyRequest]
|
259
|
-
# A request object representing the call parameters. Required.
|
260
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
261
|
-
# Uri, Body, Query string parameters
|
262
|
-
def transcode_get_request request_pb
|
263
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}"
|
264
|
-
body = nil
|
265
|
-
query_string_params = {}
|
266
|
-
|
267
|
-
[uri, body, query_string_params]
|
268
|
-
end
|
269
|
-
|
270
226
|
##
|
271
227
|
# Baseline implementation for the get_association REST call
|
272
228
|
#
|
@@ -284,9 +240,17 @@ module Google
|
|
284
240
|
def get_association request_pb, options = nil
|
285
241
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
286
242
|
|
287
|
-
|
288
|
-
|
243
|
+
verb, uri, query_string_params, body = transcode_get_association_request request_pb
|
244
|
+
query_string_params = if query_string_params.any?
|
245
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
246
|
+
else
|
247
|
+
{}
|
248
|
+
end
|
249
|
+
|
250
|
+
response = @client_stub.make_http_request(
|
251
|
+
verb,
|
289
252
|
uri: uri,
|
253
|
+
body: body || "",
|
290
254
|
params: query_string_params,
|
291
255
|
options: options
|
292
256
|
)
|
@@ -296,22 +260,6 @@ module Google
|
|
296
260
|
result
|
297
261
|
end
|
298
262
|
|
299
|
-
##
|
300
|
-
# GRPC transcoding helper method for the get_association REST call
|
301
|
-
#
|
302
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetAssociationRegionNetworkFirewallPolicyRequest]
|
303
|
-
# A request object representing the call parameters. Required.
|
304
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
305
|
-
# Uri, Body, Query string parameters
|
306
|
-
def transcode_get_association_request request_pb
|
307
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/getAssociation"
|
308
|
-
body = nil
|
309
|
-
query_string_params = {}
|
310
|
-
query_string_params["name"] = request_pb.name.to_s if request_pb.has_name?
|
311
|
-
|
312
|
-
[uri, body, query_string_params]
|
313
|
-
end
|
314
|
-
|
315
263
|
##
|
316
264
|
# Baseline implementation for the get_effective_firewalls REST call
|
317
265
|
#
|
@@ -329,9 +277,17 @@ module Google
|
|
329
277
|
def get_effective_firewalls request_pb, options = nil
|
330
278
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
331
279
|
|
332
|
-
|
333
|
-
|
280
|
+
verb, uri, query_string_params, body = transcode_get_effective_firewalls_request request_pb
|
281
|
+
query_string_params = if query_string_params.any?
|
282
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
283
|
+
else
|
284
|
+
{}
|
285
|
+
end
|
286
|
+
|
287
|
+
response = @client_stub.make_http_request(
|
288
|
+
verb,
|
334
289
|
uri: uri,
|
290
|
+
body: body || "",
|
335
291
|
params: query_string_params,
|
336
292
|
options: options
|
337
293
|
)
|
@@ -341,22 +297,6 @@ module Google
|
|
341
297
|
result
|
342
298
|
end
|
343
299
|
|
344
|
-
##
|
345
|
-
# GRPC transcoding helper method for the get_effective_firewalls REST call
|
346
|
-
#
|
347
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest]
|
348
|
-
# A request object representing the call parameters. Required.
|
349
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
350
|
-
# Uri, Body, Query string parameters
|
351
|
-
def transcode_get_effective_firewalls_request request_pb
|
352
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/getEffectiveFirewalls"
|
353
|
-
body = nil
|
354
|
-
query_string_params = {}
|
355
|
-
query_string_params["network"] = request_pb.network.to_s
|
356
|
-
|
357
|
-
[uri, body, query_string_params]
|
358
|
-
end
|
359
|
-
|
360
300
|
##
|
361
301
|
# Baseline implementation for the get_iam_policy REST call
|
362
302
|
#
|
@@ -374,9 +314,17 @@ module Google
|
|
374
314
|
def get_iam_policy request_pb, options = nil
|
375
315
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
376
316
|
|
377
|
-
|
378
|
-
|
317
|
+
verb, uri, query_string_params, body = transcode_get_iam_policy_request request_pb
|
318
|
+
query_string_params = if query_string_params.any?
|
319
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
320
|
+
else
|
321
|
+
{}
|
322
|
+
end
|
323
|
+
|
324
|
+
response = @client_stub.make_http_request(
|
325
|
+
verb,
|
379
326
|
uri: uri,
|
327
|
+
body: body || "",
|
380
328
|
params: query_string_params,
|
381
329
|
options: options
|
382
330
|
)
|
@@ -386,22 +334,6 @@ module Google
|
|
386
334
|
result
|
387
335
|
end
|
388
336
|
|
389
|
-
##
|
390
|
-
# GRPC transcoding helper method for the get_iam_policy REST call
|
391
|
-
#
|
392
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyRegionNetworkFirewallPolicyRequest]
|
393
|
-
# A request object representing the call parameters. Required.
|
394
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
395
|
-
# Uri, Body, Query string parameters
|
396
|
-
def transcode_get_iam_policy_request request_pb
|
397
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.resource}/getIamPolicy"
|
398
|
-
body = nil
|
399
|
-
query_string_params = {}
|
400
|
-
query_string_params["optionsRequestedPolicyVersion"] = request_pb.options_requested_policy_version.to_s if request_pb.has_options_requested_policy_version?
|
401
|
-
|
402
|
-
[uri, body, query_string_params]
|
403
|
-
end
|
404
|
-
|
405
337
|
##
|
406
338
|
# Baseline implementation for the get_rule REST call
|
407
339
|
#
|
@@ -419,9 +351,17 @@ module Google
|
|
419
351
|
def get_rule request_pb, options = nil
|
420
352
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
421
353
|
|
422
|
-
|
423
|
-
|
354
|
+
verb, uri, query_string_params, body = transcode_get_rule_request request_pb
|
355
|
+
query_string_params = if query_string_params.any?
|
356
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
357
|
+
else
|
358
|
+
{}
|
359
|
+
end
|
360
|
+
|
361
|
+
response = @client_stub.make_http_request(
|
362
|
+
verb,
|
424
363
|
uri: uri,
|
364
|
+
body: body || "",
|
425
365
|
params: query_string_params,
|
426
366
|
options: options
|
427
367
|
)
|
@@ -431,22 +371,6 @@ module Google
|
|
431
371
|
result
|
432
372
|
end
|
433
373
|
|
434
|
-
##
|
435
|
-
# GRPC transcoding helper method for the get_rule REST call
|
436
|
-
#
|
437
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetRuleRegionNetworkFirewallPolicyRequest]
|
438
|
-
# A request object representing the call parameters. Required.
|
439
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
440
|
-
# Uri, Body, Query string parameters
|
441
|
-
def transcode_get_rule_request request_pb
|
442
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/getRule"
|
443
|
-
body = nil
|
444
|
-
query_string_params = {}
|
445
|
-
query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
|
446
|
-
|
447
|
-
[uri, body, query_string_params]
|
448
|
-
end
|
449
|
-
|
450
374
|
##
|
451
375
|
# Baseline implementation for the insert REST call
|
452
376
|
#
|
@@ -464,10 +388,17 @@ module Google
|
|
464
388
|
def insert request_pb, options = nil
|
465
389
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
466
390
|
|
467
|
-
|
468
|
-
|
391
|
+
verb, uri, query_string_params, body = transcode_insert_request request_pb
|
392
|
+
query_string_params = if query_string_params.any?
|
393
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
394
|
+
else
|
395
|
+
{}
|
396
|
+
end
|
397
|
+
|
398
|
+
response = @client_stub.make_http_request(
|
399
|
+
verb,
|
469
400
|
uri: uri,
|
470
|
-
body: body,
|
401
|
+
body: body || "",
|
471
402
|
params: query_string_params,
|
472
403
|
options: options
|
473
404
|
)
|
@@ -477,22 +408,6 @@ module Google
|
|
477
408
|
result
|
478
409
|
end
|
479
410
|
|
480
|
-
##
|
481
|
-
# GRPC transcoding helper method for the insert REST call
|
482
|
-
#
|
483
|
-
# @param request_pb [::Google::Cloud::Compute::V1::InsertRegionNetworkFirewallPolicyRequest]
|
484
|
-
# A request object representing the call parameters. Required.
|
485
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
486
|
-
# Uri, Body, Query string parameters
|
487
|
-
def transcode_insert_request request_pb
|
488
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies"
|
489
|
-
body = request_pb.firewall_policy_resource.to_json
|
490
|
-
query_string_params = {}
|
491
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
492
|
-
|
493
|
-
[uri, body, query_string_params]
|
494
|
-
end
|
495
|
-
|
496
411
|
##
|
497
412
|
# Baseline implementation for the list REST call
|
498
413
|
#
|
@@ -510,9 +425,17 @@ module Google
|
|
510
425
|
def list request_pb, options = nil
|
511
426
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
512
427
|
|
513
|
-
|
514
|
-
|
428
|
+
verb, uri, query_string_params, body = transcode_list_request request_pb
|
429
|
+
query_string_params = if query_string_params.any?
|
430
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
431
|
+
else
|
432
|
+
{}
|
433
|
+
end
|
434
|
+
|
435
|
+
response = @client_stub.make_http_request(
|
436
|
+
verb,
|
515
437
|
uri: uri,
|
438
|
+
body: body || "",
|
516
439
|
params: query_string_params,
|
517
440
|
options: options
|
518
441
|
)
|
@@ -522,26 +445,6 @@ module Google
|
|
522
445
|
result
|
523
446
|
end
|
524
447
|
|
525
|
-
##
|
526
|
-
# GRPC transcoding helper method for the list REST call
|
527
|
-
#
|
528
|
-
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionNetworkFirewallPoliciesRequest]
|
529
|
-
# A request object representing the call parameters. Required.
|
530
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
531
|
-
# Uri, Body, Query string parameters
|
532
|
-
def transcode_list_request request_pb
|
533
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies"
|
534
|
-
body = nil
|
535
|
-
query_string_params = {}
|
536
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
537
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
538
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
539
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
540
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
541
|
-
|
542
|
-
[uri, body, query_string_params]
|
543
|
-
end
|
544
|
-
|
545
448
|
##
|
546
449
|
# Baseline implementation for the patch REST call
|
547
450
|
#
|
@@ -559,10 +462,17 @@ module Google
|
|
559
462
|
def patch request_pb, options = nil
|
560
463
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
561
464
|
|
562
|
-
|
563
|
-
|
465
|
+
verb, uri, query_string_params, body = transcode_patch_request request_pb
|
466
|
+
query_string_params = if query_string_params.any?
|
467
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
468
|
+
else
|
469
|
+
{}
|
470
|
+
end
|
471
|
+
|
472
|
+
response = @client_stub.make_http_request(
|
473
|
+
verb,
|
564
474
|
uri: uri,
|
565
|
-
body: body,
|
475
|
+
body: body || "",
|
566
476
|
params: query_string_params,
|
567
477
|
options: options
|
568
478
|
)
|
@@ -572,22 +482,6 @@ module Google
|
|
572
482
|
result
|
573
483
|
end
|
574
484
|
|
575
|
-
##
|
576
|
-
# GRPC transcoding helper method for the patch REST call
|
577
|
-
#
|
578
|
-
# @param request_pb [::Google::Cloud::Compute::V1::PatchRegionNetworkFirewallPolicyRequest]
|
579
|
-
# A request object representing the call parameters. Required.
|
580
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
581
|
-
# Uri, Body, Query string parameters
|
582
|
-
def transcode_patch_request request_pb
|
583
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}"
|
584
|
-
body = request_pb.firewall_policy_resource.to_json
|
585
|
-
query_string_params = {}
|
586
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
587
|
-
|
588
|
-
[uri, body, query_string_params]
|
589
|
-
end
|
590
|
-
|
591
485
|
##
|
592
486
|
# Baseline implementation for the patch_rule REST call
|
593
487
|
#
|
@@ -605,10 +499,17 @@ module Google
|
|
605
499
|
def patch_rule request_pb, options = nil
|
606
500
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
607
501
|
|
608
|
-
|
609
|
-
|
502
|
+
verb, uri, query_string_params, body = transcode_patch_rule_request request_pb
|
503
|
+
query_string_params = if query_string_params.any?
|
504
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
505
|
+
else
|
506
|
+
{}
|
507
|
+
end
|
508
|
+
|
509
|
+
response = @client_stub.make_http_request(
|
510
|
+
verb,
|
610
511
|
uri: uri,
|
611
|
-
body: body,
|
512
|
+
body: body || "",
|
612
513
|
params: query_string_params,
|
613
514
|
options: options
|
614
515
|
)
|
@@ -618,23 +519,6 @@ module Google
|
|
618
519
|
result
|
619
520
|
end
|
620
521
|
|
621
|
-
##
|
622
|
-
# GRPC transcoding helper method for the patch_rule REST call
|
623
|
-
#
|
624
|
-
# @param request_pb [::Google::Cloud::Compute::V1::PatchRuleRegionNetworkFirewallPolicyRequest]
|
625
|
-
# A request object representing the call parameters. Required.
|
626
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
627
|
-
# Uri, Body, Query string parameters
|
628
|
-
def transcode_patch_rule_request request_pb
|
629
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/patchRule"
|
630
|
-
body = request_pb.firewall_policy_rule_resource.to_json
|
631
|
-
query_string_params = {}
|
632
|
-
query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
|
633
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
634
|
-
|
635
|
-
[uri, body, query_string_params]
|
636
|
-
end
|
637
|
-
|
638
522
|
##
|
639
523
|
# Baseline implementation for the remove_association REST call
|
640
524
|
#
|
@@ -652,9 +536,17 @@ module Google
|
|
652
536
|
def remove_association request_pb, options = nil
|
653
537
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
654
538
|
|
655
|
-
|
656
|
-
|
539
|
+
verb, uri, query_string_params, body = transcode_remove_association_request request_pb
|
540
|
+
query_string_params = if query_string_params.any?
|
541
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
542
|
+
else
|
543
|
+
{}
|
544
|
+
end
|
545
|
+
|
546
|
+
response = @client_stub.make_http_request(
|
547
|
+
verb,
|
657
548
|
uri: uri,
|
549
|
+
body: body || "",
|
658
550
|
params: query_string_params,
|
659
551
|
options: options
|
660
552
|
)
|
@@ -664,23 +556,6 @@ module Google
|
|
664
556
|
result
|
665
557
|
end
|
666
558
|
|
667
|
-
##
|
668
|
-
# GRPC transcoding helper method for the remove_association REST call
|
669
|
-
#
|
670
|
-
# @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationRegionNetworkFirewallPolicyRequest]
|
671
|
-
# A request object representing the call parameters. Required.
|
672
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
673
|
-
# Uri, Body, Query string parameters
|
674
|
-
def transcode_remove_association_request request_pb
|
675
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/removeAssociation"
|
676
|
-
body = nil
|
677
|
-
query_string_params = {}
|
678
|
-
query_string_params["name"] = request_pb.name.to_s if request_pb.has_name?
|
679
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
680
|
-
|
681
|
-
[uri, body, query_string_params]
|
682
|
-
end
|
683
|
-
|
684
559
|
##
|
685
560
|
# Baseline implementation for the remove_rule REST call
|
686
561
|
#
|
@@ -698,9 +573,17 @@ module Google
|
|
698
573
|
def remove_rule request_pb, options = nil
|
699
574
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
700
575
|
|
701
|
-
|
702
|
-
|
576
|
+
verb, uri, query_string_params, body = transcode_remove_rule_request request_pb
|
577
|
+
query_string_params = if query_string_params.any?
|
578
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
579
|
+
else
|
580
|
+
{}
|
581
|
+
end
|
582
|
+
|
583
|
+
response = @client_stub.make_http_request(
|
584
|
+
verb,
|
703
585
|
uri: uri,
|
586
|
+
body: body || "",
|
704
587
|
params: query_string_params,
|
705
588
|
options: options
|
706
589
|
)
|
@@ -710,23 +593,6 @@ module Google
|
|
710
593
|
result
|
711
594
|
end
|
712
595
|
|
713
|
-
##
|
714
|
-
# GRPC transcoding helper method for the remove_rule REST call
|
715
|
-
#
|
716
|
-
# @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleRegionNetworkFirewallPolicyRequest]
|
717
|
-
# A request object representing the call parameters. Required.
|
718
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
719
|
-
# Uri, Body, Query string parameters
|
720
|
-
def transcode_remove_rule_request request_pb
|
721
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.firewall_policy}/removeRule"
|
722
|
-
body = nil
|
723
|
-
query_string_params = {}
|
724
|
-
query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
|
725
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
726
|
-
|
727
|
-
[uri, body, query_string_params]
|
728
|
-
end
|
729
|
-
|
730
596
|
##
|
731
597
|
# Baseline implementation for the set_iam_policy REST call
|
732
598
|
#
|
@@ -744,10 +610,18 @@ module Google
|
|
744
610
|
def set_iam_policy request_pb, options = nil
|
745
611
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
746
612
|
|
747
|
-
uri,
|
748
|
-
|
613
|
+
verb, uri, query_string_params, body = transcode_set_iam_policy_request request_pb
|
614
|
+
query_string_params = if query_string_params.any?
|
615
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
616
|
+
else
|
617
|
+
{}
|
618
|
+
end
|
619
|
+
|
620
|
+
response = @client_stub.make_http_request(
|
621
|
+
verb,
|
749
622
|
uri: uri,
|
750
|
-
body: body,
|
623
|
+
body: body || "",
|
624
|
+
params: query_string_params,
|
751
625
|
options: options
|
752
626
|
)
|
753
627
|
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
@@ -756,21 +630,6 @@ module Google
|
|
756
630
|
result
|
757
631
|
end
|
758
632
|
|
759
|
-
##
|
760
|
-
# GRPC transcoding helper method for the set_iam_policy REST call
|
761
|
-
#
|
762
|
-
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyRegionNetworkFirewallPolicyRequest]
|
763
|
-
# A request object representing the call parameters. Required.
|
764
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
765
|
-
# Uri, Body, Query string parameters
|
766
|
-
def transcode_set_iam_policy_request request_pb
|
767
|
-
uri = "/compute/v1/projects/#{request_pb.project}/regions/#{request_pb.region}/firewallPolicies/#{request_pb.resource}/setIamPolicy"
|
768
|
-
body = request_pb.region_set_policy_request_resource.to_json
|
769
|
-
query_string_params = {}
|
770
|
-
|
771
|
-
[uri, body, query_string_params]
|
772
|
-
end
|
773
|
-
|
774
633
|
##
|
775
634
|
# Baseline implementation for the test_iam_permissions REST call
|
776
635
|
#
|
@@ -788,10 +647,18 @@ module Google
|
|
788
647
|
def test_iam_permissions request_pb, options = nil
|
789
648
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
790
649
|
|
791
|
-
uri,
|
792
|
-
|
650
|
+
verb, uri, query_string_params, body = transcode_test_iam_permissions_request request_pb
|
651
|
+
query_string_params = if query_string_params.any?
|
652
|
+
query_string_params.to_h { |p| p.split("=", 2) }
|
653
|
+
else
|
654
|
+
{}
|
655
|
+
end
|
656
|
+
|
657
|
+
response = @client_stub.make_http_request(
|
658
|
+
verb,
|
793
659
|
uri: uri,
|
794
|
-
body: body,
|
660
|
+
body: body || "",
|
661
|
+
params: query_string_params,
|
795
662
|
options: options
|
796
663
|
)
|
797
664
|
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
@@ -800,7 +667,383 @@ module Google
|
|
800
667
|
result
|
801
668
|
end
|
802
669
|
|
670
|
+
|
671
|
+
private
|
672
|
+
|
673
|
+
##
|
674
|
+
# @private
|
675
|
+
#
|
676
|
+
# GRPC transcoding helper method for the add_association REST call
|
677
|
+
#
|
678
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AddAssociationRegionNetworkFirewallPolicyRequest]
|
679
|
+
# A request object representing the call parameters. Required.
|
680
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
681
|
+
# Uri, Body, Query string parameters
|
682
|
+
def transcode_add_association_request request_pb
|
683
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
684
|
+
.with_bindings(
|
685
|
+
uri_method: :post,
|
686
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/addAssociation",
|
687
|
+
body: "firewall_policy_association_resource",
|
688
|
+
matches: [
|
689
|
+
["project", %r{^[^/]+/?$}, false],
|
690
|
+
["region", %r{^[^/]+/?$}, false],
|
691
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
692
|
+
]
|
693
|
+
)
|
694
|
+
transcoder.transcode request_pb
|
695
|
+
end
|
696
|
+
|
697
|
+
##
|
698
|
+
# @private
|
699
|
+
#
|
700
|
+
# GRPC transcoding helper method for the add_rule REST call
|
701
|
+
#
|
702
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AddRuleRegionNetworkFirewallPolicyRequest]
|
703
|
+
# A request object representing the call parameters. Required.
|
704
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
705
|
+
# Uri, Body, Query string parameters
|
706
|
+
def transcode_add_rule_request request_pb
|
707
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
708
|
+
.with_bindings(
|
709
|
+
uri_method: :post,
|
710
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/addRule",
|
711
|
+
body: "firewall_policy_rule_resource",
|
712
|
+
matches: [
|
713
|
+
["project", %r{^[^/]+/?$}, false],
|
714
|
+
["region", %r{^[^/]+/?$}, false],
|
715
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
716
|
+
]
|
717
|
+
)
|
718
|
+
transcoder.transcode request_pb
|
719
|
+
end
|
720
|
+
|
721
|
+
##
|
722
|
+
# @private
|
723
|
+
#
|
724
|
+
# GRPC transcoding helper method for the clone_rules REST call
|
725
|
+
#
|
726
|
+
# @param request_pb [::Google::Cloud::Compute::V1::CloneRulesRegionNetworkFirewallPolicyRequest]
|
727
|
+
# A request object representing the call parameters. Required.
|
728
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
729
|
+
# Uri, Body, Query string parameters
|
730
|
+
def transcode_clone_rules_request request_pb
|
731
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
732
|
+
.with_bindings(
|
733
|
+
uri_method: :post,
|
734
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/cloneRules",
|
735
|
+
matches: [
|
736
|
+
["project", %r{^[^/]+/?$}, false],
|
737
|
+
["region", %r{^[^/]+/?$}, false],
|
738
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
739
|
+
]
|
740
|
+
)
|
741
|
+
transcoder.transcode request_pb
|
742
|
+
end
|
743
|
+
|
744
|
+
##
|
745
|
+
# @private
|
746
|
+
#
|
747
|
+
# GRPC transcoding helper method for the delete REST call
|
748
|
+
#
|
749
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionNetworkFirewallPolicyRequest]
|
750
|
+
# A request object representing the call parameters. Required.
|
751
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
752
|
+
# Uri, Body, Query string parameters
|
753
|
+
def transcode_delete_request request_pb
|
754
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
755
|
+
.with_bindings(
|
756
|
+
uri_method: :delete,
|
757
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}",
|
758
|
+
matches: [
|
759
|
+
["project", %r{^[^/]+/?$}, false],
|
760
|
+
["region", %r{^[^/]+/?$}, false],
|
761
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
762
|
+
]
|
763
|
+
)
|
764
|
+
transcoder.transcode request_pb
|
765
|
+
end
|
766
|
+
|
767
|
+
##
|
768
|
+
# @private
|
769
|
+
#
|
770
|
+
# GRPC transcoding helper method for the get REST call
|
771
|
+
#
|
772
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRegionNetworkFirewallPolicyRequest]
|
773
|
+
# A request object representing the call parameters. Required.
|
774
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
775
|
+
# Uri, Body, Query string parameters
|
776
|
+
def transcode_get_request request_pb
|
777
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
778
|
+
.with_bindings(
|
779
|
+
uri_method: :get,
|
780
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}",
|
781
|
+
matches: [
|
782
|
+
["project", %r{^[^/]+/?$}, false],
|
783
|
+
["region", %r{^[^/]+/?$}, false],
|
784
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
785
|
+
]
|
786
|
+
)
|
787
|
+
transcoder.transcode request_pb
|
788
|
+
end
|
789
|
+
|
790
|
+
##
|
791
|
+
# @private
|
792
|
+
#
|
793
|
+
# GRPC transcoding helper method for the get_association REST call
|
794
|
+
#
|
795
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetAssociationRegionNetworkFirewallPolicyRequest]
|
796
|
+
# A request object representing the call parameters. Required.
|
797
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
798
|
+
# Uri, Body, Query string parameters
|
799
|
+
def transcode_get_association_request request_pb
|
800
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
801
|
+
.with_bindings(
|
802
|
+
uri_method: :get,
|
803
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/getAssociation",
|
804
|
+
matches: [
|
805
|
+
["project", %r{^[^/]+/?$}, false],
|
806
|
+
["region", %r{^[^/]+/?$}, false],
|
807
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
808
|
+
]
|
809
|
+
)
|
810
|
+
transcoder.transcode request_pb
|
811
|
+
end
|
812
|
+
|
813
|
+
##
|
814
|
+
# @private
|
815
|
+
#
|
816
|
+
# GRPC transcoding helper method for the get_effective_firewalls REST call
|
817
|
+
#
|
818
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest]
|
819
|
+
# A request object representing the call parameters. Required.
|
820
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
821
|
+
# Uri, Body, Query string parameters
|
822
|
+
def transcode_get_effective_firewalls_request request_pb
|
823
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
824
|
+
.with_bindings(
|
825
|
+
uri_method: :get,
|
826
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/getEffectiveFirewalls",
|
827
|
+
matches: [
|
828
|
+
["project", %r{^[^/]+/?$}, false],
|
829
|
+
["region", %r{^[^/]+/?$}, false]
|
830
|
+
]
|
831
|
+
)
|
832
|
+
transcoder.transcode request_pb
|
833
|
+
end
|
834
|
+
|
835
|
+
##
|
836
|
+
# @private
|
837
|
+
#
|
838
|
+
# GRPC transcoding helper method for the get_iam_policy REST call
|
839
|
+
#
|
840
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyRegionNetworkFirewallPolicyRequest]
|
841
|
+
# A request object representing the call parameters. Required.
|
842
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
843
|
+
# Uri, Body, Query string parameters
|
844
|
+
def transcode_get_iam_policy_request request_pb
|
845
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
846
|
+
.with_bindings(
|
847
|
+
uri_method: :get,
|
848
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{resource}/getIamPolicy",
|
849
|
+
matches: [
|
850
|
+
["project", %r{^[^/]+/?$}, false],
|
851
|
+
["region", %r{^[^/]+/?$}, false],
|
852
|
+
["resource", %r{^[^/]+/?$}, false]
|
853
|
+
]
|
854
|
+
)
|
855
|
+
transcoder.transcode request_pb
|
856
|
+
end
|
857
|
+
|
858
|
+
##
|
859
|
+
# @private
|
860
|
+
#
|
861
|
+
# GRPC transcoding helper method for the get_rule REST call
|
862
|
+
#
|
863
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRuleRegionNetworkFirewallPolicyRequest]
|
864
|
+
# A request object representing the call parameters. Required.
|
865
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
866
|
+
# Uri, Body, Query string parameters
|
867
|
+
def transcode_get_rule_request request_pb
|
868
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
869
|
+
.with_bindings(
|
870
|
+
uri_method: :get,
|
871
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/getRule",
|
872
|
+
matches: [
|
873
|
+
["project", %r{^[^/]+/?$}, false],
|
874
|
+
["region", %r{^[^/]+/?$}, false],
|
875
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
876
|
+
]
|
877
|
+
)
|
878
|
+
transcoder.transcode request_pb
|
879
|
+
end
|
880
|
+
|
881
|
+
##
|
882
|
+
# @private
|
883
|
+
#
|
884
|
+
# GRPC transcoding helper method for the insert REST call
|
885
|
+
#
|
886
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertRegionNetworkFirewallPolicyRequest]
|
887
|
+
# A request object representing the call parameters. Required.
|
888
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
889
|
+
# Uri, Body, Query string parameters
|
890
|
+
def transcode_insert_request request_pb
|
891
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
892
|
+
.with_bindings(
|
893
|
+
uri_method: :post,
|
894
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies",
|
895
|
+
body: "firewall_policy_resource",
|
896
|
+
matches: [
|
897
|
+
["project", %r{^[^/]+/?$}, false],
|
898
|
+
["region", %r{^[^/]+/?$}, false]
|
899
|
+
]
|
900
|
+
)
|
901
|
+
transcoder.transcode request_pb
|
902
|
+
end
|
903
|
+
|
904
|
+
##
|
905
|
+
# @private
|
906
|
+
#
|
907
|
+
# GRPC transcoding helper method for the list REST call
|
908
|
+
#
|
909
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListRegionNetworkFirewallPoliciesRequest]
|
910
|
+
# A request object representing the call parameters. Required.
|
911
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
912
|
+
# Uri, Body, Query string parameters
|
913
|
+
def transcode_list_request request_pb
|
914
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
915
|
+
.with_bindings(
|
916
|
+
uri_method: :get,
|
917
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies",
|
918
|
+
matches: [
|
919
|
+
["project", %r{^[^/]+/?$}, false],
|
920
|
+
["region", %r{^[^/]+/?$}, false]
|
921
|
+
]
|
922
|
+
)
|
923
|
+
transcoder.transcode request_pb
|
924
|
+
end
|
925
|
+
|
926
|
+
##
|
927
|
+
# @private
|
928
|
+
#
|
929
|
+
# GRPC transcoding helper method for the patch REST call
|
930
|
+
#
|
931
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchRegionNetworkFirewallPolicyRequest]
|
932
|
+
# A request object representing the call parameters. Required.
|
933
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
934
|
+
# Uri, Body, Query string parameters
|
935
|
+
def transcode_patch_request request_pb
|
936
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
937
|
+
.with_bindings(
|
938
|
+
uri_method: :patch,
|
939
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}",
|
940
|
+
body: "firewall_policy_resource",
|
941
|
+
matches: [
|
942
|
+
["project", %r{^[^/]+/?$}, false],
|
943
|
+
["region", %r{^[^/]+/?$}, false],
|
944
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
945
|
+
]
|
946
|
+
)
|
947
|
+
transcoder.transcode request_pb
|
948
|
+
end
|
949
|
+
|
950
|
+
##
|
951
|
+
# @private
|
952
|
+
#
|
953
|
+
# GRPC transcoding helper method for the patch_rule REST call
|
954
|
+
#
|
955
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchRuleRegionNetworkFirewallPolicyRequest]
|
956
|
+
# A request object representing the call parameters. Required.
|
957
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
958
|
+
# Uri, Body, Query string parameters
|
959
|
+
def transcode_patch_rule_request request_pb
|
960
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
961
|
+
.with_bindings(
|
962
|
+
uri_method: :post,
|
963
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/patchRule",
|
964
|
+
body: "firewall_policy_rule_resource",
|
965
|
+
matches: [
|
966
|
+
["project", %r{^[^/]+/?$}, false],
|
967
|
+
["region", %r{^[^/]+/?$}, false],
|
968
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
969
|
+
]
|
970
|
+
)
|
971
|
+
transcoder.transcode request_pb
|
972
|
+
end
|
973
|
+
|
803
974
|
##
|
975
|
+
# @private
|
976
|
+
#
|
977
|
+
# GRPC transcoding helper method for the remove_association REST call
|
978
|
+
#
|
979
|
+
# @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationRegionNetworkFirewallPolicyRequest]
|
980
|
+
# A request object representing the call parameters. Required.
|
981
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
982
|
+
# Uri, Body, Query string parameters
|
983
|
+
def transcode_remove_association_request request_pb
|
984
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
985
|
+
.with_bindings(
|
986
|
+
uri_method: :post,
|
987
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/removeAssociation",
|
988
|
+
matches: [
|
989
|
+
["project", %r{^[^/]+/?$}, false],
|
990
|
+
["region", %r{^[^/]+/?$}, false],
|
991
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
992
|
+
]
|
993
|
+
)
|
994
|
+
transcoder.transcode request_pb
|
995
|
+
end
|
996
|
+
|
997
|
+
##
|
998
|
+
# @private
|
999
|
+
#
|
1000
|
+
# GRPC transcoding helper method for the remove_rule REST call
|
1001
|
+
#
|
1002
|
+
# @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleRegionNetworkFirewallPolicyRequest]
|
1003
|
+
# A request object representing the call parameters. Required.
|
1004
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
1005
|
+
# Uri, Body, Query string parameters
|
1006
|
+
def transcode_remove_rule_request request_pb
|
1007
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1008
|
+
.with_bindings(
|
1009
|
+
uri_method: :post,
|
1010
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{firewall_policy}/removeRule",
|
1011
|
+
matches: [
|
1012
|
+
["project", %r{^[^/]+/?$}, false],
|
1013
|
+
["region", %r{^[^/]+/?$}, false],
|
1014
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
1015
|
+
]
|
1016
|
+
)
|
1017
|
+
transcoder.transcode request_pb
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
##
|
1021
|
+
# @private
|
1022
|
+
#
|
1023
|
+
# GRPC transcoding helper method for the set_iam_policy REST call
|
1024
|
+
#
|
1025
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyRegionNetworkFirewallPolicyRequest]
|
1026
|
+
# A request object representing the call parameters. Required.
|
1027
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
1028
|
+
# Uri, Body, Query string parameters
|
1029
|
+
def transcode_set_iam_policy_request request_pb
|
1030
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1031
|
+
.with_bindings(
|
1032
|
+
uri_method: :post,
|
1033
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{resource}/setIamPolicy",
|
1034
|
+
body: "region_set_policy_request_resource",
|
1035
|
+
matches: [
|
1036
|
+
["project", %r{^[^/]+/?$}, false],
|
1037
|
+
["region", %r{^[^/]+/?$}, false],
|
1038
|
+
["resource", %r{^[^/]+/?$}, false]
|
1039
|
+
]
|
1040
|
+
)
|
1041
|
+
transcoder.transcode request_pb
|
1042
|
+
end
|
1043
|
+
|
1044
|
+
##
|
1045
|
+
# @private
|
1046
|
+
#
|
804
1047
|
# GRPC transcoding helper method for the test_iam_permissions REST call
|
805
1048
|
#
|
806
1049
|
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsRegionNetworkFirewallPolicyRequest]
|
@@ -808,11 +1051,18 @@ module Google
|
|
808
1051
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
809
1052
|
# Uri, Body, Query string parameters
|
810
1053
|
def transcode_test_iam_permissions_request request_pb
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
1054
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
1055
|
+
.with_bindings(
|
1056
|
+
uri_method: :post,
|
1057
|
+
uri_template: "/compute/v1/projects/{project}/regions/{region}/firewallPolicies/{resource}/testIamPermissions",
|
1058
|
+
body: "test_permissions_request_resource",
|
1059
|
+
matches: [
|
1060
|
+
["project", %r{^[^/]+/?$}, false],
|
1061
|
+
["region", %r{^[^/]+/?$}, false],
|
1062
|
+
["resource", %r{^[^/]+/?$}, false]
|
1063
|
+
]
|
1064
|
+
)
|
1065
|
+
transcoder.transcode request_pb
|
816
1066
|
end
|
817
1067
|
end
|
818
1068
|
end
|