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
@@ -458,7 +458,7 @@ module Google
|
|
458
458
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
459
459
|
#
|
460
460
|
# @param filter [::String]
|
461
|
-
# A filter expression that filters resources listed in the response.
|
461
|
+
# 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`.
|
462
462
|
# @param max_results [::Integer]
|
463
463
|
# 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`)
|
464
464
|
# @param order_by [::String]
|
@@ -26,8 +26,8 @@ module Google
|
|
26
26
|
module Rest
|
27
27
|
##
|
28
28
|
# REST service stub for the Snapshots 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 delete 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_delete_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,22 +75,6 @@ module Google
|
|
67
75
|
result
|
68
76
|
end
|
69
77
|
|
70
|
-
##
|
71
|
-
# GRPC transcoding helper method for the delete REST call
|
72
|
-
#
|
73
|
-
# @param request_pb [::Google::Cloud::Compute::V1::DeleteSnapshotRequest]
|
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_delete_request request_pb
|
78
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/snapshots/#{request_pb.snapshot}"
|
79
|
-
body = nil
|
80
|
-
query_string_params = {}
|
81
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
82
|
-
|
83
|
-
[uri, body, query_string_params]
|
84
|
-
end
|
85
|
-
|
86
78
|
##
|
87
79
|
# Baseline implementation for the get REST call
|
88
80
|
#
|
@@ -100,9 +92,18 @@ module Google
|
|
100
92
|
def get request_pb, options = nil
|
101
93
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
102
94
|
|
103
|
-
uri,
|
104
|
-
|
95
|
+
verb, uri, query_string_params, body = transcode_get_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,
|
105
104
|
uri: uri,
|
105
|
+
body: body || "",
|
106
|
+
params: query_string_params,
|
106
107
|
options: options
|
107
108
|
)
|
108
109
|
result = ::Google::Cloud::Compute::V1::Snapshot.decode_json response.body, ignore_unknown_fields: true
|
@@ -111,21 +112,6 @@ module Google
|
|
111
112
|
result
|
112
113
|
end
|
113
114
|
|
114
|
-
##
|
115
|
-
# GRPC transcoding helper method for the get REST call
|
116
|
-
#
|
117
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetSnapshotRequest]
|
118
|
-
# A request object representing the call parameters. Required.
|
119
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
120
|
-
# Uri, Body, Query string parameters
|
121
|
-
def transcode_get_request request_pb
|
122
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/snapshots/#{request_pb.snapshot}"
|
123
|
-
body = nil
|
124
|
-
query_string_params = {}
|
125
|
-
|
126
|
-
[uri, body, query_string_params]
|
127
|
-
end
|
128
|
-
|
129
115
|
##
|
130
116
|
# Baseline implementation for the get_iam_policy REST call
|
131
117
|
#
|
@@ -143,9 +129,17 @@ module Google
|
|
143
129
|
def get_iam_policy request_pb, options = nil
|
144
130
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
145
131
|
|
146
|
-
|
147
|
-
|
132
|
+
verb, uri, query_string_params, body = transcode_get_iam_policy_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,
|
148
141
|
uri: uri,
|
142
|
+
body: body || "",
|
149
143
|
params: query_string_params,
|
150
144
|
options: options
|
151
145
|
)
|
@@ -155,22 +149,6 @@ module Google
|
|
155
149
|
result
|
156
150
|
end
|
157
151
|
|
158
|
-
##
|
159
|
-
# GRPC transcoding helper method for the get_iam_policy REST call
|
160
|
-
#
|
161
|
-
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicySnapshotRequest]
|
162
|
-
# A request object representing the call parameters. Required.
|
163
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
164
|
-
# Uri, Body, Query string parameters
|
165
|
-
def transcode_get_iam_policy_request request_pb
|
166
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/snapshots/#{request_pb.resource}/getIamPolicy"
|
167
|
-
body = nil
|
168
|
-
query_string_params = {}
|
169
|
-
query_string_params["optionsRequestedPolicyVersion"] = request_pb.options_requested_policy_version.to_s if request_pb.has_options_requested_policy_version?
|
170
|
-
|
171
|
-
[uri, body, query_string_params]
|
172
|
-
end
|
173
|
-
|
174
152
|
##
|
175
153
|
# Baseline implementation for the insert REST call
|
176
154
|
#
|
@@ -188,10 +166,17 @@ module Google
|
|
188
166
|
def insert request_pb, options = nil
|
189
167
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
190
168
|
|
191
|
-
|
192
|
-
|
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,
|
193
178
|
uri: uri,
|
194
|
-
body: body,
|
179
|
+
body: body || "",
|
195
180
|
params: query_string_params,
|
196
181
|
options: options
|
197
182
|
)
|
@@ -201,22 +186,6 @@ module Google
|
|
201
186
|
result
|
202
187
|
end
|
203
188
|
|
204
|
-
##
|
205
|
-
# GRPC transcoding helper method for the insert REST call
|
206
|
-
#
|
207
|
-
# @param request_pb [::Google::Cloud::Compute::V1::InsertSnapshotRequest]
|
208
|
-
# A request object representing the call parameters. Required.
|
209
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
210
|
-
# Uri, Body, Query string parameters
|
211
|
-
def transcode_insert_request request_pb
|
212
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/snapshots"
|
213
|
-
body = request_pb.snapshot_resource.to_json
|
214
|
-
query_string_params = {}
|
215
|
-
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
216
|
-
|
217
|
-
[uri, body, query_string_params]
|
218
|
-
end
|
219
|
-
|
220
189
|
##
|
221
190
|
# Baseline implementation for the list REST call
|
222
191
|
#
|
@@ -234,9 +203,17 @@ module Google
|
|
234
203
|
def list request_pb, options = nil
|
235
204
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
236
205
|
|
237
|
-
|
238
|
-
|
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,
|
239
215
|
uri: uri,
|
216
|
+
body: body || "",
|
240
217
|
params: query_string_params,
|
241
218
|
options: options
|
242
219
|
)
|
@@ -246,26 +223,6 @@ module Google
|
|
246
223
|
result
|
247
224
|
end
|
248
225
|
|
249
|
-
##
|
250
|
-
# GRPC transcoding helper method for the list REST call
|
251
|
-
#
|
252
|
-
# @param request_pb [::Google::Cloud::Compute::V1::ListSnapshotsRequest]
|
253
|
-
# A request object representing the call parameters. Required.
|
254
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
255
|
-
# Uri, Body, Query string parameters
|
256
|
-
def transcode_list_request request_pb
|
257
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/snapshots"
|
258
|
-
body = nil
|
259
|
-
query_string_params = {}
|
260
|
-
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
261
|
-
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
262
|
-
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
263
|
-
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
264
|
-
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
265
|
-
|
266
|
-
[uri, body, query_string_params]
|
267
|
-
end
|
268
|
-
|
269
226
|
##
|
270
227
|
# Baseline implementation for the set_iam_policy REST call
|
271
228
|
#
|
@@ -283,10 +240,18 @@ module Google
|
|
283
240
|
def set_iam_policy request_pb, options = nil
|
284
241
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
285
242
|
|
286
|
-
uri,
|
287
|
-
|
243
|
+
verb, uri, query_string_params, body = transcode_set_iam_policy_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,
|
288
252
|
uri: uri,
|
289
|
-
body: body,
|
253
|
+
body: body || "",
|
254
|
+
params: query_string_params,
|
290
255
|
options: options
|
291
256
|
)
|
292
257
|
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
@@ -295,21 +260,6 @@ module Google
|
|
295
260
|
result
|
296
261
|
end
|
297
262
|
|
298
|
-
##
|
299
|
-
# GRPC transcoding helper method for the set_iam_policy REST call
|
300
|
-
#
|
301
|
-
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicySnapshotRequest]
|
302
|
-
# A request object representing the call parameters. Required.
|
303
|
-
# @return [Array(String, [String, nil], Hash{String => String})]
|
304
|
-
# Uri, Body, Query string parameters
|
305
|
-
def transcode_set_iam_policy_request request_pb
|
306
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/snapshots/#{request_pb.resource}/setIamPolicy"
|
307
|
-
body = request_pb.global_set_policy_request_resource.to_json
|
308
|
-
query_string_params = {}
|
309
|
-
|
310
|
-
[uri, body, query_string_params]
|
311
|
-
end
|
312
|
-
|
313
263
|
##
|
314
264
|
# Baseline implementation for the set_labels REST call
|
315
265
|
#
|
@@ -327,10 +277,18 @@ module Google
|
|
327
277
|
def set_labels request_pb, options = nil
|
328
278
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
329
279
|
|
330
|
-
uri,
|
331
|
-
|
280
|
+
verb, uri, query_string_params, body = transcode_set_labels_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,
|
333
|
-
body: body,
|
290
|
+
body: body || "",
|
291
|
+
params: query_string_params,
|
334
292
|
options: options
|
335
293
|
)
|
336
294
|
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
@@ -339,21 +297,6 @@ module Google
|
|
339
297
|
result
|
340
298
|
end
|
341
299
|
|
342
|
-
##
|
343
|
-
# GRPC transcoding helper method for the set_labels REST call
|
344
|
-
#
|
345
|
-
# @param request_pb [::Google::Cloud::Compute::V1::SetLabelsSnapshotRequest]
|
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_set_labels_request request_pb
|
350
|
-
uri = "/compute/v1/projects/#{request_pb.project}/global/snapshots/#{request_pb.resource}/setLabels"
|
351
|
-
body = request_pb.global_set_labels_request_resource.to_json
|
352
|
-
query_string_params = {}
|
353
|
-
|
354
|
-
[uri, body, query_string_params]
|
355
|
-
end
|
356
|
-
|
357
300
|
##
|
358
301
|
# Baseline implementation for the test_iam_permissions REST call
|
359
302
|
#
|
@@ -371,10 +314,18 @@ module Google
|
|
371
314
|
def test_iam_permissions request_pb, options = nil
|
372
315
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
373
316
|
|
374
|
-
uri,
|
375
|
-
|
317
|
+
verb, uri, query_string_params, body = transcode_test_iam_permissions_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,
|
376
326
|
uri: uri,
|
377
|
-
body: body,
|
327
|
+
body: body || "",
|
328
|
+
params: query_string_params,
|
378
329
|
options: options
|
379
330
|
)
|
380
331
|
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
@@ -383,7 +334,167 @@ module Google
|
|
383
334
|
result
|
384
335
|
end
|
385
336
|
|
337
|
+
|
338
|
+
private
|
339
|
+
|
340
|
+
##
|
341
|
+
# @private
|
342
|
+
#
|
343
|
+
# GRPC transcoding helper method for the delete REST call
|
344
|
+
#
|
345
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteSnapshotRequest]
|
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_delete_request request_pb
|
350
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
351
|
+
.with_bindings(
|
352
|
+
uri_method: :delete,
|
353
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots/{snapshot}",
|
354
|
+
matches: [
|
355
|
+
["project", %r{^[^/]+/?$}, false],
|
356
|
+
["snapshot", %r{^[^/]+/?$}, false]
|
357
|
+
]
|
358
|
+
)
|
359
|
+
transcoder.transcode request_pb
|
360
|
+
end
|
361
|
+
|
362
|
+
##
|
363
|
+
# @private
|
364
|
+
#
|
365
|
+
# GRPC transcoding helper method for the get REST call
|
366
|
+
#
|
367
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetSnapshotRequest]
|
368
|
+
# A request object representing the call parameters. Required.
|
369
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
370
|
+
# Uri, Body, Query string parameters
|
371
|
+
def transcode_get_request request_pb
|
372
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
373
|
+
.with_bindings(
|
374
|
+
uri_method: :get,
|
375
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots/{snapshot}",
|
376
|
+
matches: [
|
377
|
+
["project", %r{^[^/]+/?$}, false],
|
378
|
+
["snapshot", %r{^[^/]+/?$}, false]
|
379
|
+
]
|
380
|
+
)
|
381
|
+
transcoder.transcode request_pb
|
382
|
+
end
|
383
|
+
|
384
|
+
##
|
385
|
+
# @private
|
386
|
+
#
|
387
|
+
# GRPC transcoding helper method for the get_iam_policy REST call
|
388
|
+
#
|
389
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicySnapshotRequest]
|
390
|
+
# A request object representing the call parameters. Required.
|
391
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
392
|
+
# Uri, Body, Query string parameters
|
393
|
+
def transcode_get_iam_policy_request request_pb
|
394
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
395
|
+
.with_bindings(
|
396
|
+
uri_method: :get,
|
397
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots/{resource}/getIamPolicy",
|
398
|
+
matches: [
|
399
|
+
["project", %r{^[^/]+/?$}, false],
|
400
|
+
["resource", %r{^[^/]+/?$}, false]
|
401
|
+
]
|
402
|
+
)
|
403
|
+
transcoder.transcode request_pb
|
404
|
+
end
|
405
|
+
|
406
|
+
##
|
407
|
+
# @private
|
408
|
+
#
|
409
|
+
# GRPC transcoding helper method for the insert REST call
|
410
|
+
#
|
411
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertSnapshotRequest]
|
412
|
+
# A request object representing the call parameters. Required.
|
413
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
414
|
+
# Uri, Body, Query string parameters
|
415
|
+
def transcode_insert_request request_pb
|
416
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
417
|
+
.with_bindings(
|
418
|
+
uri_method: :post,
|
419
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots",
|
420
|
+
body: "snapshot_resource",
|
421
|
+
matches: [
|
422
|
+
["project", %r{^[^/]+/?$}, false]
|
423
|
+
]
|
424
|
+
)
|
425
|
+
transcoder.transcode request_pb
|
426
|
+
end
|
427
|
+
|
428
|
+
##
|
429
|
+
# @private
|
430
|
+
#
|
431
|
+
# GRPC transcoding helper method for the list REST call
|
432
|
+
#
|
433
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListSnapshotsRequest]
|
434
|
+
# A request object representing the call parameters. Required.
|
435
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
436
|
+
# Uri, Body, Query string parameters
|
437
|
+
def transcode_list_request request_pb
|
438
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
439
|
+
.with_bindings(
|
440
|
+
uri_method: :get,
|
441
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots",
|
442
|
+
matches: [
|
443
|
+
["project", %r{^[^/]+/?$}, false]
|
444
|
+
]
|
445
|
+
)
|
446
|
+
transcoder.transcode request_pb
|
447
|
+
end
|
448
|
+
|
449
|
+
##
|
450
|
+
# @private
|
451
|
+
#
|
452
|
+
# GRPC transcoding helper method for the set_iam_policy REST call
|
453
|
+
#
|
454
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicySnapshotRequest]
|
455
|
+
# A request object representing the call parameters. Required.
|
456
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
457
|
+
# Uri, Body, Query string parameters
|
458
|
+
def transcode_set_iam_policy_request request_pb
|
459
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
460
|
+
.with_bindings(
|
461
|
+
uri_method: :post,
|
462
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots/{resource}/setIamPolicy",
|
463
|
+
body: "global_set_policy_request_resource",
|
464
|
+
matches: [
|
465
|
+
["project", %r{^[^/]+/?$}, false],
|
466
|
+
["resource", %r{^[^/]+/?$}, false]
|
467
|
+
]
|
468
|
+
)
|
469
|
+
transcoder.transcode request_pb
|
470
|
+
end
|
471
|
+
|
386
472
|
##
|
473
|
+
# @private
|
474
|
+
#
|
475
|
+
# GRPC transcoding helper method for the set_labels REST call
|
476
|
+
#
|
477
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetLabelsSnapshotRequest]
|
478
|
+
# A request object representing the call parameters. Required.
|
479
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
480
|
+
# Uri, Body, Query string parameters
|
481
|
+
def transcode_set_labels_request request_pb
|
482
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
483
|
+
.with_bindings(
|
484
|
+
uri_method: :post,
|
485
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots/{resource}/setLabels",
|
486
|
+
body: "global_set_labels_request_resource",
|
487
|
+
matches: [
|
488
|
+
["project", %r{^[^/]+/?$}, false],
|
489
|
+
["resource", %r{^[^/]+/?$}, false]
|
490
|
+
]
|
491
|
+
)
|
492
|
+
transcoder.transcode request_pb
|
493
|
+
end
|
494
|
+
|
495
|
+
##
|
496
|
+
# @private
|
497
|
+
#
|
387
498
|
# GRPC transcoding helper method for the test_iam_permissions REST call
|
388
499
|
#
|
389
500
|
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsSnapshotRequest]
|
@@ -391,11 +502,17 @@ module Google
|
|
391
502
|
# @return [Array(String, [String, nil], Hash{String => String})]
|
392
503
|
# Uri, Body, Query string parameters
|
393
504
|
def transcode_test_iam_permissions_request request_pb
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
505
|
+
transcoder = Gapic::Rest::GrpcTranscoder.new
|
506
|
+
.with_bindings(
|
507
|
+
uri_method: :post,
|
508
|
+
uri_template: "/compute/v1/projects/{project}/global/snapshots/{resource}/testIamPermissions",
|
509
|
+
body: "test_permissions_request_resource",
|
510
|
+
matches: [
|
511
|
+
["project", %r{^[^/]+/?$}, false],
|
512
|
+
["resource", %r{^[^/]+/?$}, false]
|
513
|
+
]
|
514
|
+
)
|
515
|
+
transcoder.transcode request_pb
|
399
516
|
end
|
400
517
|
end
|
401
518
|
end
|
@@ -178,7 +178,7 @@ module Google
|
|
178
178
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
179
179
|
#
|
180
180
|
# @param filter [::String]
|
181
|
-
# A filter expression that filters resources listed in the response.
|
181
|
+
# 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`.
|
182
182
|
# @param include_all_scopes [::Boolean]
|
183
183
|
# 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.
|
184
184
|
# @param max_results [::Integer]
|
@@ -461,7 +461,7 @@ module Google
|
|
461
461
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
462
462
|
#
|
463
463
|
# @param filter [::String]
|
464
|
-
# A filter expression that filters resources listed in the response.
|
464
|
+
# 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`.
|
465
465
|
# @param max_results [::Integer]
|
466
466
|
# 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`)
|
467
467
|
# @param order_by [::String]
|