google-cloud-compute-v1 0.1.0 → 0.5.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 +13 -13
- data/README.md +10 -34
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +133 -93
- 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 +181 -133
- data/lib/google/cloud/compute/v1/addresses/rest/grpc_transcoding.rb +1 -0
- 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 +229 -173
- data/lib/google/cloud/compute/v1/autoscalers/rest/grpc_transcoding.rb +5 -0
- 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 +248 -185
- data/lib/google/cloud/compute/v1/backend_buckets/rest/grpc_transcoding.rb +4 -0
- 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 +325 -254
- data/lib/google/cloud/compute/v1/backend_services/rest/grpc_transcoding.rb +5 -0
- 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 +133 -93
- 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 +365 -273
- data/lib/google/cloud/compute/v1/disks/rest/grpc_transcoding.rb +8 -0
- 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 +195 -133
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/grpc_transcoding.rb +1 -0
- 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/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +1592 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/grpc_transcoding.rb +269 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/firewall_policies.rb +44 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +200 -145
- data/lib/google/cloud/compute/v1/firewalls/rest/grpc_transcoding.rb +3 -0
- 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 +307 -172
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/grpc_transcoding.rb +3 -0
- 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 +152 -105
- data/lib/google/cloud/compute/v1/global_addresses/rest/grpc_transcoding.rb +1 -0
- 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 +274 -144
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/grpc_transcoding.rb +3 -0
- 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 +226 -173
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/grpc_transcoding.rb +3 -0
- 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 +175 -123
- 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 +124 -79
- 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/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +627 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/grpc_transcoding.rb +100 -0
- 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 +33 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb +44 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +229 -173
- data/lib/google/cloud/compute/v1/health_checks/rest/grpc_transcoding.rb +3 -0
- 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 +310 -214
- data/lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb +4 -0
- 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 +556 -477
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/grpc_transcoding.rb +10 -0
- 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 +284 -232
- data/lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb +9 -0
- 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 +215 -144
- data/lib/google/cloud/compute/v1/instance_templates/rest/grpc_transcoding.rb +1 -0
- 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 +1246 -797
- data/lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb +27 -0
- 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 +205 -153
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/grpc_transcoding.rb +3 -0
- 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 +104 -65
- 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 +199 -137
- data/lib/google/cloud/compute/v1/interconnects/rest/grpc_transcoding.rb +2 -0
- 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 +97 -52
- 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 +222 -151
- data/lib/google/cloud/compute/v1/licenses/rest/grpc_transcoding.rb +1 -0
- 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 +133 -93
- 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 +275 -214
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding.rb +8 -0
- 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 +378 -234
- data/lib/google/cloud/compute/v1/networks/rest/grpc_transcoding.rb +5 -0
- 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 +366 -280
- data/lib/google/cloud/compute/v1/node_groups/rest/grpc_transcoding.rb +6 -0
- 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 +244 -172
- data/lib/google/cloud/compute/v1/node_templates/rest/grpc_transcoding.rb +1 -0
- 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 +133 -93
- 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 +225 -166
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/grpc_transcoding.rb +2 -0
- 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 +369 -285
- data/lib/google/cloud/compute/v1/projects/rest/grpc_transcoding.rb +12 -0
- 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/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +627 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/grpc_transcoding.rb +100 -0
- 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 +33 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes.rb +44 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +723 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/grpc_transcoding.rb +118 -0
- 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 +33 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes.rb +44 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +200 -145
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb +5 -0
- 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 +223 -161
- data/lib/google/cloud/compute/v1/region_backend_services/rest/grpc_transcoding.rb +3 -0
- 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 +158 -114
- data/lib/google/cloud/compute/v1/region_commitments/rest/grpc_transcoding.rb +1 -0
- 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 +104 -65
- 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 +336 -245
- data/lib/google/cloud/compute/v1/region_disks/rest/grpc_transcoding.rb +7 -0
- 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 +176 -125
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding.rb +2 -0
- 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 +200 -145
- data/lib/google/cloud/compute/v1/region_health_checks/rest/grpc_transcoding.rb +3 -0
- 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 +526 -444
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/grpc_transcoding.rb +10 -0
- 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 +154 -113
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/grpc_transcoding.rb +6 -0
- 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/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +318 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/grpc_transcoding.rb +46 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
- data/lib/google/cloud/compute/v1/region_instances/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/region_instances.rb +44 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +152 -105
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/grpc_transcoding.rb +1 -0
- 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 +152 -105
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/grpc_transcoding.rb +1 -0
- 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 +145 -94
- 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 +152 -105
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/grpc_transcoding.rb +1 -0
- 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 +176 -125
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/grpc_transcoding.rb +2 -0
- 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 +200 -145
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding.rb +3 -0
- 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 +216 -138
- data/lib/google/cloud/compute/v1/region_url_maps/rest/grpc_transcoding.rb +3 -0
- 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 +104 -65
- 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 +268 -192
- data/lib/google/cloud/compute/v1/reservations/rest/grpc_transcoding.rb +2 -0
- 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 +244 -172
- data/lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb +1 -0
- 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 +301 -226
- data/lib/google/cloud/compute/v1/routers/rest/grpc_transcoding.rb +3 -0
- 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 +152 -105
- data/lib/google/cloud/compute/v1/routes/rest/grpc_transcoding.rb +1 -0
- 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 +294 -209
- data/lib/google/cloud/compute/v1/security_policies/rest/grpc_transcoding.rb +3 -0
- 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 +215 -142
- 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 +181 -133
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/grpc_transcoding.rb +1 -0
- 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 +202 -151
- data/lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb +2 -0
- 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 +345 -260
- data/lib/google/cloud/compute/v1/subnetworks/rest/grpc_transcoding.rb +5 -0
- 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 +176 -125
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/grpc_transcoding.rb +2 -0
- 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 +230 -174
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/grpc_transcoding.rb +3 -0
- 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 +353 -212
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/grpc_transcoding.rb +5 -0
- 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 +181 -133
- data/lib/google/cloud/compute/v1/target_instances/rest/grpc_transcoding.rb +1 -0
- 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 +321 -246
- data/lib/google/cloud/compute/v1/target_pools/rest/grpc_transcoding.rb +7 -0
- 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 +248 -185
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/grpc_transcoding.rb +5 -0
- 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 +200 -145
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/grpc_transcoding.rb +3 -0
- 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 +181 -133
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/grpc_transcoding.rb +1 -0
- 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 +274 -209
- data/lib/google/cloud/compute/v1/url_maps/rest/grpc_transcoding.rb +4 -0
- 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 +248 -178
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/grpc_transcoding.rb +2 -0
- 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 +181 -133
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/grpc_transcoding.rb +1 -0
- 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 +145 -94
- 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 +104 -65
- 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/cloud/compute/v1/compute.rb +18964 -19481
- data/proto_docs/google/cloud/extended_operations.rb +51 -0
- metadata +141 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '058b9acf8c5d381436eab4b5c96a91b1785a81a083de258b5e75765fe79e237d'
|
4
|
+
data.tar.gz: e4ce47b56945b48b3f359e43e7f6bb04f44548776147b8f12ad7c2acf95b81c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf7ae9a16fc8e9aa2f298251576cc720577dcf40a680f5b3616af0776f6b6235c6d40927d59847b9bfa30b7bfd912178d3f734d3044d3acfce5c0223cd2f08bc
|
7
|
+
data.tar.gz: ef1ead8788dc4d4498d27ec257e7566455adfb4dd7d8e49023340f630e4fdf24e2c82a3429eb5d8c4b1a01e20c2c628935021003474a79b8fcd302bfaef6ed59
|
data/.yardopts
CHANGED
data/AUTHENTICATION.md
CHANGED
@@ -27,7 +27,7 @@ export COMPUTE_CREDENTIALS=path/to/keyfile.json
|
|
27
27
|
```ruby
|
28
28
|
require "google/cloud/compute/v1"
|
29
29
|
|
30
|
-
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new
|
30
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
31
31
|
```
|
32
32
|
|
33
33
|
## Credential Lookup
|
@@ -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
|
data/README.md
CHANGED
@@ -1,10 +1,8 @@
|
|
1
|
-
# Ruby Client for the Google Cloud Compute V1 API
|
1
|
+
# Ruby Client for the Google Cloud Compute V1 (BETA) API
|
2
2
|
|
3
|
-
API Client library for the Google Cloud Compute V1 API
|
3
|
+
API Client library for the Google Cloud Compute V1 (BETA) API
|
4
4
|
|
5
|
-
google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API.
|
6
|
-
|
7
|
-
This library is considered to be in alpha. This means it is still a work-in-progress and under active development. Any release is subject to backwards-incompatible changes at any time.
|
5
|
+
google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API. This library is considered to be in beta. This means while stable it is still a work-in-progress and under active development, and might get backwards-incompatible changes at any time.
|
8
6
|
|
9
7
|
https://github.com/googleapis/google-cloud-ruby
|
10
8
|
|
@@ -20,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
|
|
20
18
|
|
21
19
|
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
22
20
|
1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
21
|
+
1. [Enable the API.](https://console.cloud.google.com/apis/library/compute.googleapis.com)
|
23
22
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
24
23
|
|
25
24
|
## Quick Start
|
@@ -27,47 +26,24 @@ In order to use this library, you first need to go through the following steps:
|
|
27
26
|
```ruby
|
28
27
|
require "google/cloud/compute/v1"
|
29
28
|
|
30
|
-
client = ::Google::Cloud::Compute::V1::
|
31
|
-
request =
|
29
|
+
client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
|
30
|
+
request = ::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest.new # (request fields as keyword arguments...)
|
32
31
|
response = client.aggregated_list request
|
33
32
|
```
|
34
33
|
|
35
34
|
View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-compute-v1/latest)
|
36
35
|
for class and method documentation.
|
37
36
|
|
38
|
-
|
39
|
-
|
40
|
-
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
41
|
-
The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
|
42
|
-
or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
43
|
-
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)
|
44
|
-
and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
|
45
|
-
|
46
|
-
Configuring a Ruby stdlib logger:
|
47
|
-
|
48
|
-
```ruby
|
49
|
-
require "logger"
|
50
|
-
|
51
|
-
module MyLogger
|
52
|
-
LOGGER = Logger.new $stderr, level: Logger::WARN
|
53
|
-
def logger
|
54
|
-
LOGGER
|
55
|
-
end
|
56
|
-
end
|
57
|
-
|
58
|
-
# Define a gRPC module-level logger method before grpc/logconfig.rb loads.
|
59
|
-
module GRPC
|
60
|
-
extend MyLogger
|
61
|
-
end
|
62
|
-
```
|
37
|
+
See also the [Product Documentation](https://cloud.google.com/compute/)
|
38
|
+
for general usage information.
|
63
39
|
|
64
40
|
## Supported Ruby Versions
|
65
41
|
|
66
|
-
This library is supported on Ruby 2.
|
42
|
+
This library is supported on Ruby 2.5+.
|
67
43
|
|
68
44
|
Google provides official support for Ruby versions that are actively supported
|
69
45
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
70
|
-
in security maintenance, and not end of life. Currently, this means Ruby 2.
|
46
|
+
in security maintenance, and not end of life. Currently, this means Ruby 2.5
|
71
47
|
and later. Older versions of Ruby _may_ still work, but are unsupported and not
|
72
48
|
recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
|
73
49
|
about the Ruby support schedule.
|
@@ -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,26 +192,25 @@ 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 \
|
204
199
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
205
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
200
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
201
|
+
transports_version_send: [:rest]
|
206
202
|
|
207
|
-
options.apply_defaults timeout: @config.timeout,
|
203
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
208
204
|
metadata: call_metadata
|
209
205
|
|
210
|
-
|
211
|
-
|
212
|
-
uri: uri,
|
213
|
-
params: query_string_params,
|
214
|
-
options: options
|
215
|
-
)
|
216
|
-
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
|
217
208
|
|
218
|
-
|
219
|
-
|
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
|
220
214
|
rescue ::Faraday::Error => e
|
221
215
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
222
216
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -248,7 +242,7 @@ module Google
|
|
248
242
|
# Project ID for this request.
|
249
243
|
# @param zone [::String]
|
250
244
|
# The name of the zone for this request.
|
251
|
-
# @yield [result,
|
245
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
252
246
|
# @yieldparam result [::Google::Cloud::Compute::V1::AcceleratorType]
|
253
247
|
# @yieldparam response [::Faraday::Response]
|
254
248
|
#
|
@@ -264,25 +258,24 @@ module Google
|
|
264
258
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
265
259
|
|
266
260
|
# Customize the options with defaults
|
267
|
-
call_metadata =
|
261
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
268
262
|
|
269
263
|
# Set x-goog-api-client header
|
270
264
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
271
265
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
272
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
266
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
267
|
+
transports_version_send: [:rest]
|
273
268
|
|
274
|
-
options.apply_defaults timeout: @config.timeout,
|
269
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
275
270
|
metadata: call_metadata
|
276
271
|
|
277
|
-
|
278
|
-
|
279
|
-
uri: uri,
|
280
|
-
options: options
|
281
|
-
)
|
282
|
-
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
|
283
274
|
|
284
|
-
|
285
|
-
|
275
|
+
@accelerator_types_stub.get request, options do |result, response|
|
276
|
+
yield result, response if block_given?
|
277
|
+
return result
|
278
|
+
end
|
286
279
|
rescue ::Faraday::Error => e
|
287
280
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
288
281
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -309,34 +302,24 @@ module Google
|
|
309
302
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
310
303
|
#
|
311
304
|
# @param filter [::String]
|
312
|
-
# 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 `<`.
|
313
|
-
#
|
314
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
315
|
-
#
|
316
|
-
# 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.
|
317
|
-
#
|
318
|
-
# 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) ```
|
319
306
|
# @param max_results [::Integer]
|
320
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`)
|
321
308
|
# @param order_by [::String]
|
322
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
323
|
-
#
|
324
|
-
# 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.
|
325
|
-
#
|
326
|
-
# 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.
|
327
310
|
# @param page_token [::String]
|
328
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.
|
329
312
|
# @param project [::String]
|
330
313
|
# Project ID for this request.
|
331
314
|
# @param return_partial_success [::Boolean]
|
332
|
-
# 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.
|
333
316
|
# @param zone [::String]
|
334
317
|
# The name of the zone for this request.
|
335
|
-
# @yield [result,
|
336
|
-
# @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>]
|
337
320
|
# @yieldparam response [::Faraday::Response]
|
338
321
|
#
|
339
|
-
# @return [::Google::Cloud::Compute::V1::
|
322
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::AcceleratorType>]
|
340
323
|
#
|
341
324
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
342
325
|
def list request, options = nil
|
@@ -348,26 +331,25 @@ module Google
|
|
348
331
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
349
332
|
|
350
333
|
# Customize the options with defaults
|
351
|
-
call_metadata =
|
334
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
352
335
|
|
353
336
|
# Set x-goog-api-client header
|
354
337
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
355
338
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
356
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
339
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
340
|
+
transports_version_send: [:rest]
|
357
341
|
|
358
|
-
options.apply_defaults timeout: @config.timeout,
|
342
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
359
343
|
metadata: call_metadata
|
360
344
|
|
361
|
-
|
362
|
-
|
363
|
-
uri: uri,
|
364
|
-
params: query_string_params,
|
365
|
-
options: options
|
366
|
-
)
|
367
|
-
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
|
368
347
|
|
369
|
-
|
370
|
-
|
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
|
371
353
|
rescue ::Faraday::Error => e
|
372
354
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
373
355
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -422,6 +404,9 @@ module Google
|
|
422
404
|
# @!attribute [rw] timeout
|
423
405
|
# The call timeout in seconds.
|
424
406
|
# @return [::Numeric]
|
407
|
+
# @!attribute [rw] metadata
|
408
|
+
# Additional REST headers to be sent with the call.
|
409
|
+
# @return [::Hash{::Symbol=>::String}]
|
425
410
|
#
|
426
411
|
class Configuration
|
427
412
|
extend ::Gapic::Config
|
@@ -435,6 +420,7 @@ module Google
|
|
435
420
|
config_attr :lib_name, nil, ::String, nil
|
436
421
|
config_attr :lib_version, nil, ::String, nil
|
437
422
|
config_attr :timeout, nil, ::Numeric, nil
|
423
|
+
config_attr :metadata, nil, ::Hash, nil
|
438
424
|
|
439
425
|
# @private
|
440
426
|
def initialize parent_config = nil
|
@@ -442,6 +428,60 @@ module Google
|
|
442
428
|
|
443
429
|
yield self if block_given?
|
444
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
|
445
485
|
end
|
446
486
|
end
|
447
487
|
end
|