google-cloud-compute-v1 1.3.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 Networks 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_peering 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_peering_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,22 +75,6 @@ module Google
|
|
68
75
|
result
|
69
76
|
end
|
70
77
|
|
71
|
-
##
|
72
|
-
# GRPC transcoding helper method for the add_peering REST call
|
73
|
-
#
|
74
|
-
# @param request_pb [::Google::Cloud::Compute::V1::AddPeeringNetworkRequest]
|
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_peering_request request_pb
|
79
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}/addPeering"
|
80
|
-
body = request_pb.networks_add_peering_request_resource.to_json
|
81
|
-
query_string_params = {}
|
82
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
83
|
-
|
84
|
-
[uri, body, query_string_params]
|
85
|
-
end
|
86
|
-
|
87
78
|
##
|
88
79
|
# Baseline implementation for the delete REST call
|
89
80
|
#
|
@@ -101,9 +92,17 @@ module Google
|
|
101
92
|
def delete request_pb, options = nil
|
102
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
103
94
|
|
104
|
-
|
105
|
-
|
95
|
+
verb, uri, query_string_params, body = transcode_delete_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,
|
106
104
|
uri: uri,
|
105
|
+
body: body || "",
|
107
106
|
params: query_string_params,
|
108
107
|
options: options
|
109
108
|
)
|
@@ -113,22 +112,6 @@ module Google
|
|
113
112
|
result
|
114
113
|
end
|
115
114
|
|
116
|
-
##
|
117
|
-
# GRPC transcoding helper method for the delete REST call
|
118
|
-
#
|
119
|
-
# @param request_pb [::Google::Cloud::Compute::V1::DeleteNetworkRequest]
|
120
|
-
# A request object representing the call parameters. Required.
|
121
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
122
|
-
# Uri, Body, Query string parameters
|
123
|
-
def transcode_delete_request request_pb
|
124
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}"
|
125
|
-
body = nil
|
126
|
-
query_string_params = {}
|
127
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
128
|
-
|
129
|
-
[uri, body, query_string_params]
|
130
|
-
end
|
131
|
-
|
132
115
|
##
|
133
116
|
# Baseline implementation for the get REST call
|
134
117
|
#
|
@@ -146,9 +129,18 @@ module Google
|
|
146
129
|
def get request_pb, options = nil
|
147
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
148
131
|
|
149
|
-
uri,
|
150
|
-
|
132
|
+
verb, uri, query_string_params, body = transcode_get_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,
|
151
141
|
uri: uri,
|
142
|
+
body: body || "",
|
143
|
+
params: query_string_params,
|
152
144
|
options: options
|
153
145
|
)
|
154
146
|
result = ::Google::Cloud::Compute::V1::Network.decode_json response.body, ignore_unknown_fields: true
|
@@ -157,21 +149,6 @@ module Google
|
|
157
149
|
result
|
158
150
|
end
|
159
151
|
|
160
|
-
##
|
161
|
-
# GRPC transcoding helper method for the get REST call
|
162
|
-
#
|
163
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetNetworkRequest]
|
164
|
-
# A request object representing the call parameters. Required.
|
165
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
166
|
-
# Uri, Body, Query string parameters
|
167
|
-
def transcode_get_request request_pb
|
168
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}"
|
169
|
-
body = nil
|
170
|
-
query_string_params = {}
|
171
|
-
|
172
|
-
[uri, body, query_string_params]
|
173
|
-
end
|
174
|
-
|
175
152
|
##
|
176
153
|
# Baseline implementation for the get_effective_firewalls REST call
|
177
154
|
#
|
@@ -189,9 +166,18 @@ module Google
|
|
189
166
|
def get_effective_firewalls request_pb, options = nil
|
190
167
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
191
168
|
|
192
|
-
uri,
|
193
|
-
|
169
|
+
verb, uri, query_string_params, body = transcode_get_effective_firewalls_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,
|
194
178
|
uri: uri,
|
179
|
+
body: body || "",
|
180
|
+
params: query_string_params,
|
195
181
|
options: options
|
196
182
|
)
|
197
183
|
result = ::Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponse.decode_json response.body, ignore_unknown_fields: true
|
@@ -200,21 +186,6 @@ module Google
|
|
200
186
|
result
|
201
187
|
end
|
202
188
|
|
203
|
-
##
|
204
|
-
# GRPC transcoding helper method for the get_effective_firewalls REST call
|
205
|
-
#
|
206
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetEffectiveFirewallsNetworkRequest]
|
207
|
-
# A request object representing the call parameters. Required.
|
208
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
209
|
-
# Uri, Body, Query string parameters
|
210
|
-
def transcode_get_effective_firewalls_request request_pb
|
211
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}/getEffectiveFirewalls"
|
212
|
-
body = nil
|
213
|
-
query_string_params = {}
|
214
|
-
|
215
|
-
[uri, body, query_string_params]
|
216
|
-
end
|
217
|
-
|
218
189
|
##
|
219
190
|
# Baseline implementation for the insert REST call
|
220
191
|
#
|
@@ -232,10 +203,17 @@ module Google
|
|
232
203
|
def insert request_pb, options = nil
|
233
204
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
234
205
|
|
235
|
-
|
236
|
-
|
206
|
+
verb, uri, query_string_params, body = transcode_insert_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,
|
237
215
|
uri: uri,
|
238
|
-
body: body,
|
216
|
+
body: body || "",
|
239
217
|
params: query_string_params,
|
240
218
|
options: options
|
241
219
|
)
|
@@ -245,22 +223,6 @@ module Google
|
|
245
223
|
result
|
246
224
|
end
|
247
225
|
|
248
|
-
##
|
249
|
-
# GRPC transcoding helper method for the insert REST call
|
250
|
-
#
|
251
|
-
# @param request_pb [::Google::Cloud::Compute::V1::InsertNetworkRequest]
|
252
|
-
# A request object representing the call parameters. Required.
|
253
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
254
|
-
# Uri, Body, Query string parameters
|
255
|
-
def transcode_insert_request request_pb
|
256
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks"
|
257
|
-
body = request_pb.network_resource.to_json
|
258
|
-
query_string_params = {}
|
259
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
260
|
-
|
261
|
-
[uri, body, query_string_params]
|
262
|
-
end
|
263
|
-
|
264
226
|
##
|
265
227
|
# Baseline implementation for the list REST call
|
266
228
|
#
|
@@ -278,9 +240,17 @@ module Google
|
|
278
240
|
def list request_pb, options = nil
|
279
241
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
280
242
|
|
281
|
-
|
282
|
-
|
243
|
+
verb, uri, query_string_params, body = transcode_list_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,
|
283
252
|
uri: uri,
|
253
|
+
body: body || "",
|
284
254
|
params: query_string_params,
|
285
255
|
options: options
|
286
256
|
)
|
@@ -290,26 +260,6 @@ module Google
|
|
290
260
|
result
|
291
261
|
end
|
292
262
|
|
293
|
-
##
|
294
|
-
# GRPC transcoding helper method for the list REST call
|
295
|
-
#
|
296
|
-
# @param request_pb [::Google::Cloud::Compute::V1::ListNetworksRequest]
|
297
|
-
# A request object representing the call parameters. Required.
|
298
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
299
|
-
# Uri, Body, Query string parameters
|
300
|
-
def transcode_list_request request_pb
|
301
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks"
|
302
|
-
body = nil
|
303
|
-
query_string_params = {}
|
304
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
305
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
306
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
307
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
308
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
309
|
-
|
310
|
-
[uri, body, query_string_params]
|
311
|
-
end
|
312
|
-
|
313
263
|
##
|
314
264
|
# Baseline implementation for the list_peering_routes REST call
|
315
265
|
#
|
@@ -327,9 +277,17 @@ module Google
|
|
327
277
|
def list_peering_routes request_pb, options = nil
|
328
278
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
329
279
|
|
330
|
-
|
331
|
-
|
280
|
+
verb, uri, query_string_params, body = transcode_list_peering_routes_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,
|
332
289
|
uri: uri,
|
290
|
+
body: body || "",
|
333
291
|
params: query_string_params,
|
334
292
|
options: options
|
335
293
|
)
|
@@ -339,29 +297,6 @@ module Google
|
|
339
297
|
result
|
340
298
|
end
|
341
299
|
|
342
|
-
##
|
343
|
-
# GRPC transcoding helper method for the list_peering_routes REST call
|
344
|
-
#
|
345
|
-
# @param request_pb [::Google::Cloud::Compute::V1::ListPeeringRoutesNetworksRequest]
|
346
|
-
# A request object representing the call parameters. Required.
|
347
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
348
|
-
# Uri, Body, Query string parameters
|
349
|
-
def transcode_list_peering_routes_request request_pb
|
350
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}/listPeeringRoutes"
|
351
|
-
body = nil
|
352
|
-
query_string_params = {}
|
353
|
-
query_string_params["direction"] = request_pb.direction.to_s if request_pb.has_direction?
|
354
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
355
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
356
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
357
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
358
|
-
query_string_params["peeringName"] = request_pb.peering_name.to_s if request_pb.has_peering_name?
|
359
|
-
query_string_params["region"] = request_pb.region.to_s if request_pb.has_region?
|
360
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
361
|
-
|
362
|
-
[uri, body, query_string_params]
|
363
|
-
end
|
364
|
-
|
365
300
|
##
|
366
301
|
# Baseline implementation for the patch REST call
|
367
302
|
#
|
@@ -379,10 +314,17 @@ module Google
|
|
379
314
|
def patch request_pb, options = nil
|
380
315
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
381
316
|
|
382
|
-
|
383
|
-
|
317
|
+
verb, uri, query_string_params, body = transcode_patch_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,
|
384
326
|
uri: uri,
|
385
|
-
body: body,
|
327
|
+
body: body || "",
|
386
328
|
params: query_string_params,
|
387
329
|
options: options
|
388
330
|
)
|
@@ -392,22 +334,6 @@ module Google
|
|
392
334
|
result
|
393
335
|
end
|
394
336
|
|
395
|
-
##
|
396
|
-
# GRPC transcoding helper method for the patch REST call
|
397
|
-
#
|
398
|
-
# @param request_pb [::Google::Cloud::Compute::V1::PatchNetworkRequest]
|
399
|
-
# A request object representing the call parameters. Required.
|
400
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
401
|
-
# Uri, Body, Query string parameters
|
402
|
-
def transcode_patch_request request_pb
|
403
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}"
|
404
|
-
body = request_pb.network_resource.to_json
|
405
|
-
query_string_params = {}
|
406
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
407
|
-
|
408
|
-
[uri, body, query_string_params]
|
409
|
-
end
|
410
|
-
|
411
337
|
##
|
412
338
|
# Baseline implementation for the remove_peering REST call
|
413
339
|
#
|
@@ -425,10 +351,17 @@ module Google
|
|
425
351
|
def remove_peering request_pb, options = nil
|
426
352
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
427
353
|
|
428
|
-
|
429
|
-
|
354
|
+
verb, uri, query_string_params, body = transcode_remove_peering_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,
|
430
363
|
uri: uri,
|
431
|
-
body: body,
|
364
|
+
body: body || "",
|
432
365
|
params: query_string_params,
|
433
366
|
options: options
|
434
367
|
)
|
@@ -438,22 +371,6 @@ module Google
|
|
438
371
|
result
|
439
372
|
end
|
440
373
|
|
441
|
-
##
|
442
|
-
# GRPC transcoding helper method for the remove_peering REST call
|
443
|
-
#
|
444
|
-
# @param request_pb [::Google::Cloud::Compute::V1::RemovePeeringNetworkRequest]
|
445
|
-
# A request object representing the call parameters. Required.
|
446
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
447
|
-
# Uri, Body, Query string parameters
|
448
|
-
def transcode_remove_peering_request request_pb
|
449
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}/removePeering"
|
450
|
-
body = request_pb.networks_remove_peering_request_resource.to_json
|
451
|
-
query_string_params = {}
|
452
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
453
|
-
|
454
|
-
[uri, body, query_string_params]
|
455
|
-
end
|
456
|
-
|
457
374
|
##
|
458
375
|
# Baseline implementation for the switch_to_custom_mode REST call
|
459
376
|
#
|
@@ -471,9 +388,17 @@ module Google
|
|
471
388
|
def switch_to_custom_mode request_pb, options = nil
|
472
389
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
473
390
|
|
474
|
-
|
475
|
-
|
391
|
+
verb, uri, query_string_params, body = transcode_switch_to_custom_mode_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,
|
476
400
|
uri: uri,
|
401
|
+
body: body || "",
|
477
402
|
params: query_string_params,
|
478
403
|
options: options
|
479
404
|
)
|
@@ -483,22 +408,6 @@ module Google
|
|
483
408
|
result
|
484
409
|
end
|
485
410
|
|
486
|
-
##
|
487
|
-
# GRPC transcoding helper method for the switch_to_custom_mode REST call
|
488
|
-
#
|
489
|
-
# @param request_pb [::Google::Cloud::Compute::V1::SwitchToCustomModeNetworkRequest]
|
490
|
-
# A request object representing the call parameters. Required.
|
491
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
492
|
-
# Uri, Body, Query string parameters
|
493
|
-
def transcode_switch_to_custom_mode_request request_pb
|
494
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/networks/#{request_pb.network}/switchToCustomMode"
|
495
|
-
body = nil
|
496
|
-
query_string_params = {}
|
497
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
498
|
-
|
499
|
-
[uri, body, query_string_params]
|
500
|
-
end
|
501
|
-
|
502
411
|
##
|
503
412
|
# Baseline implementation for the update_peering REST call
|
504
413
|
#
|
@@ -516,10 +425,17 @@ module Google
|
|
516
425
|
def update_peering request_pb, options = nil
|
517
426
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
518
427
|
|
519
|
-
|
520
|
-
|
428
|
+
verb, uri, query_string_params, body = transcode_update_peering_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,
|
521
437
|
uri: uri,
|
522
|
-
body: body,
|
438
|
+
body: body || "",
|
523
439
|
params: query_string_params,
|
524
440
|
options: options
|
525
441
|
)
|
@@ -529,7 +445,234 @@ module Google
|
|
529
445
|
result
|
530
446
|
end
|
531
447
|
|
448
|
+
|
449
|
+
private
|
450
|
+
|
451
|
+
##
|
452
|
+
# @private
|
453
|
+
#
|
454
|
+
# GRPC transcoding helper method for the add_peering REST call
|
455
|
+
#
|
456
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AddPeeringNetworkRequest]
|
457
|
+
# A request object representing the call parameters. Required.
|
458
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
459
|
+
# Uri, Body, Query string parameters
|
460
|
+
def transcode_add_peering_request request_pb
|
461
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
462
|
+
.with_bindings(
|
463
|
+
uri_method: :post,
|
464
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}/addPeering",
|
465
|
+
body: "networks_add_peering_request_resource",
|
466
|
+
matches: [
|
467
|
+
["project", %r{^[^/]+/?$}, false],
|
468
|
+
["network", %r{^[^/]+/?$}, false]
|
469
|
+
]
|
470
|
+
)
|
471
|
+
transcoder.transcode request_pb
|
472
|
+
end
|
473
|
+
|
532
474
|
##
|
475
|
+
# @private
|
476
|
+
#
|
477
|
+
# GRPC transcoding helper method for the delete REST call
|
478
|
+
#
|
479
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteNetworkRequest]
|
480
|
+
# A request object representing the call parameters. Required.
|
481
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
482
|
+
# Uri, Body, Query string parameters
|
483
|
+
def transcode_delete_request request_pb
|
484
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
485
|
+
.with_bindings(
|
486
|
+
uri_method: :delete,
|
487
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}",
|
488
|
+
matches: [
|
489
|
+
["project", %r{^[^/]+/?$}, false],
|
490
|
+
["network", %r{^[^/]+/?$}, false]
|
491
|
+
]
|
492
|
+
)
|
493
|
+
transcoder.transcode request_pb
|
494
|
+
end
|
495
|
+
|
496
|
+
##
|
497
|
+
# @private
|
498
|
+
#
|
499
|
+
# GRPC transcoding helper method for the get REST call
|
500
|
+
#
|
501
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetNetworkRequest]
|
502
|
+
# A request object representing the call parameters. Required.
|
503
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
504
|
+
# Uri, Body, Query string parameters
|
505
|
+
def transcode_get_request request_pb
|
506
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
507
|
+
.with_bindings(
|
508
|
+
uri_method: :get,
|
509
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}",
|
510
|
+
matches: [
|
511
|
+
["project", %r{^[^/]+/?$}, false],
|
512
|
+
["network", %r{^[^/]+/?$}, false]
|
513
|
+
]
|
514
|
+
)
|
515
|
+
transcoder.transcode request_pb
|
516
|
+
end
|
517
|
+
|
518
|
+
##
|
519
|
+
# @private
|
520
|
+
#
|
521
|
+
# GRPC transcoding helper method for the get_effective_firewalls REST call
|
522
|
+
#
|
523
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetEffectiveFirewallsNetworkRequest]
|
524
|
+
# A request object representing the call parameters. Required.
|
525
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
526
|
+
# Uri, Body, Query string parameters
|
527
|
+
def transcode_get_effective_firewalls_request request_pb
|
528
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
529
|
+
.with_bindings(
|
530
|
+
uri_method: :get,
|
531
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}/getEffectiveFirewalls",
|
532
|
+
matches: [
|
533
|
+
["project", %r{^[^/]+/?$}, false],
|
534
|
+
["network", %r{^[^/]+/?$}, false]
|
535
|
+
]
|
536
|
+
)
|
537
|
+
transcoder.transcode request_pb
|
538
|
+
end
|
539
|
+
|
540
|
+
##
|
541
|
+
# @private
|
542
|
+
#
|
543
|
+
# GRPC transcoding helper method for the insert REST call
|
544
|
+
#
|
545
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertNetworkRequest]
|
546
|
+
# A request object representing the call parameters. Required.
|
547
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
548
|
+
# Uri, Body, Query string parameters
|
549
|
+
def transcode_insert_request request_pb
|
550
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
551
|
+
.with_bindings(
|
552
|
+
uri_method: :post,
|
553
|
+
uri_template: "/compute/v1/projects/{project}/global/networks",
|
554
|
+
body: "network_resource",
|
555
|
+
matches: [
|
556
|
+
["project", %r{^[^/]+/?$}, false]
|
557
|
+
]
|
558
|
+
)
|
559
|
+
transcoder.transcode request_pb
|
560
|
+
end
|
561
|
+
|
562
|
+
##
|
563
|
+
# @private
|
564
|
+
#
|
565
|
+
# GRPC transcoding helper method for the list REST call
|
566
|
+
#
|
567
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListNetworksRequest]
|
568
|
+
# A request object representing the call parameters. Required.
|
569
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
570
|
+
# Uri, Body, Query string parameters
|
571
|
+
def transcode_list_request request_pb
|
572
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
573
|
+
.with_bindings(
|
574
|
+
uri_method: :get,
|
575
|
+
uri_template: "/compute/v1/projects/{project}/global/networks",
|
576
|
+
matches: [
|
577
|
+
["project", %r{^[^/]+/?$}, false]
|
578
|
+
]
|
579
|
+
)
|
580
|
+
transcoder.transcode request_pb
|
581
|
+
end
|
582
|
+
|
583
|
+
##
|
584
|
+
# @private
|
585
|
+
#
|
586
|
+
# GRPC transcoding helper method for the list_peering_routes REST call
|
587
|
+
#
|
588
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListPeeringRoutesNetworksRequest]
|
589
|
+
# A request object representing the call parameters. Required.
|
590
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
591
|
+
# Uri, Body, Query string parameters
|
592
|
+
def transcode_list_peering_routes_request request_pb
|
593
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
594
|
+
.with_bindings(
|
595
|
+
uri_method: :get,
|
596
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}/listPeeringRoutes",
|
597
|
+
matches: [
|
598
|
+
["project", %r{^[^/]+/?$}, false],
|
599
|
+
["network", %r{^[^/]+/?$}, false]
|
600
|
+
]
|
601
|
+
)
|
602
|
+
transcoder.transcode request_pb
|
603
|
+
end
|
604
|
+
|
605
|
+
##
|
606
|
+
# @private
|
607
|
+
#
|
608
|
+
# GRPC transcoding helper method for the patch REST call
|
609
|
+
#
|
610
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchNetworkRequest]
|
611
|
+
# A request object representing the call parameters. Required.
|
612
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
613
|
+
# Uri, Body, Query string parameters
|
614
|
+
def transcode_patch_request request_pb
|
615
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
616
|
+
.with_bindings(
|
617
|
+
uri_method: :patch,
|
618
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}",
|
619
|
+
body: "network_resource",
|
620
|
+
matches: [
|
621
|
+
["project", %r{^[^/]+/?$}, false],
|
622
|
+
["network", %r{^[^/]+/?$}, false]
|
623
|
+
]
|
624
|
+
)
|
625
|
+
transcoder.transcode request_pb
|
626
|
+
end
|
627
|
+
|
628
|
+
##
|
629
|
+
# @private
|
630
|
+
#
|
631
|
+
# GRPC transcoding helper method for the remove_peering REST call
|
632
|
+
#
|
633
|
+
# @param request_pb [::Google::Cloud::Compute::V1::RemovePeeringNetworkRequest]
|
634
|
+
# A request object representing the call parameters. Required.
|
635
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
636
|
+
# Uri, Body, Query string parameters
|
637
|
+
def transcode_remove_peering_request request_pb
|
638
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
639
|
+
.with_bindings(
|
640
|
+
uri_method: :post,
|
641
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}/removePeering",
|
642
|
+
body: "networks_remove_peering_request_resource",
|
643
|
+
matches: [
|
644
|
+
["project", %r{^[^/]+/?$}, false],
|
645
|
+
["network", %r{^[^/]+/?$}, false]
|
646
|
+
]
|
647
|
+
)
|
648
|
+
transcoder.transcode request_pb
|
649
|
+
end
|
650
|
+
|
651
|
+
##
|
652
|
+
# @private
|
653
|
+
#
|
654
|
+
# GRPC transcoding helper method for the switch_to_custom_mode REST call
|
655
|
+
#
|
656
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SwitchToCustomModeNetworkRequest]
|
657
|
+
# A request object representing the call parameters. Required.
|
658
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
659
|
+
# Uri, Body, Query string parameters
|
660
|
+
def transcode_switch_to_custom_mode_request request_pb
|
661
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
662
|
+
.with_bindings(
|
663
|
+
uri_method: :post,
|
664
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}/switchToCustomMode",
|
665
|
+
matches: [
|
666
|
+
["project", %r{^[^/]+/?$}, false],
|
667
|
+
["network", %r{^[^/]+/?$}, false]
|
668
|
+
]
|
669
|
+
)
|
670
|
+
transcoder.transcode request_pb
|
671
|
+
end
|
672
|
+
|
673
|
+
##
|
674
|
+
# @private
|
675
|
+
#
|
533
676
|
# GRPC transcoding helper method for the update_peering REST call
|
534
677
|
#
|
535
678
|
# @param request_pb [::Google::Cloud::Compute::V1::UpdatePeeringNetworkRequest]
|
@@ -537,12 +680,17 @@ module Google
|
|
537
680
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
538
681
|
# Uri, Body, Query string parameters
|
539
682
|
def transcode_update_peering_request request_pb
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
683
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
684
|
+
.with_bindings(
|
685
|
+
uri_method: :patch,
|
686
|
+
uri_template: "/compute/v1/projects/{project}/global/networks/{network}/updatePeering",
|
687
|
+
body: "networks_update_peering_request_resource",
|
688
|
+
matches: [
|
689
|
+
["project", %r{^[^/]+/?$}, false],
|
690
|
+
["network", %r{^[^/]+/?$}, false]
|
691
|
+
]
|
692
|
+
)
|
693
|
+
transcoder.transcode request_pb
|
546
694
|
end
|
547
695
|
end
|
548
696
|
end
|