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 TargetHttpProxies 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,9 +55,17 @@ module Google
|
|
55
55
|
def aggregated_list 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_aggregated_list_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,
|
68
|
+
body: body || "",
|
61
69
|
params: query_string_params,
|
62
70
|
options: options
|
63
71
|
)
|
@@ -67,27 +75,6 @@ module Google
|
|
67
75
|
result
|
68
76
|
end
|
69
77
|
|
70
|
-
##
|
71
|
-
# GRPC transcoding helper method for the aggregated_list REST call
|
72
|
-
#
|
73
|
-
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListTargetHttpProxiesRequest]
|
74
|
-
# A request object representing the call parameters. Required.
|
75
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
76
|
-
# Uri, Body, Query string parameters
|
77
|
-
def transcode_aggregated_list_request request_pb
|
78
|
-
uri = "/compute/v1/projects/#{request_pb.project}/aggregated/targetHttpProxies"
|
79
|
-
body = nil
|
80
|
-
query_string_params = {}
|
81
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
82
|
-
query_string_params["includeAllScopes"] = request_pb.include_all_scopes.to_s if request_pb.has_include_all_scopes?
|
83
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
84
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
85
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
86
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
87
|
-
|
88
|
-
[uri, body, query_string_params]
|
89
|
-
end
|
90
|
-
|
91
78
|
##
|
92
79
|
# Baseline implementation for the delete REST call
|
93
80
|
#
|
@@ -105,9 +92,17 @@ module Google
|
|
105
92
|
def delete request_pb, options = nil
|
106
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
107
94
|
|
108
|
-
|
109
|
-
|
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,
|
110
104
|
uri: uri,
|
105
|
+
body: body || "",
|
111
106
|
params: query_string_params,
|
112
107
|
options: options
|
113
108
|
)
|
@@ -117,22 +112,6 @@ module Google
|
|
117
112
|
result
|
118
113
|
end
|
119
114
|
|
120
|
-
##
|
121
|
-
# GRPC transcoding helper method for the delete REST call
|
122
|
-
#
|
123
|
-
# @param request_pb [::Google::Cloud::Compute::V1::DeleteTargetHttpProxyRequest]
|
124
|
-
# A request object representing the call parameters. Required.
|
125
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
126
|
-
# Uri, Body, Query string parameters
|
127
|
-
def transcode_delete_request request_pb
|
128
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/targetHttpProxies/#{request_pb.target_http_proxy}"
|
129
|
-
body = nil
|
130
|
-
query_string_params = {}
|
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 get REST call
|
138
117
|
#
|
@@ -150,9 +129,18 @@ module Google
|
|
150
129
|
def get request_pb, options = nil
|
151
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
152
131
|
|
153
|
-
uri,
|
154
|
-
|
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,
|
155
141
|
uri: uri,
|
142
|
+
body: body || "",
|
143
|
+
params: query_string_params,
|
156
144
|
options: options
|
157
145
|
)
|
158
146
|
result = ::Google::Cloud::Compute::V1::TargetHttpProxy.decode_json response.body, ignore_unknown_fields: true
|
@@ -161,21 +149,6 @@ module Google
|
|
161
149
|
result
|
162
150
|
end
|
163
151
|
|
164
|
-
##
|
165
|
-
# GRPC transcoding helper method for the get REST call
|
166
|
-
#
|
167
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetTargetHttpProxyRequest]
|
168
|
-
# A request object representing the call parameters. Required.
|
169
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
170
|
-
# Uri, Body, Query string parameters
|
171
|
-
def transcode_get_request request_pb
|
172
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/targetHttpProxies/#{request_pb.target_http_proxy}"
|
173
|
-
body = nil
|
174
|
-
query_string_params = {}
|
175
|
-
|
176
|
-
[uri, body, query_string_params]
|
177
|
-
end
|
178
|
-
|
179
152
|
##
|
180
153
|
# Baseline implementation for the insert REST call
|
181
154
|
#
|
@@ -193,10 +166,17 @@ module Google
|
|
193
166
|
def insert request_pb, options = nil
|
194
167
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
195
168
|
|
196
|
-
|
197
|
-
|
169
|
+
verb, uri, query_string_params, body = transcode_insert_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,
|
198
178
|
uri: uri,
|
199
|
-
body: body,
|
179
|
+
body: body || "",
|
200
180
|
params: query_string_params,
|
201
181
|
options: options
|
202
182
|
)
|
@@ -206,22 +186,6 @@ module Google
|
|
206
186
|
result
|
207
187
|
end
|
208
188
|
|
209
|
-
##
|
210
|
-
# GRPC transcoding helper method for the insert REST call
|
211
|
-
#
|
212
|
-
# @param request_pb [::Google::Cloud::Compute::V1::InsertTargetHttpProxyRequest]
|
213
|
-
# A request object representing the call parameters. Required.
|
214
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
215
|
-
# Uri, Body, Query string parameters
|
216
|
-
def transcode_insert_request request_pb
|
217
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/targetHttpProxies"
|
218
|
-
body = request_pb.target_http_proxy_resource.to_json
|
219
|
-
query_string_params = {}
|
220
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
221
|
-
|
222
|
-
[uri, body, query_string_params]
|
223
|
-
end
|
224
|
-
|
225
189
|
##
|
226
190
|
# Baseline implementation for the list REST call
|
227
191
|
#
|
@@ -239,9 +203,17 @@ module Google
|
|
239
203
|
def list request_pb, options = nil
|
240
204
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
241
205
|
|
242
|
-
|
243
|
-
|
206
|
+
verb, uri, query_string_params, body = transcode_list_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,
|
244
215
|
uri: uri,
|
216
|
+
body: body || "",
|
245
217
|
params: query_string_params,
|
246
218
|
options: options
|
247
219
|
)
|
@@ -251,26 +223,6 @@ module Google
|
|
251
223
|
result
|
252
224
|
end
|
253
225
|
|
254
|
-
##
|
255
|
-
# GRPC transcoding helper method for the list REST call
|
256
|
-
#
|
257
|
-
# @param request_pb [::Google::Cloud::Compute::V1::ListTargetHttpProxiesRequest]
|
258
|
-
# A request object representing the call parameters. Required.
|
259
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
260
|
-
# Uri, Body, Query string parameters
|
261
|
-
def transcode_list_request request_pb
|
262
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/targetHttpProxies"
|
263
|
-
body = nil
|
264
|
-
query_string_params = {}
|
265
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
266
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
267
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
268
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
269
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
270
|
-
|
271
|
-
[uri, body, query_string_params]
|
272
|
-
end
|
273
|
-
|
274
226
|
##
|
275
227
|
# Baseline implementation for the patch REST call
|
276
228
|
#
|
@@ -288,10 +240,17 @@ module Google
|
|
288
240
|
def patch request_pb, options = nil
|
289
241
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
290
242
|
|
291
|
-
|
292
|
-
|
243
|
+
verb, uri, query_string_params, body = transcode_patch_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,
|
293
252
|
uri: uri,
|
294
|
-
body: body,
|
253
|
+
body: body || "",
|
295
254
|
params: query_string_params,
|
296
255
|
options: options
|
297
256
|
)
|
@@ -301,22 +260,6 @@ module Google
|
|
301
260
|
result
|
302
261
|
end
|
303
262
|
|
304
|
-
##
|
305
|
-
# GRPC transcoding helper method for the patch REST call
|
306
|
-
#
|
307
|
-
# @param request_pb [::Google::Cloud::Compute::V1::PatchTargetHttpProxyRequest]
|
308
|
-
# A request object representing the call parameters. Required.
|
309
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
310
|
-
# Uri, Body, Query string parameters
|
311
|
-
def transcode_patch_request request_pb
|
312
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/targetHttpProxies/#{request_pb.target_http_proxy}"
|
313
|
-
body = request_pb.target_http_proxy_resource.to_json
|
314
|
-
query_string_params = {}
|
315
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
316
|
-
|
317
|
-
[uri, body, query_string_params]
|
318
|
-
end
|
319
|
-
|
320
263
|
##
|
321
264
|
# Baseline implementation for the set_url_map REST call
|
322
265
|
#
|
@@ -334,10 +277,17 @@ module Google
|
|
334
277
|
def set_url_map request_pb, options = nil
|
335
278
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
336
279
|
|
337
|
-
|
338
|
-
|
280
|
+
verb, uri, query_string_params, body = transcode_set_url_map_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,
|
339
289
|
uri: uri,
|
340
|
-
body: body,
|
290
|
+
body: body || "",
|
341
291
|
params: query_string_params,
|
342
292
|
options: options
|
343
293
|
)
|
@@ -347,7 +297,143 @@ module Google
|
|
347
297
|
result
|
348
298
|
end
|
349
299
|
|
300
|
+
|
301
|
+
private
|
302
|
+
|
303
|
+
##
|
304
|
+
# @private
|
305
|
+
#
|
306
|
+
# GRPC transcoding helper method for the aggregated_list REST call
|
307
|
+
#
|
308
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListTargetHttpProxiesRequest]
|
309
|
+
# A request object representing the call parameters. Required.
|
310
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
311
|
+
# Uri, Body, Query string parameters
|
312
|
+
def transcode_aggregated_list_request request_pb
|
313
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
314
|
+
.with_bindings(
|
315
|
+
uri_method: :get,
|
316
|
+
uri_template: "/compute/v1/projects/{project}/aggregated/targetHttpProxies",
|
317
|
+
matches: [
|
318
|
+
["project", %r{^[^/]+/?$}, false]
|
319
|
+
]
|
320
|
+
)
|
321
|
+
transcoder.transcode request_pb
|
322
|
+
end
|
323
|
+
|
324
|
+
##
|
325
|
+
# @private
|
326
|
+
#
|
327
|
+
# GRPC transcoding helper method for the delete REST call
|
328
|
+
#
|
329
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteTargetHttpProxyRequest]
|
330
|
+
# A request object representing the call parameters. Required.
|
331
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
332
|
+
# Uri, Body, Query string parameters
|
333
|
+
def transcode_delete_request request_pb
|
334
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
335
|
+
.with_bindings(
|
336
|
+
uri_method: :delete,
|
337
|
+
uri_template: "/compute/v1/projects/{project}/global/targetHttpProxies/{target_http_proxy}",
|
338
|
+
matches: [
|
339
|
+
["project", %r{^[^/]+/?$}, false],
|
340
|
+
["target_http_proxy", %r{^[^/]+/?$}, false]
|
341
|
+
]
|
342
|
+
)
|
343
|
+
transcoder.transcode request_pb
|
344
|
+
end
|
345
|
+
|
346
|
+
##
|
347
|
+
# @private
|
348
|
+
#
|
349
|
+
# GRPC transcoding helper method for the get REST call
|
350
|
+
#
|
351
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetTargetHttpProxyRequest]
|
352
|
+
# A request object representing the call parameters. Required.
|
353
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
354
|
+
# Uri, Body, Query string parameters
|
355
|
+
def transcode_get_request request_pb
|
356
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
357
|
+
.with_bindings(
|
358
|
+
uri_method: :get,
|
359
|
+
uri_template: "/compute/v1/projects/{project}/global/targetHttpProxies/{target_http_proxy}",
|
360
|
+
matches: [
|
361
|
+
["project", %r{^[^/]+/?$}, false],
|
362
|
+
["target_http_proxy", %r{^[^/]+/?$}, false]
|
363
|
+
]
|
364
|
+
)
|
365
|
+
transcoder.transcode request_pb
|
366
|
+
end
|
367
|
+
|
350
368
|
##
|
369
|
+
# @private
|
370
|
+
#
|
371
|
+
# GRPC transcoding helper method for the insert REST call
|
372
|
+
#
|
373
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertTargetHttpProxyRequest]
|
374
|
+
# A request object representing the call parameters. Required.
|
375
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
376
|
+
# Uri, Body, Query string parameters
|
377
|
+
def transcode_insert_request request_pb
|
378
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
379
|
+
.with_bindings(
|
380
|
+
uri_method: :post,
|
381
|
+
uri_template: "/compute/v1/projects/{project}/global/targetHttpProxies",
|
382
|
+
body: "target_http_proxy_resource",
|
383
|
+
matches: [
|
384
|
+
["project", %r{^[^/]+/?$}, false]
|
385
|
+
]
|
386
|
+
)
|
387
|
+
transcoder.transcode request_pb
|
388
|
+
end
|
389
|
+
|
390
|
+
##
|
391
|
+
# @private
|
392
|
+
#
|
393
|
+
# GRPC transcoding helper method for the list REST call
|
394
|
+
#
|
395
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListTargetHttpProxiesRequest]
|
396
|
+
# A request object representing the call parameters. Required.
|
397
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
398
|
+
# Uri, Body, Query string parameters
|
399
|
+
def transcode_list_request request_pb
|
400
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
401
|
+
.with_bindings(
|
402
|
+
uri_method: :get,
|
403
|
+
uri_template: "/compute/v1/projects/{project}/global/targetHttpProxies",
|
404
|
+
matches: [
|
405
|
+
["project", %r{^[^/]+/?$}, false]
|
406
|
+
]
|
407
|
+
)
|
408
|
+
transcoder.transcode request_pb
|
409
|
+
end
|
410
|
+
|
411
|
+
##
|
412
|
+
# @private
|
413
|
+
#
|
414
|
+
# GRPC transcoding helper method for the patch REST call
|
415
|
+
#
|
416
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchTargetHttpProxyRequest]
|
417
|
+
# A request object representing the call parameters. Required.
|
418
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
419
|
+
# Uri, Body, Query string parameters
|
420
|
+
def transcode_patch_request request_pb
|
421
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
422
|
+
.with_bindings(
|
423
|
+
uri_method: :patch,
|
424
|
+
uri_template: "/compute/v1/projects/{project}/global/targetHttpProxies/{target_http_proxy}",
|
425
|
+
body: "target_http_proxy_resource",
|
426
|
+
matches: [
|
427
|
+
["project", %r{^[^/]+/?$}, false],
|
428
|
+
["target_http_proxy", %r{^[^/]+/?$}, false]
|
429
|
+
]
|
430
|
+
)
|
431
|
+
transcoder.transcode request_pb
|
432
|
+
end
|
433
|
+
|
434
|
+
##
|
435
|
+
# @private
|
436
|
+
#
|
351
437
|
# GRPC transcoding helper method for the set_url_map REST call
|
352
438
|
#
|
353
439
|
# @param request_pb [::Google::Cloud::Compute::V1::SetUrlMapTargetHttpProxyRequest]
|
@@ -355,12 +441,17 @@ module Google
|
|
355
441
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
356
442
|
# Uri, Body, Query string parameters
|
357
443
|
def transcode_set_url_map_request request_pb
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
444
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
445
|
+
.with_bindings(
|
446
|
+
uri_method: :post,
|
447
|
+
uri_template: "/compute/v1/projects/{project}/targetHttpProxies/{target_http_proxy}/setUrlMap",
|
448
|
+
body: "url_map_reference_resource",
|
449
|
+
matches: [
|
450
|
+
["project", %r{^[^/]+/?$}, false],
|
451
|
+
["target_http_proxy", %r{^[^/]+/?$}, false]
|
452
|
+
]
|
453
|
+
)
|
454
|
+
transcoder.transcode request_pb
|
364
455
|
end
|
365
456
|
end
|
366
457
|
end
|
@@ -86,6 +86,8 @@ module Google
|
|
86
86
|
|
87
87
|
default_config.rpcs.patch.timeout = 600.0
|
88
88
|
|
89
|
+
default_config.rpcs.set_certificate_map.timeout = 600.0
|
90
|
+
|
89
91
|
default_config.rpcs.set_quic_override.timeout = 600.0
|
90
92
|
|
91
93
|
default_config.rpcs.set_ssl_certificates.timeout = 600.0
|
@@ -188,7 +190,7 @@ module Google
|
|
188
190
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
189
191
|
#
|
190
192
|
# @param filter [::String]
|
191
|
-
# A filter expression that filters resources listed in the response.
|
193
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
|
192
194
|
# @param include_all_scopes [::Boolean]
|
193
195
|
# Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
|
194
196
|
# @param max_results [::Integer]
|
@@ -471,7 +473,7 @@ module Google
|
|
471
473
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
472
474
|
#
|
473
475
|
# @param filter [::String]
|
474
|
-
# A filter expression that filters resources listed in the response.
|
476
|
+
# A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
|
475
477
|
# @param max_results [::Integer]
|
476
478
|
# The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
|
477
479
|
# @param order_by [::String]
|
@@ -597,6 +599,81 @@ module Google
|
|
597
599
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
598
600
|
end
|
599
601
|
|
602
|
+
##
|
603
|
+
# Changes the Certificate Map for TargetHttpsProxy.
|
604
|
+
#
|
605
|
+
# @overload set_certificate_map(request, options = nil)
|
606
|
+
# Pass arguments to `set_certificate_map` via a request object, either of type
|
607
|
+
# {::Google::Cloud::Compute::V1::SetCertificateMapTargetHttpsProxyRequest} or an equivalent Hash.
|
608
|
+
#
|
609
|
+
# @param request [::Google::Cloud::Compute::V1::SetCertificateMapTargetHttpsProxyRequest, ::Hash]
|
610
|
+
# A request object representing the call parameters. Required. To specify no
|
611
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
612
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
613
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
614
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
615
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
616
|
+
#
|
617
|
+
# @overload set_certificate_map(project: nil, request_id: nil, target_https_proxies_set_certificate_map_request_resource: nil, target_https_proxy: nil)
|
618
|
+
# Pass arguments to `set_certificate_map` via keyword arguments. Note that at
|
619
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
620
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
621
|
+
#
|
622
|
+
# @param project [::String]
|
623
|
+
# Project ID for this request.
|
624
|
+
# @param request_id [::String]
|
625
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
626
|
+
# @param target_https_proxies_set_certificate_map_request_resource [::Google::Cloud::Compute::V1::TargetHttpsProxiesSetCertificateMapRequest, ::Hash]
|
627
|
+
# The body resource for this request
|
628
|
+
# @param target_https_proxy [::String]
|
629
|
+
# Name of the TargetHttpsProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.
|
630
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
631
|
+
# @yieldparam result [::Gapic::GenericLRO::Operation]
|
632
|
+
# @yieldparam response [::Faraday::Response]
|
633
|
+
#
|
634
|
+
# @return [::Gapic::GenericLRO::Operation]
|
635
|
+
#
|
636
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
637
|
+
def set_certificate_map request, options = nil
|
638
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
639
|
+
|
640
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::SetCertificateMapTargetHttpsProxyRequest
|
641
|
+
|
642
|
+
# Converts hash and nil to an options object
|
643
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
644
|
+
|
645
|
+
# Customize the options with defaults
|
646
|
+
call_metadata = @config.rpcs.set_certificate_map.metadata.to_h
|
647
|
+
|
648
|
+
# Set x-goog-api-client header
|
649
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
650
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
651
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
652
|
+
transports_version_send: [:rest]
|
653
|
+
|
654
|
+
options.apply_defaults timeout: @config.rpcs.set_certificate_map.timeout,
|
655
|
+
metadata: call_metadata
|
656
|
+
|
657
|
+
options.apply_defaults timeout: @config.timeout,
|
658
|
+
metadata: @config.metadata
|
659
|
+
|
660
|
+
@target_https_proxies_stub.set_certificate_map request, options do |result, response|
|
661
|
+
result = ::Google::Cloud::Compute::V1::GlobalOperations::Rest::NonstandardLro.create_operation(
|
662
|
+
operation: result,
|
663
|
+
client: global_operations,
|
664
|
+
request_values: {
|
665
|
+
"project" => request.project
|
666
|
+
},
|
667
|
+
options: options
|
668
|
+
)
|
669
|
+
yield result, response if block_given?
|
670
|
+
return result
|
671
|
+
end
|
672
|
+
rescue ::Faraday::Error => e
|
673
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
674
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
675
|
+
end
|
676
|
+
|
600
677
|
##
|
601
678
|
# Sets the QUIC override policy for TargetHttpsProxy.
|
602
679
|
#
|
@@ -1027,6 +1104,11 @@ module Google
|
|
1027
1104
|
#
|
1028
1105
|
attr_reader :patch
|
1029
1106
|
##
|
1107
|
+
# RPC-specific configuration for `set_certificate_map`
|
1108
|
+
# @return [::Gapic::Config::Method]
|
1109
|
+
#
|
1110
|
+
attr_reader :set_certificate_map
|
1111
|
+
##
|
1030
1112
|
# RPC-specific configuration for `set_quic_override`
|
1031
1113
|
# @return [::Gapic::Config::Method]
|
1032
1114
|
#
|
@@ -1061,6 +1143,8 @@ module Google
|
|
1061
1143
|
@list = ::Gapic::Config::Method.new list_config
|
1062
1144
|
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
1063
1145
|
@patch = ::Gapic::Config::Method.new patch_config
|
1146
|
+
set_certificate_map_config = parent_rpcs.set_certificate_map if parent_rpcs.respond_to? :set_certificate_map
|
1147
|
+
@set_certificate_map = ::Gapic::Config::Method.new set_certificate_map_config
|
1064
1148
|
set_quic_override_config = parent_rpcs.set_quic_override if parent_rpcs.respond_to? :set_quic_override
|
1065
1149
|
@set_quic_override = ::Gapic::Config::Method.new set_quic_override_config
|
1066
1150
|
set_ssl_certificates_config = parent_rpcs.set_ssl_certificates if parent_rpcs.respond_to? :set_ssl_certificates
|