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 NetworkFirewallPolicies 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::AddAssociationNetworkFirewallPolicyRequest]
|
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}/global/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::AddRuleNetworkFirewallPolicyRequest]
|
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}/global/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::CloneRulesNetworkFirewallPolicyRequest]
|
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}/global/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::DeleteNetworkFirewallPolicyRequest]
|
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}/global/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::GetNetworkFirewallPolicyRequest]
|
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}/global/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::GetAssociationNetworkFirewallPolicyRequest]
|
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}/global/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_iam_policy REST call
|
317
265
|
#
|
@@ -329,9 +277,17 @@ module Google
|
|
329
277
|
def get_iam_policy 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_iam_policy_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_iam_policy REST call
|
346
|
-
#
|
347
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyNetworkFirewallPolicyRequest]
|
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_iam_policy_request request_pb
|
352
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies/#{request_pb.resource}/getIamPolicy"
|
353
|
-
body = nil
|
354
|
-
query_string_params = {}
|
355
|
-
query_string_params["optionsRequestedPolicyVersion"] = request_pb.options_requested_policy_version.to_s if request_pb.has_options_requested_policy_version?
|
356
|
-
|
357
|
-
[uri, body, query_string_params]
|
358
|
-
end
|
359
|
-
|
360
300
|
##
|
361
301
|
# Baseline implementation for the get_rule REST call
|
362
302
|
#
|
@@ -374,9 +314,17 @@ module Google
|
|
374
314
|
def get_rule 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_rule_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_rule REST call
|
391
|
-
#
|
392
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetRuleNetworkFirewallPolicyRequest]
|
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_rule_request request_pb
|
397
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies/#{request_pb.firewall_policy}/getRule"
|
398
|
-
body = nil
|
399
|
-
query_string_params = {}
|
400
|
-
query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
|
401
|
-
|
402
|
-
[uri, body, query_string_params]
|
403
|
-
end
|
404
|
-
|
405
337
|
##
|
406
338
|
# Baseline implementation for the insert REST call
|
407
339
|
#
|
@@ -419,10 +351,17 @@ module Google
|
|
419
351
|
def insert 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_insert_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,
|
425
|
-
body: body,
|
364
|
+
body: body || "",
|
426
365
|
params: query_string_params,
|
427
366
|
options: options
|
428
367
|
)
|
@@ -432,22 +371,6 @@ module Google
|
|
432
371
|
result
|
433
372
|
end
|
434
373
|
|
435
|
-
##
|
436
|
-
# GRPC transcoding helper method for the insert REST call
|
437
|
-
#
|
438
|
-
# @param request_pb [::Google::Cloud::Compute::V1::InsertNetworkFirewallPolicyRequest]
|
439
|
-
# A request object representing the call parameters. Required.
|
440
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
441
|
-
# Uri, Body, Query string parameters
|
442
|
-
def transcode_insert_request request_pb
|
443
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies"
|
444
|
-
body = request_pb.firewall_policy_resource.to_json
|
445
|
-
query_string_params = {}
|
446
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
447
|
-
|
448
|
-
[uri, body, query_string_params]
|
449
|
-
end
|
450
|
-
|
451
374
|
##
|
452
375
|
# Baseline implementation for the list REST call
|
453
376
|
#
|
@@ -465,9 +388,17 @@ module Google
|
|
465
388
|
def list request_pb, options = nil
|
466
389
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
467
390
|
|
468
|
-
|
469
|
-
|
391
|
+
verb, uri, query_string_params, body = transcode_list_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,
|
470
400
|
uri: uri,
|
401
|
+
body: body || "",
|
471
402
|
params: query_string_params,
|
472
403
|
options: options
|
473
404
|
)
|
@@ -477,26 +408,6 @@ module Google
|
|
477
408
|
result
|
478
409
|
end
|
479
410
|
|
480
|
-
##
|
481
|
-
# GRPC transcoding helper method for the list REST call
|
482
|
-
#
|
483
|
-
# @param request_pb [::Google::Cloud::Compute::V1::ListNetworkFirewallPoliciesRequest]
|
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_list_request request_pb
|
488
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies"
|
489
|
-
body = nil
|
490
|
-
query_string_params = {}
|
491
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
492
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
493
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
494
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
495
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
496
|
-
|
497
|
-
[uri, body, query_string_params]
|
498
|
-
end
|
499
|
-
|
500
411
|
##
|
501
412
|
# Baseline implementation for the patch REST call
|
502
413
|
#
|
@@ -514,10 +425,17 @@ module Google
|
|
514
425
|
def patch request_pb, options = nil
|
515
426
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
516
427
|
|
517
|
-
|
518
|
-
|
428
|
+
verb, uri, query_string_params, body = transcode_patch_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,
|
519
437
|
uri: uri,
|
520
|
-
body: body,
|
438
|
+
body: body || "",
|
521
439
|
params: query_string_params,
|
522
440
|
options: options
|
523
441
|
)
|
@@ -527,22 +445,6 @@ module Google
|
|
527
445
|
result
|
528
446
|
end
|
529
447
|
|
530
|
-
##
|
531
|
-
# GRPC transcoding helper method for the patch REST call
|
532
|
-
#
|
533
|
-
# @param request_pb [::Google::Cloud::Compute::V1::PatchNetworkFirewallPolicyRequest]
|
534
|
-
# A request object representing the call parameters. Required.
|
535
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
536
|
-
# Uri, Body, Query string parameters
|
537
|
-
def transcode_patch_request request_pb
|
538
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies/#{request_pb.firewall_policy}"
|
539
|
-
body = request_pb.firewall_policy_resource.to_json
|
540
|
-
query_string_params = {}
|
541
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
542
|
-
|
543
|
-
[uri, body, query_string_params]
|
544
|
-
end
|
545
|
-
|
546
448
|
##
|
547
449
|
# Baseline implementation for the patch_rule REST call
|
548
450
|
#
|
@@ -560,10 +462,17 @@ module Google
|
|
560
462
|
def patch_rule request_pb, options = nil
|
561
463
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
562
464
|
|
563
|
-
|
564
|
-
|
465
|
+
verb, uri, query_string_params, body = transcode_patch_rule_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,
|
565
474
|
uri: uri,
|
566
|
-
body: body,
|
475
|
+
body: body || "",
|
567
476
|
params: query_string_params,
|
568
477
|
options: options
|
569
478
|
)
|
@@ -573,23 +482,6 @@ module Google
|
|
573
482
|
result
|
574
483
|
end
|
575
484
|
|
576
|
-
##
|
577
|
-
# GRPC transcoding helper method for the patch_rule REST call
|
578
|
-
#
|
579
|
-
# @param request_pb [::Google::Cloud::Compute::V1::PatchRuleNetworkFirewallPolicyRequest]
|
580
|
-
# A request object representing the call parameters. Required.
|
581
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
582
|
-
# Uri, Body, Query string parameters
|
583
|
-
def transcode_patch_rule_request request_pb
|
584
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies/#{request_pb.firewall_policy}/patchRule"
|
585
|
-
body = request_pb.firewall_policy_rule_resource.to_json
|
586
|
-
query_string_params = {}
|
587
|
-
query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
|
588
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
589
|
-
|
590
|
-
[uri, body, query_string_params]
|
591
|
-
end
|
592
|
-
|
593
485
|
##
|
594
486
|
# Baseline implementation for the remove_association REST call
|
595
487
|
#
|
@@ -607,9 +499,17 @@ module Google
|
|
607
499
|
def remove_association request_pb, options = nil
|
608
500
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
609
501
|
|
610
|
-
|
611
|
-
|
502
|
+
verb, uri, query_string_params, body = transcode_remove_association_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,
|
612
511
|
uri: uri,
|
512
|
+
body: body || "",
|
613
513
|
params: query_string_params,
|
614
514
|
options: options
|
615
515
|
)
|
@@ -619,23 +519,6 @@ module Google
|
|
619
519
|
result
|
620
520
|
end
|
621
521
|
|
622
|
-
##
|
623
|
-
# GRPC transcoding helper method for the remove_association REST call
|
624
|
-
#
|
625
|
-
# @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationNetworkFirewallPolicyRequest]
|
626
|
-
# A request object representing the call parameters. Required.
|
627
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
628
|
-
# Uri, Body, Query string parameters
|
629
|
-
def transcode_remove_association_request request_pb
|
630
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies/#{request_pb.firewall_policy}/removeAssociation"
|
631
|
-
body = nil
|
632
|
-
query_string_params = {}
|
633
|
-
query_string_params["name"] = request_pb.name.to_s if request_pb.has_name?
|
634
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
635
|
-
|
636
|
-
[uri, body, query_string_params]
|
637
|
-
end
|
638
|
-
|
639
522
|
##
|
640
523
|
# Baseline implementation for the remove_rule REST call
|
641
524
|
#
|
@@ -653,9 +536,17 @@ module Google
|
|
653
536
|
def remove_rule request_pb, options = nil
|
654
537
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
655
538
|
|
656
|
-
|
657
|
-
|
539
|
+
verb, uri, query_string_params, body = transcode_remove_rule_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,
|
658
548
|
uri: uri,
|
549
|
+
body: body || "",
|
659
550
|
params: query_string_params,
|
660
551
|
options: options
|
661
552
|
)
|
@@ -665,23 +556,6 @@ module Google
|
|
665
556
|
result
|
666
557
|
end
|
667
558
|
|
668
|
-
##
|
669
|
-
# GRPC transcoding helper method for the remove_rule REST call
|
670
|
-
#
|
671
|
-
# @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleNetworkFirewallPolicyRequest]
|
672
|
-
# A request object representing the call parameters. Required.
|
673
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
674
|
-
# Uri, Body, Query string parameters
|
675
|
-
def transcode_remove_rule_request request_pb
|
676
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies/#{request_pb.firewall_policy}/removeRule"
|
677
|
-
body = nil
|
678
|
-
query_string_params = {}
|
679
|
-
query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
|
680
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
681
|
-
|
682
|
-
[uri, body, query_string_params]
|
683
|
-
end
|
684
|
-
|
685
559
|
##
|
686
560
|
# Baseline implementation for the set_iam_policy REST call
|
687
561
|
#
|
@@ -699,10 +573,18 @@ module Google
|
|
699
573
|
def set_iam_policy request_pb, options = nil
|
700
574
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
701
575
|
|
702
|
-
uri,
|
703
|
-
|
576
|
+
verb, uri, query_string_params, body = transcode_set_iam_policy_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,
|
704
585
|
uri: uri,
|
705
|
-
body: body,
|
586
|
+
body: body || "",
|
587
|
+
params: query_string_params,
|
706
588
|
options: options
|
707
589
|
)
|
708
590
|
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
@@ -711,21 +593,6 @@ module Google
|
|
711
593
|
result
|
712
594
|
end
|
713
595
|
|
714
|
-
##
|
715
|
-
# GRPC transcoding helper method for the set_iam_policy REST call
|
716
|
-
#
|
717
|
-
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyNetworkFirewallPolicyRequest]
|
718
|
-
# A request object representing the call parameters. Required.
|
719
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
720
|
-
# Uri, Body, Query string parameters
|
721
|
-
def transcode_set_iam_policy_request request_pb
|
722
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/firewallPolicies/#{request_pb.resource}/setIamPolicy"
|
723
|
-
body = request_pb.global_set_policy_request_resource.to_json
|
724
|
-
query_string_params = {}
|
725
|
-
|
726
|
-
[uri, body, query_string_params]
|
727
|
-
end
|
728
|
-
|
729
596
|
##
|
730
597
|
# Baseline implementation for the test_iam_permissions REST call
|
731
598
|
#
|
@@ -743,10 +610,18 @@ module Google
|
|
743
610
|
def test_iam_permissions request_pb, options = nil
|
744
611
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
745
612
|
|
746
|
-
uri,
|
747
|
-
|
613
|
+
verb, uri, query_string_params, body = transcode_test_iam_permissions_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,
|
748
622
|
uri: uri,
|
749
|
-
body: body,
|
623
|
+
body: body || "",
|
624
|
+
params: query_string_params,
|
750
625
|
options: options
|
751
626
|
)
|
752
627
|
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
@@ -755,7 +630,346 @@ module Google
|
|
755
630
|
result
|
756
631
|
end
|
757
632
|
|
633
|
+
|
634
|
+
private
|
635
|
+
|
636
|
+
##
|
637
|
+
# @private
|
638
|
+
#
|
639
|
+
# GRPC transcoding helper method for the add_association REST call
|
640
|
+
#
|
641
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AddAssociationNetworkFirewallPolicyRequest]
|
642
|
+
# A request object representing the call parameters. Required.
|
643
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
644
|
+
# Uri, Body, Query string parameters
|
645
|
+
def transcode_add_association_request request_pb
|
646
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
647
|
+
.with_bindings(
|
648
|
+
uri_method: :post,
|
649
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/addAssociation",
|
650
|
+
body: "firewall_policy_association_resource",
|
651
|
+
matches: [
|
652
|
+
["project", %r{^[^/]+/?$}, false],
|
653
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
654
|
+
]
|
655
|
+
)
|
656
|
+
transcoder.transcode request_pb
|
657
|
+
end
|
658
|
+
|
659
|
+
##
|
660
|
+
# @private
|
661
|
+
#
|
662
|
+
# GRPC transcoding helper method for the add_rule REST call
|
663
|
+
#
|
664
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AddRuleNetworkFirewallPolicyRequest]
|
665
|
+
# A request object representing the call parameters. Required.
|
666
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
667
|
+
# Uri, Body, Query string parameters
|
668
|
+
def transcode_add_rule_request request_pb
|
669
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
670
|
+
.with_bindings(
|
671
|
+
uri_method: :post,
|
672
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/addRule",
|
673
|
+
body: "firewall_policy_rule_resource",
|
674
|
+
matches: [
|
675
|
+
["project", %r{^[^/]+/?$}, false],
|
676
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
677
|
+
]
|
678
|
+
)
|
679
|
+
transcoder.transcode request_pb
|
680
|
+
end
|
681
|
+
|
682
|
+
##
|
683
|
+
# @private
|
684
|
+
#
|
685
|
+
# GRPC transcoding helper method for the clone_rules REST call
|
686
|
+
#
|
687
|
+
# @param request_pb [::Google::Cloud::Compute::V1::CloneRulesNetworkFirewallPolicyRequest]
|
688
|
+
# A request object representing the call parameters. Required.
|
689
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
690
|
+
# Uri, Body, Query string parameters
|
691
|
+
def transcode_clone_rules_request request_pb
|
692
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
693
|
+
.with_bindings(
|
694
|
+
uri_method: :post,
|
695
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/cloneRules",
|
696
|
+
matches: [
|
697
|
+
["project", %r{^[^/]+/?$}, false],
|
698
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
699
|
+
]
|
700
|
+
)
|
701
|
+
transcoder.transcode request_pb
|
702
|
+
end
|
703
|
+
|
704
|
+
##
|
705
|
+
# @private
|
706
|
+
#
|
707
|
+
# GRPC transcoding helper method for the delete REST call
|
708
|
+
#
|
709
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteNetworkFirewallPolicyRequest]
|
710
|
+
# A request object representing the call parameters. Required.
|
711
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
712
|
+
# Uri, Body, Query string parameters
|
713
|
+
def transcode_delete_request request_pb
|
714
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
715
|
+
.with_bindings(
|
716
|
+
uri_method: :delete,
|
717
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}",
|
718
|
+
matches: [
|
719
|
+
["project", %r{^[^/]+/?$}, false],
|
720
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
721
|
+
]
|
722
|
+
)
|
723
|
+
transcoder.transcode request_pb
|
724
|
+
end
|
725
|
+
|
726
|
+
##
|
727
|
+
# @private
|
728
|
+
#
|
729
|
+
# GRPC transcoding helper method for the get REST call
|
730
|
+
#
|
731
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetNetworkFirewallPolicyRequest]
|
732
|
+
# A request object representing the call parameters. Required.
|
733
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
734
|
+
# Uri, Body, Query string parameters
|
735
|
+
def transcode_get_request request_pb
|
736
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
737
|
+
.with_bindings(
|
738
|
+
uri_method: :get,
|
739
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}",
|
740
|
+
matches: [
|
741
|
+
["project", %r{^[^/]+/?$}, false],
|
742
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
743
|
+
]
|
744
|
+
)
|
745
|
+
transcoder.transcode request_pb
|
746
|
+
end
|
747
|
+
|
748
|
+
##
|
749
|
+
# @private
|
750
|
+
#
|
751
|
+
# GRPC transcoding helper method for the get_association REST call
|
752
|
+
#
|
753
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetAssociationNetworkFirewallPolicyRequest]
|
754
|
+
# A request object representing the call parameters. Required.
|
755
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
756
|
+
# Uri, Body, Query string parameters
|
757
|
+
def transcode_get_association_request request_pb
|
758
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
759
|
+
.with_bindings(
|
760
|
+
uri_method: :get,
|
761
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/getAssociation",
|
762
|
+
matches: [
|
763
|
+
["project", %r{^[^/]+/?$}, false],
|
764
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
765
|
+
]
|
766
|
+
)
|
767
|
+
transcoder.transcode request_pb
|
768
|
+
end
|
769
|
+
|
770
|
+
##
|
771
|
+
# @private
|
772
|
+
#
|
773
|
+
# GRPC transcoding helper method for the get_iam_policy REST call
|
774
|
+
#
|
775
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyNetworkFirewallPolicyRequest]
|
776
|
+
# A request object representing the call parameters. Required.
|
777
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
778
|
+
# Uri, Body, Query string parameters
|
779
|
+
def transcode_get_iam_policy_request request_pb
|
780
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
781
|
+
.with_bindings(
|
782
|
+
uri_method: :get,
|
783
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{resource}/getIamPolicy",
|
784
|
+
matches: [
|
785
|
+
["project", %r{^[^/]+/?$}, false],
|
786
|
+
["resource", %r{^[^/]+/?$}, false]
|
787
|
+
]
|
788
|
+
)
|
789
|
+
transcoder.transcode request_pb
|
790
|
+
end
|
791
|
+
|
792
|
+
##
|
793
|
+
# @private
|
794
|
+
#
|
795
|
+
# GRPC transcoding helper method for the get_rule REST call
|
796
|
+
#
|
797
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetRuleNetworkFirewallPolicyRequest]
|
798
|
+
# A request object representing the call parameters. Required.
|
799
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
800
|
+
# Uri, Body, Query string parameters
|
801
|
+
def transcode_get_rule_request request_pb
|
802
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
803
|
+
.with_bindings(
|
804
|
+
uri_method: :get,
|
805
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/getRule",
|
806
|
+
matches: [
|
807
|
+
["project", %r{^[^/]+/?$}, false],
|
808
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
809
|
+
]
|
810
|
+
)
|
811
|
+
transcoder.transcode request_pb
|
812
|
+
end
|
813
|
+
|
814
|
+
##
|
815
|
+
# @private
|
816
|
+
#
|
817
|
+
# GRPC transcoding helper method for the insert REST call
|
818
|
+
#
|
819
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertNetworkFirewallPolicyRequest]
|
820
|
+
# A request object representing the call parameters. Required.
|
821
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
822
|
+
# Uri, Body, Query string parameters
|
823
|
+
def transcode_insert_request request_pb
|
824
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
825
|
+
.with_bindings(
|
826
|
+
uri_method: :post,
|
827
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies",
|
828
|
+
body: "firewall_policy_resource",
|
829
|
+
matches: [
|
830
|
+
["project", %r{^[^/]+/?$}, false]
|
831
|
+
]
|
832
|
+
)
|
833
|
+
transcoder.transcode request_pb
|
834
|
+
end
|
835
|
+
|
836
|
+
##
|
837
|
+
# @private
|
838
|
+
#
|
839
|
+
# GRPC transcoding helper method for the list REST call
|
840
|
+
#
|
841
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListNetworkFirewallPoliciesRequest]
|
842
|
+
# A request object representing the call parameters. Required.
|
843
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
844
|
+
# Uri, Body, Query string parameters
|
845
|
+
def transcode_list_request request_pb
|
846
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
847
|
+
.with_bindings(
|
848
|
+
uri_method: :get,
|
849
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies",
|
850
|
+
matches: [
|
851
|
+
["project", %r{^[^/]+/?$}, false]
|
852
|
+
]
|
853
|
+
)
|
854
|
+
transcoder.transcode request_pb
|
855
|
+
end
|
856
|
+
|
857
|
+
##
|
858
|
+
# @private
|
859
|
+
#
|
860
|
+
# GRPC transcoding helper method for the patch REST call
|
861
|
+
#
|
862
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchNetworkFirewallPolicyRequest]
|
863
|
+
# A request object representing the call parameters. Required.
|
864
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
865
|
+
# Uri, Body, Query string parameters
|
866
|
+
def transcode_patch_request request_pb
|
867
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
868
|
+
.with_bindings(
|
869
|
+
uri_method: :patch,
|
870
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}",
|
871
|
+
body: "firewall_policy_resource",
|
872
|
+
matches: [
|
873
|
+
["project", %r{^[^/]+/?$}, false],
|
874
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
875
|
+
]
|
876
|
+
)
|
877
|
+
transcoder.transcode request_pb
|
878
|
+
end
|
879
|
+
|
880
|
+
##
|
881
|
+
# @private
|
882
|
+
#
|
883
|
+
# GRPC transcoding helper method for the patch_rule REST call
|
884
|
+
#
|
885
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchRuleNetworkFirewallPolicyRequest]
|
886
|
+
# A request object representing the call parameters. Required.
|
887
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
888
|
+
# Uri, Body, Query string parameters
|
889
|
+
def transcode_patch_rule_request request_pb
|
890
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
891
|
+
.with_bindings(
|
892
|
+
uri_method: :post,
|
893
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/patchRule",
|
894
|
+
body: "firewall_policy_rule_resource",
|
895
|
+
matches: [
|
896
|
+
["project", %r{^[^/]+/?$}, false],
|
897
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
898
|
+
]
|
899
|
+
)
|
900
|
+
transcoder.transcode request_pb
|
901
|
+
end
|
902
|
+
|
903
|
+
##
|
904
|
+
# @private
|
905
|
+
#
|
906
|
+
# GRPC transcoding helper method for the remove_association REST call
|
907
|
+
#
|
908
|
+
# @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationNetworkFirewallPolicyRequest]
|
909
|
+
# A request object representing the call parameters. Required.
|
910
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
911
|
+
# Uri, Body, Query string parameters
|
912
|
+
def transcode_remove_association_request request_pb
|
913
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
914
|
+
.with_bindings(
|
915
|
+
uri_method: :post,
|
916
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/removeAssociation",
|
917
|
+
matches: [
|
918
|
+
["project", %r{^[^/]+/?$}, false],
|
919
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
920
|
+
]
|
921
|
+
)
|
922
|
+
transcoder.transcode request_pb
|
923
|
+
end
|
924
|
+
|
925
|
+
##
|
926
|
+
# @private
|
927
|
+
#
|
928
|
+
# GRPC transcoding helper method for the remove_rule REST call
|
929
|
+
#
|
930
|
+
# @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleNetworkFirewallPolicyRequest]
|
931
|
+
# A request object representing the call parameters. Required.
|
932
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
933
|
+
# Uri, Body, Query string parameters
|
934
|
+
def transcode_remove_rule_request request_pb
|
935
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
936
|
+
.with_bindings(
|
937
|
+
uri_method: :post,
|
938
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/removeRule",
|
939
|
+
matches: [
|
940
|
+
["project", %r{^[^/]+/?$}, false],
|
941
|
+
["firewall_policy", %r{^[^/]+/?$}, false]
|
942
|
+
]
|
943
|
+
)
|
944
|
+
transcoder.transcode request_pb
|
945
|
+
end
|
946
|
+
|
947
|
+
##
|
948
|
+
# @private
|
949
|
+
#
|
950
|
+
# GRPC transcoding helper method for the set_iam_policy REST call
|
951
|
+
#
|
952
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyNetworkFirewallPolicyRequest]
|
953
|
+
# A request object representing the call parameters. Required.
|
954
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
955
|
+
# Uri, Body, Query string parameters
|
956
|
+
def transcode_set_iam_policy_request request_pb
|
957
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
958
|
+
.with_bindings(
|
959
|
+
uri_method: :post,
|
960
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{resource}/setIamPolicy",
|
961
|
+
body: "global_set_policy_request_resource",
|
962
|
+
matches: [
|
963
|
+
["project", %r{^[^/]+/?$}, false],
|
964
|
+
["resource", %r{^[^/]+/?$}, false]
|
965
|
+
]
|
966
|
+
)
|
967
|
+
transcoder.transcode request_pb
|
968
|
+
end
|
969
|
+
|
758
970
|
##
|
971
|
+
# @private
|
972
|
+
#
|
759
973
|
# GRPC transcoding helper method for the test_iam_permissions REST call
|
760
974
|
#
|
761
975
|
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsNetworkFirewallPolicyRequest]
|
@@ -763,11 +977,17 @@ module Google
|
|
763
977
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
764
978
|
# Uri, Body, Query string parameters
|
765
979
|
def transcode_test_iam_permissions_request request_pb
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
980
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
981
|
+
.with_bindings(
|
982
|
+
uri_method: :post,
|
983
|
+
uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{resource}/testIamPermissions",
|
984
|
+
body: "test_permissions_request_resource",
|
985
|
+
matches: [
|
986
|
+
["project", %r{^[^/]+/?$}, false],
|
987
|
+
["resource", %r{^[^/]+/?$}, false]
|
988
|
+
]
|
989
|
+
)
|
990
|
+
transcoder.transcode request_pb
|
771
991
|
end
|
772
992
|
end
|
773
993
|
end
|