google-cloud-compute-v1 0.2.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/AUTHENTICATION.md +19 -37
- data/README.md +4 -30
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +127 -90
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +172 -130
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +218 -172
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +236 -185
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +308 -253
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/compute_pb.rb +8507 -7466
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +127 -90
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +345 -272
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
- data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +184 -129
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +476 -343
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +191 -145
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +296 -171
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +145 -103
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +265 -144
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +215 -172
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +165 -118
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +118 -76
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +175 -124
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +218 -172
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/image_family_views/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +318 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +89 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/image_family_views.rb +44 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +291 -209
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
- data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +526 -477
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +271 -233
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +202 -139
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +1186 -797
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +2018 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +195 -151
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +100 -63
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +189 -135
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
- data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +93 -50
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
- data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +209 -146
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +127 -90
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +261 -213
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +363 -234
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +345 -277
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
- data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +229 -166
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +127 -90
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +213 -163
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +351 -288
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
- data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +175 -124
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +203 -151
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +191 -145
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +212 -160
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +151 -112
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +100 -63
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +318 -245
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
- data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +168 -124
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +191 -145
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +498 -445
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +148 -113
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +76 -45
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
- data/lib/google/cloud/compute/v1/region_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +145 -103
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +145 -103
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +137 -90
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +145 -103
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +168 -124
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +191 -145
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +205 -137
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +100 -63
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +252 -187
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +229 -166
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +284 -222
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
- data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +145 -103
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +277 -205
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
- data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/service_attachments/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +954 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/service_attachments.rb +44 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +201 -135
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
- data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +172 -130
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +192 -149
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +325 -256
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +168 -124
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +219 -173
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +340 -213
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +172 -130
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +305 -247
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
- data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +237 -187
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +191 -145
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +172 -130
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +260 -208
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
- data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +234 -174
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +172 -130
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +137 -90
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +100 -63
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
- data/lib/google/cloud/compute/v1.rb +7 -0
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/api/field_behavior.rb +6 -0
- data/proto_docs/google/api/resource.rb +10 -71
- data/proto_docs/google/cloud/compute/v1/compute.rb +18964 -19481
- data/proto_docs/google/cloud/extended_operations.rb +51 -0
- metadata +110 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9253ae55abf0ab260c55dfbb0936dca400f45c660681ca2ed14edfd07931bb25
|
4
|
+
data.tar.gz: a44dcdba909d9cb6a06c970129b5aa9ac68c0eea4e13785bc550d081322c9077
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d79d8cb09a376f878451ca4f9165649be84e4b41c8615fb6979c9d48c8802450cc9bf736766a17eee8d1c8b303594de582f483c6f67ebdebb5498877e44552e9
|
7
|
+
data.tar.gz: a39af9a02cc31fb084e5f18e0d0993ef46f0961494ca2c24c45a79e66a3d68c16354b8533fc89b411e20a46799485b47039ddec008c4e60a545dbcb9ed21db72
|
data/.yardopts
CHANGED
data/AUTHENTICATION.md
CHANGED
@@ -66,43 +66,43 @@ The environment variables that google-cloud-compute-v1
|
|
66
66
|
checks for credentials are configured on the service Credentials class (such as
|
67
67
|
{::Google::Cloud::Compute::V1::AcceleratorTypes::Credentials}):
|
68
68
|
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
69
|
+
* `COMPUTE_CREDENTIALS` - Path to JSON file, or JSON contents
|
70
|
+
* `COMPUTE_KEYFILE` - Path to JSON file, or JSON contents
|
71
|
+
* `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
|
72
|
+
* `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
|
73
|
+
* `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
|
74
74
|
|
75
75
|
```ruby
|
76
76
|
require "google/cloud/compute/v1"
|
77
77
|
|
78
78
|
ENV["COMPUTE_CREDENTIALS"] = "path/to/keyfile.json"
|
79
79
|
|
80
|
-
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new
|
80
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
81
81
|
```
|
82
82
|
|
83
83
|
### Configuration
|
84
84
|
|
85
|
-
The **Credentials JSON** can be configured instead of
|
86
|
-
environment
|
85
|
+
The path to the **Credentials JSON** file can be configured instead of storing
|
86
|
+
it in an environment variable. Either on an individual client initialization:
|
87
87
|
|
88
88
|
```ruby
|
89
89
|
require "google/cloud/compute/v1"
|
90
90
|
|
91
|
-
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new do |config|
|
91
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
|
92
92
|
config.credentials = "path/to/keyfile.json"
|
93
93
|
end
|
94
94
|
```
|
95
95
|
|
96
|
-
Or
|
96
|
+
Or globally for all clients:
|
97
97
|
|
98
98
|
```ruby
|
99
99
|
require "google/cloud/compute/v1"
|
100
100
|
|
101
|
-
::Google::Cloud::Compute::V1::AcceleratorTypes::Client.configure do |config|
|
101
|
+
::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.configure do |config|
|
102
102
|
config.credentials = "path/to/keyfile.json"
|
103
103
|
end
|
104
104
|
|
105
|
-
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new
|
105
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
106
106
|
```
|
107
107
|
|
108
108
|
### Cloud SDK
|
@@ -120,15 +120,6 @@ To configure your system for this, simply:
|
|
120
120
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
121
121
|
*should* only be used during development.
|
122
122
|
|
123
|
-
[gce-how-to]: https://cloud.google.com/compute/docs/authentication#using
|
124
|
-
[dev-console]: https://console.cloud.google.com/project
|
125
|
-
|
126
|
-
[enable-apis]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/enable-apis.png
|
127
|
-
|
128
|
-
[create-new-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account.png
|
129
|
-
[create-new-service-account-existing-keys]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account-existing-keys.png
|
130
|
-
[reuse-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/reuse-service-account.png
|
131
|
-
|
132
123
|
## Creating a Service Account
|
133
124
|
|
134
125
|
Google Cloud requires **Service Account Credentials** to
|
@@ -139,31 +130,22 @@ If you are not running this client within
|
|
139
130
|
[Google Cloud Platform environments](#google-cloud-platform-environments), you
|
140
131
|
need a Google Developers service account.
|
141
132
|
|
142
|
-
1. Visit the [Google
|
133
|
+
1. Visit the [Google Cloud Console](https://console.cloud.google.com/project).
|
143
134
|
2. Create a new project or click on an existing project.
|
144
|
-
3. Activate the
|
135
|
+
3. Activate the menu in the upper left and select **APIs & Services**. From
|
145
136
|
here, you will enable the APIs that your application requires.
|
146
137
|
|
147
|
-
![Enable the APIs that your application requires][enable-apis]
|
148
|
-
|
149
138
|
*Note: You may need to enable billing in order to use these services.*
|
150
139
|
|
151
140
|
4. Select **Credentials** from the side navigation.
|
152
141
|
|
153
|
-
|
154
|
-
|
155
|
-
![Create a new service account][create-new-service-account]
|
156
|
-
|
157
|
-
![Create a new service account With Existing Keys][create-new-service-account-existing-keys]
|
158
|
-
|
159
|
-
Find the "Add credentials" drop down and select "Service account" to be
|
160
|
-
guided through downloading a new JSON key file.
|
142
|
+
Find the "Create credentials" drop down near the top of the page, and select
|
143
|
+
"Service account" to be guided through downloading a new JSON key file.
|
161
144
|
|
162
145
|
If you want to re-use an existing service account, you can easily generate a
|
163
|
-
new key file. Just select the account you wish to re-use,
|
164
|
-
|
165
|
-
|
166
|
-
![Re-use an existing service account][reuse-service-account]
|
146
|
+
new key file. Just select the account you wish to re-use, click the pencil
|
147
|
+
tool on the right side to edit the service account, select the **Keys** tab,
|
148
|
+
and then select **Add Key**.
|
167
149
|
|
168
150
|
The key file you download will be used by this library to authenticate API
|
169
151
|
requests and should be stored in a secure location.
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# Ruby Client for the Google Cloud Compute V1
|
1
|
+
# Ruby Client for the Google Cloud Compute V1 API
|
2
2
|
|
3
|
-
API Client library for the Google Cloud Compute V1
|
3
|
+
API Client library for the Google Cloud Compute V1 API
|
4
4
|
|
5
|
-
google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API.
|
5
|
+
google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API.
|
6
6
|
|
7
7
|
https://github.com/googleapis/google-cloud-ruby
|
8
8
|
|
@@ -27,7 +27,7 @@ In order to use this library, you first need to go through the following steps:
|
|
27
27
|
require "google/cloud/compute/v1"
|
28
28
|
|
29
29
|
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
30
|
-
request =
|
30
|
+
request = ::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest.new # (request fields as keyword arguments...)
|
31
31
|
response = client.aggregated_list request
|
32
32
|
```
|
33
33
|
|
@@ -37,32 +37,6 @@ for class and method documentation.
|
|
37
37
|
See also the [Product Documentation](https://cloud.google.com/compute/)
|
38
38
|
for general usage information.
|
39
39
|
|
40
|
-
## Enabling Logging
|
41
|
-
|
42
|
-
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
43
|
-
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
|
44
|
-
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
45
|
-
that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
|
46
|
-
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
47
|
-
|
48
|
-
Configuring a Ruby stdlib logger:
|
49
|
-
|
50
|
-
```ruby
|
51
|
-
require "logger"
|
52
|
-
|
53
|
-
module MyLogger
|
54
|
-
LOGGER = Logger.new $stderr, level: Logger::WARN
|
55
|
-
def logger
|
56
|
-
LOGGER
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
# Define a gRPC module-level logger method before grpc/logconfig.rb loads.
|
61
|
-
module GRPC
|
62
|
-
extend MyLogger
|
63
|
-
end
|
64
|
-
```
|
65
|
-
|
66
40
|
## Supported Ruby Versions
|
67
41
|
|
68
42
|
This library is supported on Ruby 2.5+.
|
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/compute/v1/compute_pb"
|
21
|
+
require "google/cloud/compute/v1/accelerator_types/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -33,8 +34,6 @@ module Google
|
|
33
34
|
# The AcceleratorTypes API.
|
34
35
|
#
|
35
36
|
class Client
|
36
|
-
include GrpcTranscoding
|
37
|
-
|
38
37
|
# @private
|
39
38
|
attr_reader :accelerator_types_stub
|
40
39
|
|
@@ -44,13 +43,12 @@ module Google
|
|
44
43
|
# See {::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client::Configuration}
|
45
44
|
# for a description of the configuration fields.
|
46
45
|
#
|
47
|
-
#
|
46
|
+
# @example
|
48
47
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
52
|
-
#
|
53
|
-
# end
|
48
|
+
# # Modify the configuration for all AcceleratorTypes clients
|
49
|
+
# ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.configure do |config|
|
50
|
+
# config.timeout = 10.0
|
51
|
+
# end
|
54
52
|
#
|
55
53
|
# @yield [config] Configure the Client client.
|
56
54
|
# @yieldparam config [Client::Configuration]
|
@@ -68,6 +66,21 @@ module Google
|
|
68
66
|
end
|
69
67
|
default_config = Client::Configuration.new parent_config
|
70
68
|
|
69
|
+
default_config.rpcs.aggregated_list.timeout = 600.0
|
70
|
+
default_config.rpcs.aggregated_list.retry_policy = {
|
71
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
72
|
+
}
|
73
|
+
|
74
|
+
default_config.rpcs.get.timeout = 600.0
|
75
|
+
default_config.rpcs.get.retry_policy = {
|
76
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
77
|
+
}
|
78
|
+
|
79
|
+
default_config.rpcs.list.timeout = 600.0
|
80
|
+
default_config.rpcs.list.retry_policy = {
|
81
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
82
|
+
}
|
83
|
+
|
71
84
|
default_config
|
72
85
|
end
|
73
86
|
yield @configure if block_given?
|
@@ -97,28 +110,20 @@ module Google
|
|
97
110
|
##
|
98
111
|
# Create a new AcceleratorTypes REST client object.
|
99
112
|
#
|
100
|
-
#
|
101
|
-
#
|
102
|
-
# To create a new AcceleratorTypes REST client with the default
|
103
|
-
# configuration:
|
104
|
-
#
|
105
|
-
# client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
113
|
+
# @example
|
106
114
|
#
|
107
|
-
#
|
108
|
-
#
|
115
|
+
# # Create a client using the default configuration
|
116
|
+
# client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
109
117
|
#
|
110
|
-
#
|
111
|
-
#
|
112
|
-
#
|
118
|
+
# # Create a client using a custom configuration
|
119
|
+
# client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
|
120
|
+
# config.timeout = 10.0
|
121
|
+
# end
|
113
122
|
#
|
114
123
|
# @yield [config] Configure the AcceleratorTypes client.
|
115
124
|
# @yieldparam config [Client::Configuration]
|
116
125
|
#
|
117
126
|
def initialize
|
118
|
-
# These require statements are intentionally placed here to initialize
|
119
|
-
# the REST modules only when it's required.
|
120
|
-
require "gapic/rest"
|
121
|
-
|
122
127
|
# Create the configuration object
|
123
128
|
@config = Configuration.new Client.configure
|
124
129
|
|
@@ -128,11 +133,11 @@ module Google
|
|
128
133
|
# Create credentials
|
129
134
|
credentials = @config.credentials
|
130
135
|
credentials ||= Credentials.default scope: @config.scope
|
131
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
136
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
132
137
|
credentials = Credentials.new credentials, scope: @config.scope
|
133
138
|
end
|
134
139
|
|
135
|
-
@
|
140
|
+
@accelerator_types_stub = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
136
141
|
end
|
137
142
|
|
138
143
|
# Service calls
|
@@ -158,34 +163,24 @@ module Google
|
|
158
163
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
159
164
|
#
|
160
165
|
# @param filter [::String]
|
161
|
-
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
|
162
|
-
#
|
163
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
164
|
-
#
|
165
|
-
# 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.
|
166
|
-
#
|
167
|
-
# 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) ```
|
166
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison 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`. 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) ```
|
168
167
|
# @param include_all_scopes [::Boolean]
|
169
168
|
# 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.
|
170
169
|
# @param max_results [::Integer]
|
171
170
|
# 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`)
|
172
171
|
# @param order_by [::String]
|
173
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
174
|
-
#
|
175
|
-
# You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
|
176
|
-
#
|
177
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
172
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
178
173
|
# @param page_token [::String]
|
179
174
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
180
175
|
# @param project [::String]
|
181
176
|
# Project ID for this request.
|
182
177
|
# @param return_partial_success [::Boolean]
|
183
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
184
|
-
# @yield [result,
|
185
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
178
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
179
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
180
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::AcceleratorTypesScopedList>]
|
186
181
|
# @yieldparam response [::Faraday::Response]
|
187
182
|
#
|
188
|
-
# @return [::Google::Cloud::Compute::V1::
|
183
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::AcceleratorTypesScopedList>]
|
189
184
|
#
|
190
185
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
191
186
|
def aggregated_list request, options = nil
|
@@ -197,7 +192,7 @@ module Google
|
|
197
192
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
198
193
|
|
199
194
|
# Customize the options with defaults
|
200
|
-
call_metadata =
|
195
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
201
196
|
|
202
197
|
# Set x-goog-api-client header
|
203
198
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -205,19 +200,17 @@ module Google
|
|
205
200
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
206
201
|
transports_version_send: [:rest]
|
207
202
|
|
208
|
-
options.apply_defaults timeout: @config.timeout,
|
203
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
209
204
|
metadata: call_metadata
|
210
205
|
|
211
|
-
|
212
|
-
|
213
|
-
uri: uri,
|
214
|
-
params: query_string_params,
|
215
|
-
options: options
|
216
|
-
)
|
217
|
-
result = ::Google::Cloud::Compute::V1::AcceleratorTypeAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
206
|
+
options.apply_defaults timeout: @config.timeout,
|
207
|
+
metadata: @config.metadata
|
218
208
|
|
219
|
-
|
220
|
-
|
209
|
+
@accelerator_types_stub.aggregated_list request, options do |result, response|
|
210
|
+
result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :aggregated_list, "items", request, result, options
|
211
|
+
yield result, response if block_given?
|
212
|
+
return result
|
213
|
+
end
|
221
214
|
rescue ::Faraday::Error => e
|
222
215
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
223
216
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -249,7 +242,7 @@ module Google
|
|
249
242
|
# Project ID for this request.
|
250
243
|
# @param zone [::String]
|
251
244
|
# The name of the zone for this request.
|
252
|
-
# @yield [result,
|
245
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
253
246
|
# @yieldparam result [::Google::Cloud::Compute::V1::AcceleratorType]
|
254
247
|
# @yieldparam response [::Faraday::Response]
|
255
248
|
#
|
@@ -265,7 +258,7 @@ module Google
|
|
265
258
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
266
259
|
|
267
260
|
# Customize the options with defaults
|
268
|
-
call_metadata =
|
261
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
269
262
|
|
270
263
|
# Set x-goog-api-client header
|
271
264
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -273,18 +266,16 @@ module Google
|
|
273
266
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
274
267
|
transports_version_send: [:rest]
|
275
268
|
|
276
|
-
options.apply_defaults timeout: @config.timeout,
|
269
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
277
270
|
metadata: call_metadata
|
278
271
|
|
279
|
-
|
280
|
-
|
281
|
-
uri: uri,
|
282
|
-
options: options
|
283
|
-
)
|
284
|
-
result = ::Google::Cloud::Compute::V1::AcceleratorType.decode_json response.body, ignore_unknown_fields: true
|
272
|
+
options.apply_defaults timeout: @config.timeout,
|
273
|
+
metadata: @config.metadata
|
285
274
|
|
286
|
-
|
287
|
-
|
275
|
+
@accelerator_types_stub.get request, options do |result, response|
|
276
|
+
yield result, response if block_given?
|
277
|
+
return result
|
278
|
+
end
|
288
279
|
rescue ::Faraday::Error => e
|
289
280
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
290
281
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -311,34 +302,24 @@ module Google
|
|
311
302
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
312
303
|
#
|
313
304
|
# @param filter [::String]
|
314
|
-
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
|
315
|
-
#
|
316
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
317
|
-
#
|
318
|
-
# 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.
|
319
|
-
#
|
320
|
-
# 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) ```
|
305
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison 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`. 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) ```
|
321
306
|
# @param max_results [::Integer]
|
322
307
|
# 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`)
|
323
308
|
# @param order_by [::String]
|
324
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
325
|
-
#
|
326
|
-
# You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
|
327
|
-
#
|
328
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
309
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
329
310
|
# @param page_token [::String]
|
330
311
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
331
312
|
# @param project [::String]
|
332
313
|
# Project ID for this request.
|
333
314
|
# @param return_partial_success [::Boolean]
|
334
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
315
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
335
316
|
# @param zone [::String]
|
336
317
|
# The name of the zone for this request.
|
337
|
-
# @yield [result,
|
338
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
318
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
319
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::AcceleratorType>]
|
339
320
|
# @yieldparam response [::Faraday::Response]
|
340
321
|
#
|
341
|
-
# @return [::Google::Cloud::Compute::V1::
|
322
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::AcceleratorType>]
|
342
323
|
#
|
343
324
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
344
325
|
def list request, options = nil
|
@@ -350,7 +331,7 @@ module Google
|
|
350
331
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
351
332
|
|
352
333
|
# Customize the options with defaults
|
353
|
-
call_metadata =
|
334
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
354
335
|
|
355
336
|
# Set x-goog-api-client header
|
356
337
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
@@ -358,19 +339,17 @@ module Google
|
|
358
339
|
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
359
340
|
transports_version_send: [:rest]
|
360
341
|
|
361
|
-
options.apply_defaults timeout: @config.timeout,
|
342
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
362
343
|
metadata: call_metadata
|
363
344
|
|
364
|
-
|
365
|
-
|
366
|
-
uri: uri,
|
367
|
-
params: query_string_params,
|
368
|
-
options: options
|
369
|
-
)
|
370
|
-
result = ::Google::Cloud::Compute::V1::AcceleratorTypeList.decode_json response.body, ignore_unknown_fields: true
|
345
|
+
options.apply_defaults timeout: @config.timeout,
|
346
|
+
metadata: @config.metadata
|
371
347
|
|
372
|
-
|
373
|
-
|
348
|
+
@accelerator_types_stub.list request, options do |result, response|
|
349
|
+
result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :list, "items", request, result, options
|
350
|
+
yield result, response if block_given?
|
351
|
+
return result
|
352
|
+
end
|
374
353
|
rescue ::Faraday::Error => e
|
375
354
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
376
355
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -425,6 +404,9 @@ module Google
|
|
425
404
|
# @!attribute [rw] timeout
|
426
405
|
# The call timeout in seconds.
|
427
406
|
# @return [::Numeric]
|
407
|
+
# @!attribute [rw] metadata
|
408
|
+
# Additional REST headers to be sent with the call.
|
409
|
+
# @return [::Hash{::Symbol=>::String}]
|
428
410
|
#
|
429
411
|
class Configuration
|
430
412
|
extend ::Gapic::Config
|
@@ -438,6 +420,7 @@ module Google
|
|
438
420
|
config_attr :lib_name, nil, ::String, nil
|
439
421
|
config_attr :lib_version, nil, ::String, nil
|
440
422
|
config_attr :timeout, nil, ::Numeric, nil
|
423
|
+
config_attr :metadata, nil, ::Hash, nil
|
441
424
|
|
442
425
|
# @private
|
443
426
|
def initialize parent_config = nil
|
@@ -445,6 +428,60 @@ module Google
|
|
445
428
|
|
446
429
|
yield self if block_given?
|
447
430
|
end
|
431
|
+
|
432
|
+
##
|
433
|
+
# Configurations for individual RPCs
|
434
|
+
# @return [Rpcs]
|
435
|
+
#
|
436
|
+
def rpcs
|
437
|
+
@rpcs ||= begin
|
438
|
+
parent_rpcs = nil
|
439
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
440
|
+
Rpcs.new parent_rpcs
|
441
|
+
end
|
442
|
+
end
|
443
|
+
|
444
|
+
##
|
445
|
+
# Configuration RPC class for the AcceleratorTypes API.
|
446
|
+
#
|
447
|
+
# Includes fields providing the configuration for each RPC in this service.
|
448
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
449
|
+
# the following configuration fields:
|
450
|
+
#
|
451
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
452
|
+
#
|
453
|
+
# there is one other field (`retry_policy`) that can be set
|
454
|
+
# but is currently not supported for REST Gapic libraries.
|
455
|
+
#
|
456
|
+
class Rpcs
|
457
|
+
##
|
458
|
+
# RPC-specific configuration for `aggregated_list`
|
459
|
+
# @return [::Gapic::Config::Method]
|
460
|
+
#
|
461
|
+
attr_reader :aggregated_list
|
462
|
+
##
|
463
|
+
# RPC-specific configuration for `get`
|
464
|
+
# @return [::Gapic::Config::Method]
|
465
|
+
#
|
466
|
+
attr_reader :get
|
467
|
+
##
|
468
|
+
# RPC-specific configuration for `list`
|
469
|
+
# @return [::Gapic::Config::Method]
|
470
|
+
#
|
471
|
+
attr_reader :list
|
472
|
+
|
473
|
+
# @private
|
474
|
+
def initialize parent_rpcs = nil
|
475
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
476
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
477
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
478
|
+
@get = ::Gapic::Config::Method.new get_config
|
479
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
480
|
+
@list = ::Gapic::Config::Method.new list_config
|
481
|
+
|
482
|
+
yield self if block_given?
|
483
|
+
end
|
484
|
+
end
|
448
485
|
end
|
449
486
|
end
|
450
487
|
end
|