google-cloud-compute-v1 0.1.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.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
@@ -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/instance_groups/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The InstanceGroups API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :instance_groups_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::InstanceGroups::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
44
|
+
# @example
|
46
45
|
#
|
47
|
-
#
|
48
|
-
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
# end
|
46
|
+
# # Modify the configuration for all InstanceGroups clients
|
47
|
+
# ::Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.configure do |config|
|
48
|
+
# config.timeout = 10.0
|
49
|
+
# end
|
52
50
|
#
|
53
51
|
# @yield [config] Configure the Client client.
|
54
52
|
# @yieldparam config [Client::Configuration]
|
@@ -66,6 +64,33 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.add_instances.timeout = 600.0
|
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.delete.timeout = 600.0
|
75
|
+
|
76
|
+
default_config.rpcs.get.timeout = 600.0
|
77
|
+
default_config.rpcs.get.retry_policy = {
|
78
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
79
|
+
}
|
80
|
+
|
81
|
+
default_config.rpcs.insert.timeout = 600.0
|
82
|
+
|
83
|
+
default_config.rpcs.list.timeout = 600.0
|
84
|
+
default_config.rpcs.list.retry_policy = {
|
85
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
86
|
+
}
|
87
|
+
|
88
|
+
default_config.rpcs.list_instances.timeout = 600.0
|
89
|
+
|
90
|
+
default_config.rpcs.remove_instances.timeout = 600.0
|
91
|
+
|
92
|
+
default_config.rpcs.set_named_ports.timeout = 600.0
|
93
|
+
|
69
94
|
default_config
|
70
95
|
end
|
71
96
|
yield @configure if block_given?
|
@@ -95,28 +120,20 @@ module Google
|
|
95
120
|
##
|
96
121
|
# Create a new InstanceGroups REST client object.
|
97
122
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# To create a new InstanceGroups REST client with the default
|
101
|
-
# configuration:
|
102
|
-
#
|
103
|
-
# client = ::Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
123
|
+
# @example
|
104
124
|
#
|
105
|
-
#
|
106
|
-
#
|
125
|
+
# # Create a client using the default configuration
|
126
|
+
# client = ::Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new
|
107
127
|
#
|
108
|
-
#
|
109
|
-
#
|
110
|
-
#
|
128
|
+
# # Create a client using a custom configuration
|
129
|
+
# client = ::Google::Cloud::Compute::V1::InstanceGroups::Rest::Client.new do |config|
|
130
|
+
# config.timeout = 10.0
|
131
|
+
# end
|
111
132
|
#
|
112
133
|
# @yield [config] Configure the InstanceGroups client.
|
113
134
|
# @yieldparam config [Client::Configuration]
|
114
135
|
#
|
115
136
|
def initialize
|
116
|
-
# These require statements are intentionally placed here to initialize
|
117
|
-
# the REST modules only when it's required.
|
118
|
-
require "gapic/rest"
|
119
|
-
|
120
137
|
# Create the configuration object
|
121
138
|
@config = Configuration.new Client.configure
|
122
139
|
|
@@ -126,17 +143,17 @@ module Google
|
|
126
143
|
# Create credentials
|
127
144
|
credentials = @config.credentials
|
128
145
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
146
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
147
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
148
|
end
|
132
149
|
|
133
|
-
@
|
150
|
+
@instance_groups_stub = ::Google::Cloud::Compute::V1::InstanceGroups::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
151
|
end
|
135
152
|
|
136
153
|
# Service calls
|
137
154
|
|
138
155
|
##
|
139
|
-
# Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read
|
156
|
+
# Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.
|
140
157
|
#
|
141
158
|
# @overload add_instances(request, options = nil)
|
142
159
|
# Pass arguments to `add_instances` via a request object, either of type
|
@@ -162,18 +179,14 @@ module Google
|
|
162
179
|
# @param project [::String]
|
163
180
|
# Project ID for this request.
|
164
181
|
# @param request_id [::String]
|
165
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
166
|
-
#
|
167
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
168
|
-
#
|
169
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
182
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
170
183
|
# @param zone [::String]
|
171
184
|
# The name of the zone where the instance group is located.
|
172
|
-
# @yield [result,
|
173
|
-
# @yieldparam result [::
|
185
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
186
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
174
187
|
# @yieldparam response [::Faraday::Response]
|
175
188
|
#
|
176
|
-
# @return [::
|
189
|
+
# @return [::Gapic::Rest::BaseOperation]
|
177
190
|
#
|
178
191
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
179
192
|
def add_instances request, options = nil
|
@@ -185,26 +198,25 @@ module Google
|
|
185
198
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
186
199
|
|
187
200
|
# Customize the options with defaults
|
188
|
-
call_metadata =
|
201
|
+
call_metadata = @config.rpcs.add_instances.metadata.to_h
|
189
202
|
|
190
203
|
# Set x-goog-api-client header
|
191
204
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
192
205
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
193
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
206
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
207
|
+
transports_version_send: [:rest]
|
194
208
|
|
195
|
-
options.apply_defaults timeout: @config.timeout,
|
209
|
+
options.apply_defaults timeout: @config.rpcs.add_instances.timeout,
|
196
210
|
metadata: call_metadata
|
197
211
|
|
198
|
-
|
199
|
-
|
200
|
-
uri: uri,
|
201
|
-
body: body,
|
202
|
-
options: options
|
203
|
-
)
|
204
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
212
|
+
options.apply_defaults timeout: @config.timeout,
|
213
|
+
metadata: @config.metadata
|
205
214
|
|
206
|
-
|
207
|
-
|
215
|
+
@instance_groups_stub.add_instances request, options do |result, response|
|
216
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
217
|
+
yield result, response if block_given?
|
218
|
+
return result
|
219
|
+
end
|
208
220
|
rescue ::Faraday::Error => e
|
209
221
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
210
222
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -231,34 +243,24 @@ module Google
|
|
231
243
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
232
244
|
#
|
233
245
|
# @param filter [::String]
|
234
|
-
# 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 `<`.
|
235
|
-
#
|
236
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
237
|
-
#
|
238
|
-
# 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.
|
239
|
-
#
|
240
|
-
# 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) ```
|
246
|
+
# 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) ```
|
241
247
|
# @param include_all_scopes [::Boolean]
|
242
248
|
# 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.
|
243
249
|
# @param max_results [::Integer]
|
244
250
|
# 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`)
|
245
251
|
# @param order_by [::String]
|
246
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
247
|
-
#
|
248
|
-
# 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.
|
249
|
-
#
|
250
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
252
|
+
# 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.
|
251
253
|
# @param page_token [::String]
|
252
254
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
253
255
|
# @param project [::String]
|
254
256
|
# Project ID for this request.
|
255
257
|
# @param return_partial_success [::Boolean]
|
256
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
257
|
-
# @yield [result,
|
258
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
258
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
259
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
260
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::InstanceGroupsScopedList>]
|
259
261
|
# @yieldparam response [::Faraday::Response]
|
260
262
|
#
|
261
|
-
# @return [::Google::Cloud::Compute::V1::
|
263
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::InstanceGroupsScopedList>]
|
262
264
|
#
|
263
265
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
264
266
|
def aggregated_list request, options = nil
|
@@ -270,33 +272,32 @@ module Google
|
|
270
272
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
271
273
|
|
272
274
|
# Customize the options with defaults
|
273
|
-
call_metadata =
|
275
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
274
276
|
|
275
277
|
# Set x-goog-api-client header
|
276
278
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
277
279
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
278
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
280
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
281
|
+
transports_version_send: [:rest]
|
279
282
|
|
280
|
-
options.apply_defaults timeout: @config.timeout,
|
283
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
281
284
|
metadata: call_metadata
|
282
285
|
|
283
|
-
|
284
|
-
|
285
|
-
uri: uri,
|
286
|
-
params: query_string_params,
|
287
|
-
options: options
|
288
|
-
)
|
289
|
-
result = ::Google::Cloud::Compute::V1::InstanceGroupAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
286
|
+
options.apply_defaults timeout: @config.timeout,
|
287
|
+
metadata: @config.metadata
|
290
288
|
|
291
|
-
|
292
|
-
|
289
|
+
@instance_groups_stub.aggregated_list request, options do |result, response|
|
290
|
+
result = ::Gapic::Rest::PagedEnumerable.new @instance_groups_stub, :aggregated_list, "items", request, result, options
|
291
|
+
yield result, response if block_given?
|
292
|
+
return result
|
293
|
+
end
|
293
294
|
rescue ::Faraday::Error => e
|
294
295
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
295
296
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
296
297
|
end
|
297
298
|
|
298
299
|
##
|
299
|
-
# Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read
|
300
|
+
# Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.
|
300
301
|
#
|
301
302
|
# @overload delete(request, options = nil)
|
302
303
|
# Pass arguments to `delete` via a request object, either of type
|
@@ -320,18 +321,14 @@ module Google
|
|
320
321
|
# @param project [::String]
|
321
322
|
# Project ID for this request.
|
322
323
|
# @param request_id [::String]
|
323
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
324
|
-
#
|
325
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
326
|
-
#
|
327
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
324
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
328
325
|
# @param zone [::String]
|
329
326
|
# The name of the zone where the instance group is located.
|
330
|
-
# @yield [result,
|
331
|
-
# @yieldparam result [::
|
327
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
328
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
332
329
|
# @yieldparam response [::Faraday::Response]
|
333
330
|
#
|
334
|
-
# @return [::
|
331
|
+
# @return [::Gapic::Rest::BaseOperation]
|
335
332
|
#
|
336
333
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
337
334
|
def delete request, options = nil
|
@@ -343,35 +340,32 @@ module Google
|
|
343
340
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
344
341
|
|
345
342
|
# Customize the options with defaults
|
346
|
-
call_metadata =
|
343
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
347
344
|
|
348
345
|
# Set x-goog-api-client header
|
349
346
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
350
347
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
351
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
348
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
349
|
+
transports_version_send: [:rest]
|
352
350
|
|
353
|
-
options.apply_defaults timeout: @config.timeout,
|
351
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
354
352
|
metadata: call_metadata
|
355
353
|
|
356
|
-
|
357
|
-
|
358
|
-
uri: uri,
|
359
|
-
params: query_string_params,
|
360
|
-
options: options
|
361
|
-
)
|
362
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
354
|
+
options.apply_defaults timeout: @config.timeout,
|
355
|
+
metadata: @config.metadata
|
363
356
|
|
364
|
-
|
365
|
-
|
357
|
+
@instance_groups_stub.delete request, options do |result, response|
|
358
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
359
|
+
yield result, response if block_given?
|
360
|
+
return result
|
361
|
+
end
|
366
362
|
rescue ::Faraday::Error => e
|
367
363
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
368
364
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
369
365
|
end
|
370
366
|
|
371
367
|
##
|
372
|
-
# Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request.
|
373
|
-
#
|
374
|
-
# For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
|
368
|
+
# Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
|
375
369
|
#
|
376
370
|
# @overload get(request, options = nil)
|
377
371
|
# Pass arguments to `get` via a request object, either of type
|
@@ -396,7 +390,7 @@ module Google
|
|
396
390
|
# Project ID for this request.
|
397
391
|
# @param zone [::String]
|
398
392
|
# The name of the zone where the instance group is located.
|
399
|
-
# @yield [result,
|
393
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
400
394
|
# @yieldparam result [::Google::Cloud::Compute::V1::InstanceGroup]
|
401
395
|
# @yieldparam response [::Faraday::Response]
|
402
396
|
#
|
@@ -412,25 +406,24 @@ module Google
|
|
412
406
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
413
407
|
|
414
408
|
# Customize the options with defaults
|
415
|
-
call_metadata =
|
409
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
416
410
|
|
417
411
|
# Set x-goog-api-client header
|
418
412
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
419
413
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
420
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
414
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
415
|
+
transports_version_send: [:rest]
|
421
416
|
|
422
|
-
options.apply_defaults timeout: @config.timeout,
|
417
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
423
418
|
metadata: call_metadata
|
424
419
|
|
425
|
-
|
426
|
-
|
427
|
-
uri: uri,
|
428
|
-
options: options
|
429
|
-
)
|
430
|
-
result = ::Google::Cloud::Compute::V1::InstanceGroup.decode_json response.body, ignore_unknown_fields: true
|
420
|
+
options.apply_defaults timeout: @config.timeout,
|
421
|
+
metadata: @config.metadata
|
431
422
|
|
432
|
-
|
433
|
-
|
423
|
+
@instance_groups_stub.get request, options do |result, response|
|
424
|
+
yield result, response if block_given?
|
425
|
+
return result
|
426
|
+
end
|
434
427
|
rescue ::Faraday::Error => e
|
435
428
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
436
429
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -461,18 +454,14 @@ module Google
|
|
461
454
|
# @param project [::String]
|
462
455
|
# Project ID for this request.
|
463
456
|
# @param request_id [::String]
|
464
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
465
|
-
#
|
466
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
467
|
-
#
|
468
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
457
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
469
458
|
# @param zone [::String]
|
470
459
|
# The name of the zone where you want to create the instance group.
|
471
|
-
# @yield [result,
|
472
|
-
# @yieldparam result [::
|
460
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
461
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
473
462
|
# @yieldparam response [::Faraday::Response]
|
474
463
|
#
|
475
|
-
# @return [::
|
464
|
+
# @return [::Gapic::Rest::BaseOperation]
|
476
465
|
#
|
477
466
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
478
467
|
def insert request, options = nil
|
@@ -484,35 +473,32 @@ module Google
|
|
484
473
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
485
474
|
|
486
475
|
# Customize the options with defaults
|
487
|
-
call_metadata =
|
476
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
488
477
|
|
489
478
|
# Set x-goog-api-client header
|
490
479
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
491
480
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
492
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
481
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
482
|
+
transports_version_send: [:rest]
|
493
483
|
|
494
|
-
options.apply_defaults timeout: @config.timeout,
|
484
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
495
485
|
metadata: call_metadata
|
496
486
|
|
497
|
-
|
498
|
-
|
499
|
-
uri: uri,
|
500
|
-
body: body,
|
501
|
-
options: options
|
502
|
-
)
|
503
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
487
|
+
options.apply_defaults timeout: @config.timeout,
|
488
|
+
metadata: @config.metadata
|
504
489
|
|
505
|
-
|
506
|
-
|
490
|
+
@instance_groups_stub.insert request, options do |result, response|
|
491
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
492
|
+
yield result, response if block_given?
|
493
|
+
return result
|
494
|
+
end
|
507
495
|
rescue ::Faraday::Error => e
|
508
496
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
509
497
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
510
498
|
end
|
511
499
|
|
512
500
|
##
|
513
|
-
# Retrieves the list of zonal instance group resources contained within the specified zone.
|
514
|
-
#
|
515
|
-
# For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
|
501
|
+
# Retrieves the list of zonal instance group resources contained within the specified zone. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
|
516
502
|
#
|
517
503
|
# @overload list(request, options = nil)
|
518
504
|
# Pass arguments to `list` via a request object, either of type
|
@@ -532,34 +518,24 @@ module Google
|
|
532
518
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
533
519
|
#
|
534
520
|
# @param filter [::String]
|
535
|
-
# 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 `<`.
|
536
|
-
#
|
537
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
538
|
-
#
|
539
|
-
# 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.
|
540
|
-
#
|
541
|
-
# 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) ```
|
521
|
+
# 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) ```
|
542
522
|
# @param max_results [::Integer]
|
543
523
|
# 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`)
|
544
524
|
# @param order_by [::String]
|
545
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
546
|
-
#
|
547
|
-
# 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.
|
548
|
-
#
|
549
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
525
|
+
# 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.
|
550
526
|
# @param page_token [::String]
|
551
527
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
552
528
|
# @param project [::String]
|
553
529
|
# Project ID for this request.
|
554
530
|
# @param return_partial_success [::Boolean]
|
555
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
531
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
556
532
|
# @param zone [::String]
|
557
533
|
# The name of the zone where the instance group is located.
|
558
|
-
# @yield [result,
|
559
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
534
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
535
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceGroup>]
|
560
536
|
# @yieldparam response [::Faraday::Response]
|
561
537
|
#
|
562
|
-
# @return [::Google::Cloud::Compute::V1::
|
538
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceGroup>]
|
563
539
|
#
|
564
540
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
565
541
|
def list request, options = nil
|
@@ -571,26 +547,25 @@ module Google
|
|
571
547
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
572
548
|
|
573
549
|
# Customize the options with defaults
|
574
|
-
call_metadata =
|
550
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
575
551
|
|
576
552
|
# Set x-goog-api-client header
|
577
553
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
578
554
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
579
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
555
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
556
|
+
transports_version_send: [:rest]
|
580
557
|
|
581
|
-
options.apply_defaults timeout: @config.timeout,
|
558
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
582
559
|
metadata: call_metadata
|
583
560
|
|
584
|
-
|
585
|
-
|
586
|
-
uri: uri,
|
587
|
-
params: query_string_params,
|
588
|
-
options: options
|
589
|
-
)
|
590
|
-
result = ::Google::Cloud::Compute::V1::InstanceGroupList.decode_json response.body, ignore_unknown_fields: true
|
561
|
+
options.apply_defaults timeout: @config.timeout,
|
562
|
+
metadata: @config.metadata
|
591
563
|
|
592
|
-
|
593
|
-
|
564
|
+
@instance_groups_stub.list request, options do |result, response|
|
565
|
+
result = ::Gapic::Rest::PagedEnumerable.new @instance_groups_stub, :list, "items", request, result, options
|
566
|
+
yield result, response if block_given?
|
567
|
+
return result
|
568
|
+
end
|
594
569
|
rescue ::Faraday::Error => e
|
595
570
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
596
571
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -617,13 +592,7 @@ module Google
|
|
617
592
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
618
593
|
#
|
619
594
|
# @param filter [::String]
|
620
|
-
# 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 `<`.
|
621
|
-
#
|
622
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
623
|
-
#
|
624
|
-
# 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.
|
625
|
-
#
|
626
|
-
# 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) ```
|
595
|
+
# 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) ```
|
627
596
|
# @param instance_group [::String]
|
628
597
|
# The name of the instance group from which you want to generate a list of included instances.
|
629
598
|
# @param instance_groups_list_instances_request_resource [::Google::Cloud::Compute::V1::InstanceGroupsListInstancesRequest, ::Hash]
|
@@ -631,24 +600,20 @@ module Google
|
|
631
600
|
# @param max_results [::Integer]
|
632
601
|
# 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`)
|
633
602
|
# @param order_by [::String]
|
634
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
635
|
-
#
|
636
|
-
# 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.
|
637
|
-
#
|
638
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
603
|
+
# 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.
|
639
604
|
# @param page_token [::String]
|
640
605
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
641
606
|
# @param project [::String]
|
642
607
|
# Project ID for this request.
|
643
608
|
# @param return_partial_success [::Boolean]
|
644
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
609
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
645
610
|
# @param zone [::String]
|
646
611
|
# The name of the zone where the instance group is located.
|
647
|
-
# @yield [result,
|
648
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
612
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
613
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceWithNamedPorts>]
|
649
614
|
# @yieldparam response [::Faraday::Response]
|
650
615
|
#
|
651
|
-
# @return [::Google::Cloud::Compute::V1::
|
616
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceWithNamedPorts>]
|
652
617
|
#
|
653
618
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
654
619
|
def list_instances request, options = nil
|
@@ -660,35 +625,32 @@ module Google
|
|
660
625
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
661
626
|
|
662
627
|
# Customize the options with defaults
|
663
|
-
call_metadata =
|
628
|
+
call_metadata = @config.rpcs.list_instances.metadata.to_h
|
664
629
|
|
665
630
|
# Set x-goog-api-client header
|
666
631
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
667
632
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
668
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
633
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
634
|
+
transports_version_send: [:rest]
|
669
635
|
|
670
|
-
options.apply_defaults timeout: @config.timeout,
|
636
|
+
options.apply_defaults timeout: @config.rpcs.list_instances.timeout,
|
671
637
|
metadata: call_metadata
|
672
638
|
|
673
|
-
|
674
|
-
|
675
|
-
uri: uri,
|
676
|
-
body: body,
|
677
|
-
options: options
|
678
|
-
)
|
679
|
-
result = ::Google::Cloud::Compute::V1::InstanceGroupsListInstances.decode_json response.body, ignore_unknown_fields: true
|
639
|
+
options.apply_defaults timeout: @config.timeout,
|
640
|
+
metadata: @config.metadata
|
680
641
|
|
681
|
-
|
682
|
-
|
642
|
+
@instance_groups_stub.list_instances request, options do |result, response|
|
643
|
+
result = ::Gapic::Rest::PagedEnumerable.new @instance_groups_stub, :list_instances, "items", request, result, options
|
644
|
+
yield result, response if block_given?
|
645
|
+
return result
|
646
|
+
end
|
683
647
|
rescue ::Faraday::Error => e
|
684
648
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
685
649
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
686
650
|
end
|
687
651
|
|
688
652
|
##
|
689
|
-
# Removes one or more instances from the specified instance group, but does not delete those instances.
|
690
|
-
#
|
691
|
-
# If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.
|
653
|
+
# Removes one or more instances from the specified instance group, but does not delete those instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.
|
692
654
|
#
|
693
655
|
# @overload remove_instances(request, options = nil)
|
694
656
|
# Pass arguments to `remove_instances` via a request object, either of type
|
@@ -714,18 +676,14 @@ module Google
|
|
714
676
|
# @param project [::String]
|
715
677
|
# Project ID for this request.
|
716
678
|
# @param request_id [::String]
|
717
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
718
|
-
#
|
719
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
720
|
-
#
|
721
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
679
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
722
680
|
# @param zone [::String]
|
723
681
|
# The name of the zone where the instance group is located.
|
724
|
-
# @yield [result,
|
725
|
-
# @yieldparam result [::
|
682
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
683
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
726
684
|
# @yieldparam response [::Faraday::Response]
|
727
685
|
#
|
728
|
-
# @return [::
|
686
|
+
# @return [::Gapic::Rest::BaseOperation]
|
729
687
|
#
|
730
688
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
731
689
|
def remove_instances request, options = nil
|
@@ -737,26 +695,25 @@ module Google
|
|
737
695
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
738
696
|
|
739
697
|
# Customize the options with defaults
|
740
|
-
call_metadata =
|
698
|
+
call_metadata = @config.rpcs.remove_instances.metadata.to_h
|
741
699
|
|
742
700
|
# Set x-goog-api-client header
|
743
701
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
744
702
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
745
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
703
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
704
|
+
transports_version_send: [:rest]
|
746
705
|
|
747
|
-
options.apply_defaults timeout: @config.timeout,
|
706
|
+
options.apply_defaults timeout: @config.rpcs.remove_instances.timeout,
|
748
707
|
metadata: call_metadata
|
749
708
|
|
750
|
-
|
751
|
-
|
752
|
-
uri: uri,
|
753
|
-
body: body,
|
754
|
-
options: options
|
755
|
-
)
|
756
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
709
|
+
options.apply_defaults timeout: @config.timeout,
|
710
|
+
metadata: @config.metadata
|
757
711
|
|
758
|
-
|
759
|
-
|
712
|
+
@instance_groups_stub.remove_instances request, options do |result, response|
|
713
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
714
|
+
yield result, response if block_given?
|
715
|
+
return result
|
716
|
+
end
|
760
717
|
rescue ::Faraday::Error => e
|
761
718
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
762
719
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -789,18 +746,14 @@ module Google
|
|
789
746
|
# @param project [::String]
|
790
747
|
# Project ID for this request.
|
791
748
|
# @param request_id [::String]
|
792
|
-
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
793
|
-
#
|
794
|
-
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
795
|
-
#
|
796
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
749
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
797
750
|
# @param zone [::String]
|
798
751
|
# The name of the zone where the instance group is located.
|
799
|
-
# @yield [result,
|
800
|
-
# @yieldparam result [::
|
752
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
753
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
801
754
|
# @yieldparam response [::Faraday::Response]
|
802
755
|
#
|
803
|
-
# @return [::
|
756
|
+
# @return [::Gapic::Rest::BaseOperation]
|
804
757
|
#
|
805
758
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
806
759
|
def set_named_ports request, options = nil
|
@@ -812,26 +765,25 @@ module Google
|
|
812
765
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
813
766
|
|
814
767
|
# Customize the options with defaults
|
815
|
-
call_metadata =
|
768
|
+
call_metadata = @config.rpcs.set_named_ports.metadata.to_h
|
816
769
|
|
817
770
|
# Set x-goog-api-client header
|
818
771
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
819
772
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
820
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
773
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
774
|
+
transports_version_send: [:rest]
|
821
775
|
|
822
|
-
options.apply_defaults timeout: @config.timeout,
|
776
|
+
options.apply_defaults timeout: @config.rpcs.set_named_ports.timeout,
|
823
777
|
metadata: call_metadata
|
824
778
|
|
825
|
-
|
826
|
-
|
827
|
-
uri: uri,
|
828
|
-
body: body,
|
829
|
-
options: options
|
830
|
-
)
|
831
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
779
|
+
options.apply_defaults timeout: @config.timeout,
|
780
|
+
metadata: @config.metadata
|
832
781
|
|
833
|
-
|
834
|
-
|
782
|
+
@instance_groups_stub.set_named_ports request, options do |result, response|
|
783
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
784
|
+
yield result, response if block_given?
|
785
|
+
return result
|
786
|
+
end
|
835
787
|
rescue ::Faraday::Error => e
|
836
788
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
837
789
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -886,6 +838,9 @@ module Google
|
|
886
838
|
# @!attribute [rw] timeout
|
887
839
|
# The call timeout in seconds.
|
888
840
|
# @return [::Numeric]
|
841
|
+
# @!attribute [rw] metadata
|
842
|
+
# Additional REST headers to be sent with the call.
|
843
|
+
# @return [::Hash{::Symbol=>::String}]
|
889
844
|
#
|
890
845
|
class Configuration
|
891
846
|
extend ::Gapic::Config
|
@@ -899,6 +854,7 @@ module Google
|
|
899
854
|
config_attr :lib_name, nil, ::String, nil
|
900
855
|
config_attr :lib_version, nil, ::String, nil
|
901
856
|
config_attr :timeout, nil, ::Numeric, nil
|
857
|
+
config_attr :metadata, nil, ::Hash, nil
|
902
858
|
|
903
859
|
# @private
|
904
860
|
def initialize parent_config = nil
|
@@ -906,6 +862,102 @@ module Google
|
|
906
862
|
|
907
863
|
yield self if block_given?
|
908
864
|
end
|
865
|
+
|
866
|
+
##
|
867
|
+
# Configurations for individual RPCs
|
868
|
+
# @return [Rpcs]
|
869
|
+
#
|
870
|
+
def rpcs
|
871
|
+
@rpcs ||= begin
|
872
|
+
parent_rpcs = nil
|
873
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
874
|
+
Rpcs.new parent_rpcs
|
875
|
+
end
|
876
|
+
end
|
877
|
+
|
878
|
+
##
|
879
|
+
# Configuration RPC class for the InstanceGroups API.
|
880
|
+
#
|
881
|
+
# Includes fields providing the configuration for each RPC in this service.
|
882
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
883
|
+
# the following configuration fields:
|
884
|
+
#
|
885
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
886
|
+
#
|
887
|
+
# there is one other field (`retry_policy`) that can be set
|
888
|
+
# but is currently not supported for REST Gapic libraries.
|
889
|
+
#
|
890
|
+
class Rpcs
|
891
|
+
##
|
892
|
+
# RPC-specific configuration for `add_instances`
|
893
|
+
# @return [::Gapic::Config::Method]
|
894
|
+
#
|
895
|
+
attr_reader :add_instances
|
896
|
+
##
|
897
|
+
# RPC-specific configuration for `aggregated_list`
|
898
|
+
# @return [::Gapic::Config::Method]
|
899
|
+
#
|
900
|
+
attr_reader :aggregated_list
|
901
|
+
##
|
902
|
+
# RPC-specific configuration for `delete`
|
903
|
+
# @return [::Gapic::Config::Method]
|
904
|
+
#
|
905
|
+
attr_reader :delete
|
906
|
+
##
|
907
|
+
# RPC-specific configuration for `get`
|
908
|
+
# @return [::Gapic::Config::Method]
|
909
|
+
#
|
910
|
+
attr_reader :get
|
911
|
+
##
|
912
|
+
# RPC-specific configuration for `insert`
|
913
|
+
# @return [::Gapic::Config::Method]
|
914
|
+
#
|
915
|
+
attr_reader :insert
|
916
|
+
##
|
917
|
+
# RPC-specific configuration for `list`
|
918
|
+
# @return [::Gapic::Config::Method]
|
919
|
+
#
|
920
|
+
attr_reader :list
|
921
|
+
##
|
922
|
+
# RPC-specific configuration for `list_instances`
|
923
|
+
# @return [::Gapic::Config::Method]
|
924
|
+
#
|
925
|
+
attr_reader :list_instances
|
926
|
+
##
|
927
|
+
# RPC-specific configuration for `remove_instances`
|
928
|
+
# @return [::Gapic::Config::Method]
|
929
|
+
#
|
930
|
+
attr_reader :remove_instances
|
931
|
+
##
|
932
|
+
# RPC-specific configuration for `set_named_ports`
|
933
|
+
# @return [::Gapic::Config::Method]
|
934
|
+
#
|
935
|
+
attr_reader :set_named_ports
|
936
|
+
|
937
|
+
# @private
|
938
|
+
def initialize parent_rpcs = nil
|
939
|
+
add_instances_config = parent_rpcs.add_instances if parent_rpcs.respond_to? :add_instances
|
940
|
+
@add_instances = ::Gapic::Config::Method.new add_instances_config
|
941
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
942
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
943
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
944
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
945
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
946
|
+
@get = ::Gapic::Config::Method.new get_config
|
947
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
948
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
949
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
950
|
+
@list = ::Gapic::Config::Method.new list_config
|
951
|
+
list_instances_config = parent_rpcs.list_instances if parent_rpcs.respond_to? :list_instances
|
952
|
+
@list_instances = ::Gapic::Config::Method.new list_instances_config
|
953
|
+
remove_instances_config = parent_rpcs.remove_instances if parent_rpcs.respond_to? :remove_instances
|
954
|
+
@remove_instances = ::Gapic::Config::Method.new remove_instances_config
|
955
|
+
set_named_ports_config = parent_rpcs.set_named_ports if parent_rpcs.respond_to? :set_named_ports
|
956
|
+
@set_named_ports = ::Gapic::Config::Method.new set_named_ports_config
|
957
|
+
|
958
|
+
yield self if block_given?
|
959
|
+
end
|
960
|
+
end
|
909
961
|
end
|
910
962
|
end
|
911
963
|
end
|