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
@@ -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/subnetworks/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The Subnetworks API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :subnetworks_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::Subnetworks::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all Subnetworks clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all Subnetworks clients
|
47
|
+
# ::Google::Cloud::Compute::V1::Subnetworks::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,45 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.aggregated_list.timeout = 600.0
|
68
|
+
default_config.rpcs.aggregated_list.retry_policy = {
|
69
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
70
|
+
}
|
71
|
+
|
72
|
+
default_config.rpcs.delete.timeout = 600.0
|
73
|
+
|
74
|
+
default_config.rpcs.expand_ip_cidr_range.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.get_iam_policy.timeout = 600.0
|
82
|
+
default_config.rpcs.get_iam_policy.retry_policy = {
|
83
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
84
|
+
}
|
85
|
+
|
86
|
+
default_config.rpcs.insert.timeout = 600.0
|
87
|
+
|
88
|
+
default_config.rpcs.list.timeout = 600.0
|
89
|
+
default_config.rpcs.list.retry_policy = {
|
90
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
91
|
+
}
|
92
|
+
|
93
|
+
default_config.rpcs.list_usable.timeout = 600.0
|
94
|
+
default_config.rpcs.list_usable.retry_policy = {
|
95
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
96
|
+
}
|
97
|
+
|
98
|
+
default_config.rpcs.patch.timeout = 600.0
|
99
|
+
|
100
|
+
default_config.rpcs.set_iam_policy.timeout = 600.0
|
101
|
+
|
102
|
+
default_config.rpcs.set_private_ip_google_access.timeout = 600.0
|
103
|
+
|
104
|
+
default_config.rpcs.test_iam_permissions.timeout = 600.0
|
105
|
+
|
69
106
|
default_config
|
70
107
|
end
|
71
108
|
yield @configure if block_given?
|
@@ -95,28 +132,20 @@ module Google
|
|
95
132
|
##
|
96
133
|
# Create a new Subnetworks REST client object.
|
97
134
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# To create a new Subnetworks REST client with the default
|
101
|
-
# configuration:
|
135
|
+
# @example
|
102
136
|
#
|
103
|
-
#
|
137
|
+
# # Create a client using the default configuration
|
138
|
+
# client = ::Google::Cloud::Compute::V1::Subnetworks::Rest::Client.new
|
104
139
|
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
140
|
+
# # Create a client using a custom configuration
|
141
|
+
# client = ::Google::Cloud::Compute::V1::Subnetworks::Rest::Client.new do |config|
|
142
|
+
# config.timeout = 10.0
|
143
|
+
# end
|
111
144
|
#
|
112
145
|
# @yield [config] Configure the Subnetworks client.
|
113
146
|
# @yieldparam config [Client::Configuration]
|
114
147
|
#
|
115
148
|
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
149
|
# Create the configuration object
|
121
150
|
@config = Configuration.new Client.configure
|
122
151
|
|
@@ -126,11 +155,11 @@ module Google
|
|
126
155
|
# Create credentials
|
127
156
|
credentials = @config.credentials
|
128
157
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
158
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
159
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
160
|
end
|
132
161
|
|
133
|
-
@
|
162
|
+
@subnetworks_stub = ::Google::Cloud::Compute::V1::Subnetworks::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
163
|
end
|
135
164
|
|
136
165
|
# Service calls
|
@@ -156,34 +185,24 @@ module Google
|
|
156
185
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
157
186
|
#
|
158
187
|
# @param filter [::String]
|
159
|
-
# 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 `<`.
|
160
|
-
#
|
161
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
162
|
-
#
|
163
|
-
# 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.
|
164
|
-
#
|
165
|
-
# 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) ```
|
188
|
+
# 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) ```
|
166
189
|
# @param include_all_scopes [::Boolean]
|
167
190
|
# 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.
|
168
191
|
# @param max_results [::Integer]
|
169
192
|
# 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`)
|
170
193
|
# @param order_by [::String]
|
171
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
172
|
-
#
|
173
|
-
# 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.
|
174
|
-
#
|
175
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
194
|
+
# 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.
|
176
195
|
# @param page_token [::String]
|
177
196
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
178
197
|
# @param project [::String]
|
179
198
|
# Project ID for this request.
|
180
199
|
# @param return_partial_success [::Boolean]
|
181
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
182
|
-
# @yield [result,
|
183
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
200
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
201
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
202
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::SubnetworksScopedList>]
|
184
203
|
# @yieldparam response [::Faraday::Response]
|
185
204
|
#
|
186
|
-
# @return [::Google::Cloud::Compute::V1::
|
205
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::SubnetworksScopedList>]
|
187
206
|
#
|
188
207
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
189
208
|
def aggregated_list request, options = nil
|
@@ -195,26 +214,25 @@ module Google
|
|
195
214
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
196
215
|
|
197
216
|
# Customize the options with defaults
|
198
|
-
call_metadata =
|
217
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
199
218
|
|
200
219
|
# Set x-goog-api-client header
|
201
220
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
202
221
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
203
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
222
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
223
|
+
transports_version_send: [:rest]
|
204
224
|
|
205
|
-
options.apply_defaults timeout: @config.timeout,
|
225
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
206
226
|
metadata: call_metadata
|
207
227
|
|
208
|
-
|
209
|
-
|
210
|
-
uri: uri,
|
211
|
-
params: query_string_params,
|
212
|
-
options: options
|
213
|
-
)
|
214
|
-
result = ::Google::Cloud::Compute::V1::SubnetworkAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
228
|
+
options.apply_defaults timeout: @config.timeout,
|
229
|
+
metadata: @config.metadata
|
215
230
|
|
216
|
-
|
217
|
-
|
231
|
+
@subnetworks_stub.aggregated_list request, options do |result, response|
|
232
|
+
result = ::Gapic::Rest::PagedEnumerable.new @subnetworks_stub, :aggregated_list, "items", request, result, options
|
233
|
+
yield result, response if block_given?
|
234
|
+
return result
|
235
|
+
end
|
218
236
|
rescue ::Faraday::Error => e
|
219
237
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
220
238
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -245,18 +263,14 @@ module Google
|
|
245
263
|
# @param region [::String]
|
246
264
|
# Name of the region scoping this request.
|
247
265
|
# @param request_id [::String]
|
248
|
-
# 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.
|
249
|
-
#
|
250
|
-
# 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.
|
251
|
-
#
|
252
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
266
|
+
# 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).
|
253
267
|
# @param subnetwork [::String]
|
254
268
|
# Name of the Subnetwork resource to delete.
|
255
|
-
# @yield [result,
|
256
|
-
# @yieldparam result [::
|
269
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
270
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
257
271
|
# @yieldparam response [::Faraday::Response]
|
258
272
|
#
|
259
|
-
# @return [::
|
273
|
+
# @return [::Gapic::Rest::BaseOperation]
|
260
274
|
#
|
261
275
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
262
276
|
def delete request, options = nil
|
@@ -268,26 +282,25 @@ module Google
|
|
268
282
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
269
283
|
|
270
284
|
# Customize the options with defaults
|
271
|
-
call_metadata =
|
285
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
272
286
|
|
273
287
|
# Set x-goog-api-client header
|
274
288
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
275
289
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
276
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
290
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
291
|
+
transports_version_send: [:rest]
|
277
292
|
|
278
|
-
options.apply_defaults timeout: @config.timeout,
|
293
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
279
294
|
metadata: call_metadata
|
280
295
|
|
281
|
-
|
282
|
-
|
283
|
-
uri: uri,
|
284
|
-
params: query_string_params,
|
285
|
-
options: options
|
286
|
-
)
|
287
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
296
|
+
options.apply_defaults timeout: @config.timeout,
|
297
|
+
metadata: @config.metadata
|
288
298
|
|
289
|
-
|
290
|
-
|
299
|
+
@subnetworks_stub.delete request, options do |result, response|
|
300
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
301
|
+
yield result, response if block_given?
|
302
|
+
return result
|
303
|
+
end
|
291
304
|
rescue ::Faraday::Error => e
|
292
305
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
293
306
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -318,20 +331,16 @@ module Google
|
|
318
331
|
# @param region [::String]
|
319
332
|
# Name of the region scoping this request.
|
320
333
|
# @param request_id [::String]
|
321
|
-
# 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.
|
322
|
-
#
|
323
|
-
# 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.
|
324
|
-
#
|
325
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
334
|
+
# 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).
|
326
335
|
# @param subnetwork [::String]
|
327
336
|
# Name of the Subnetwork resource to update.
|
328
337
|
# @param subnetworks_expand_ip_cidr_range_request_resource [::Google::Cloud::Compute::V1::SubnetworksExpandIpCidrRangeRequest, ::Hash]
|
329
338
|
# The body resource for this request
|
330
|
-
# @yield [result,
|
331
|
-
# @yieldparam result [::
|
339
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
340
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
332
341
|
# @yieldparam response [::Faraday::Response]
|
333
342
|
#
|
334
|
-
# @return [::
|
343
|
+
# @return [::Gapic::Rest::BaseOperation]
|
335
344
|
#
|
336
345
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
337
346
|
def expand_ip_cidr_range request, options = nil
|
@@ -343,26 +352,25 @@ module Google
|
|
343
352
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
344
353
|
|
345
354
|
# Customize the options with defaults
|
346
|
-
call_metadata =
|
355
|
+
call_metadata = @config.rpcs.expand_ip_cidr_range.metadata.to_h
|
347
356
|
|
348
357
|
# Set x-goog-api-client header
|
349
358
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
350
359
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
351
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
360
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
361
|
+
transports_version_send: [:rest]
|
352
362
|
|
353
|
-
options.apply_defaults timeout: @config.timeout,
|
363
|
+
options.apply_defaults timeout: @config.rpcs.expand_ip_cidr_range.timeout,
|
354
364
|
metadata: call_metadata
|
355
365
|
|
356
|
-
|
357
|
-
|
358
|
-
uri: uri,
|
359
|
-
body: body,
|
360
|
-
options: options
|
361
|
-
)
|
362
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
366
|
+
options.apply_defaults timeout: @config.timeout,
|
367
|
+
metadata: @config.metadata
|
363
368
|
|
364
|
-
|
365
|
-
|
369
|
+
@subnetworks_stub.expand_ip_cidr_range request, options do |result, response|
|
370
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
371
|
+
yield result, response if block_given?
|
372
|
+
return result
|
373
|
+
end
|
366
374
|
rescue ::Faraday::Error => e
|
367
375
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
368
376
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -394,7 +402,7 @@ module Google
|
|
394
402
|
# Name of the region scoping this request.
|
395
403
|
# @param subnetwork [::String]
|
396
404
|
# Name of the Subnetwork resource to return.
|
397
|
-
# @yield [result,
|
405
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
398
406
|
# @yieldparam result [::Google::Cloud::Compute::V1::Subnetwork]
|
399
407
|
# @yieldparam response [::Faraday::Response]
|
400
408
|
#
|
@@ -410,25 +418,24 @@ module Google
|
|
410
418
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
411
419
|
|
412
420
|
# Customize the options with defaults
|
413
|
-
call_metadata =
|
421
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
414
422
|
|
415
423
|
# Set x-goog-api-client header
|
416
424
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
417
425
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
418
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
426
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
427
|
+
transports_version_send: [:rest]
|
419
428
|
|
420
|
-
options.apply_defaults timeout: @config.timeout,
|
429
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
421
430
|
metadata: call_metadata
|
422
431
|
|
423
|
-
|
424
|
-
|
425
|
-
uri: uri,
|
426
|
-
options: options
|
427
|
-
)
|
428
|
-
result = ::Google::Cloud::Compute::V1::Subnetwork.decode_json response.body, ignore_unknown_fields: true
|
432
|
+
options.apply_defaults timeout: @config.timeout,
|
433
|
+
metadata: @config.metadata
|
429
434
|
|
430
|
-
|
431
|
-
|
435
|
+
@subnetworks_stub.get request, options do |result, response|
|
436
|
+
yield result, response if block_given?
|
437
|
+
return result
|
438
|
+
end
|
432
439
|
rescue ::Faraday::Error => e
|
433
440
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
434
441
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -462,7 +469,7 @@ module Google
|
|
462
469
|
# The name of the region for this request.
|
463
470
|
# @param resource [::String]
|
464
471
|
# Name or id of the resource for this request.
|
465
|
-
# @yield [result,
|
472
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
466
473
|
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
467
474
|
# @yieldparam response [::Faraday::Response]
|
468
475
|
#
|
@@ -478,26 +485,24 @@ module Google
|
|
478
485
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
479
486
|
|
480
487
|
# Customize the options with defaults
|
481
|
-
call_metadata =
|
488
|
+
call_metadata = @config.rpcs.get_iam_policy.metadata.to_h
|
482
489
|
|
483
490
|
# Set x-goog-api-client header
|
484
491
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
485
492
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
486
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
493
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
494
|
+
transports_version_send: [:rest]
|
487
495
|
|
488
|
-
options.apply_defaults timeout: @config.timeout,
|
496
|
+
options.apply_defaults timeout: @config.rpcs.get_iam_policy.timeout,
|
489
497
|
metadata: call_metadata
|
490
498
|
|
491
|
-
|
492
|
-
|
493
|
-
uri: uri,
|
494
|
-
params: query_string_params,
|
495
|
-
options: options
|
496
|
-
)
|
497
|
-
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
499
|
+
options.apply_defaults timeout: @config.timeout,
|
500
|
+
metadata: @config.metadata
|
498
501
|
|
499
|
-
|
500
|
-
|
502
|
+
@subnetworks_stub.get_iam_policy request, options do |result, response|
|
503
|
+
yield result, response if block_given?
|
504
|
+
return result
|
505
|
+
end
|
501
506
|
rescue ::Faraday::Error => e
|
502
507
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
503
508
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -528,18 +533,14 @@ module Google
|
|
528
533
|
# @param region [::String]
|
529
534
|
# Name of the region scoping this request.
|
530
535
|
# @param request_id [::String]
|
531
|
-
# 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.
|
532
|
-
#
|
533
|
-
# 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.
|
534
|
-
#
|
535
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
536
|
+
# 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).
|
536
537
|
# @param subnetwork_resource [::Google::Cloud::Compute::V1::Subnetwork, ::Hash]
|
537
538
|
# The body resource for this request
|
538
|
-
# @yield [result,
|
539
|
-
# @yieldparam result [::
|
539
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
540
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
540
541
|
# @yieldparam response [::Faraday::Response]
|
541
542
|
#
|
542
|
-
# @return [::
|
543
|
+
# @return [::Gapic::Rest::BaseOperation]
|
543
544
|
#
|
544
545
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
545
546
|
def insert request, options = nil
|
@@ -551,26 +552,25 @@ module Google
|
|
551
552
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
552
553
|
|
553
554
|
# Customize the options with defaults
|
554
|
-
call_metadata =
|
555
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
555
556
|
|
556
557
|
# Set x-goog-api-client header
|
557
558
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
558
559
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
559
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
560
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
561
|
+
transports_version_send: [:rest]
|
560
562
|
|
561
|
-
options.apply_defaults timeout: @config.timeout,
|
563
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
562
564
|
metadata: call_metadata
|
563
565
|
|
564
|
-
|
565
|
-
|
566
|
-
uri: uri,
|
567
|
-
body: body,
|
568
|
-
options: options
|
569
|
-
)
|
570
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
566
|
+
options.apply_defaults timeout: @config.timeout,
|
567
|
+
metadata: @config.metadata
|
571
568
|
|
572
|
-
|
573
|
-
|
569
|
+
@subnetworks_stub.insert request, options do |result, response|
|
570
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
571
|
+
yield result, response if block_given?
|
572
|
+
return result
|
573
|
+
end
|
574
574
|
rescue ::Faraday::Error => e
|
575
575
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
576
576
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -597,21 +597,11 @@ module Google
|
|
597
597
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
598
598
|
#
|
599
599
|
# @param filter [::String]
|
600
|
-
# 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 `<`.
|
601
|
-
#
|
602
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
603
|
-
#
|
604
|
-
# 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.
|
605
|
-
#
|
606
|
-
# 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) ```
|
600
|
+
# 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) ```
|
607
601
|
# @param max_results [::Integer]
|
608
602
|
# 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`)
|
609
603
|
# @param order_by [::String]
|
610
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
611
|
-
#
|
612
|
-
# 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.
|
613
|
-
#
|
614
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
604
|
+
# 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.
|
615
605
|
# @param page_token [::String]
|
616
606
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
617
607
|
# @param project [::String]
|
@@ -619,12 +609,12 @@ module Google
|
|
619
609
|
# @param region [::String]
|
620
610
|
# Name of the region scoping this request.
|
621
611
|
# @param return_partial_success [::Boolean]
|
622
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
623
|
-
# @yield [result,
|
624
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
612
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
613
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
614
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Subnetwork>]
|
625
615
|
# @yieldparam response [::Faraday::Response]
|
626
616
|
#
|
627
|
-
# @return [::Google::Cloud::Compute::V1::
|
617
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Subnetwork>]
|
628
618
|
#
|
629
619
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
630
620
|
def list request, options = nil
|
@@ -636,26 +626,25 @@ module Google
|
|
636
626
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
637
627
|
|
638
628
|
# Customize the options with defaults
|
639
|
-
call_metadata =
|
629
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
640
630
|
|
641
631
|
# Set x-goog-api-client header
|
642
632
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
643
633
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
644
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
634
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
635
|
+
transports_version_send: [:rest]
|
645
636
|
|
646
|
-
options.apply_defaults timeout: @config.timeout,
|
637
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
647
638
|
metadata: call_metadata
|
648
639
|
|
649
|
-
|
650
|
-
|
651
|
-
uri: uri,
|
652
|
-
params: query_string_params,
|
653
|
-
options: options
|
654
|
-
)
|
655
|
-
result = ::Google::Cloud::Compute::V1::SubnetworkList.decode_json response.body, ignore_unknown_fields: true
|
640
|
+
options.apply_defaults timeout: @config.timeout,
|
641
|
+
metadata: @config.metadata
|
656
642
|
|
657
|
-
|
658
|
-
|
643
|
+
@subnetworks_stub.list request, options do |result, response|
|
644
|
+
result = ::Gapic::Rest::PagedEnumerable.new @subnetworks_stub, :list, "items", request, result, options
|
645
|
+
yield result, response if block_given?
|
646
|
+
return result
|
647
|
+
end
|
659
648
|
rescue ::Faraday::Error => e
|
660
649
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
661
650
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -682,32 +671,22 @@ module Google
|
|
682
671
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
683
672
|
#
|
684
673
|
# @param filter [::String]
|
685
|
-
# 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 `<`.
|
686
|
-
#
|
687
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
688
|
-
#
|
689
|
-
# 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.
|
690
|
-
#
|
691
|
-
# 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) ```
|
674
|
+
# 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) ```
|
692
675
|
# @param max_results [::Integer]
|
693
676
|
# 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`)
|
694
677
|
# @param order_by [::String]
|
695
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
696
|
-
#
|
697
|
-
# 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.
|
698
|
-
#
|
699
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
678
|
+
# 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.
|
700
679
|
# @param page_token [::String]
|
701
680
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
702
681
|
# @param project [::String]
|
703
682
|
# Project ID for this request.
|
704
683
|
# @param return_partial_success [::Boolean]
|
705
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
706
|
-
# @yield [result,
|
707
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
684
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
685
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
686
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::UsableSubnetwork>]
|
708
687
|
# @yieldparam response [::Faraday::Response]
|
709
688
|
#
|
710
|
-
# @return [::Google::Cloud::Compute::V1::
|
689
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::UsableSubnetwork>]
|
711
690
|
#
|
712
691
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
713
692
|
def list_usable request, options = nil
|
@@ -719,26 +698,25 @@ module Google
|
|
719
698
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
720
699
|
|
721
700
|
# Customize the options with defaults
|
722
|
-
call_metadata =
|
701
|
+
call_metadata = @config.rpcs.list_usable.metadata.to_h
|
723
702
|
|
724
703
|
# Set x-goog-api-client header
|
725
704
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
726
705
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
727
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
706
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
707
|
+
transports_version_send: [:rest]
|
728
708
|
|
729
|
-
options.apply_defaults timeout: @config.timeout,
|
709
|
+
options.apply_defaults timeout: @config.rpcs.list_usable.timeout,
|
730
710
|
metadata: call_metadata
|
731
711
|
|
732
|
-
|
733
|
-
|
734
|
-
uri: uri,
|
735
|
-
params: query_string_params,
|
736
|
-
options: options
|
737
|
-
)
|
738
|
-
result = ::Google::Cloud::Compute::V1::UsableSubnetworksAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
712
|
+
options.apply_defaults timeout: @config.timeout,
|
713
|
+
metadata: @config.metadata
|
739
714
|
|
740
|
-
|
741
|
-
|
715
|
+
@subnetworks_stub.list_usable request, options do |result, response|
|
716
|
+
result = ::Gapic::Rest::PagedEnumerable.new @subnetworks_stub, :list_usable, "items", request, result, options
|
717
|
+
yield result, response if block_given?
|
718
|
+
return result
|
719
|
+
end
|
742
720
|
rescue ::Faraday::Error => e
|
743
721
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
744
722
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -771,20 +749,16 @@ module Google
|
|
771
749
|
# @param region [::String]
|
772
750
|
# Name of the region scoping this request.
|
773
751
|
# @param request_id [::String]
|
774
|
-
# 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.
|
775
|
-
#
|
776
|
-
# 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.
|
777
|
-
#
|
778
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
752
|
+
# 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).
|
779
753
|
# @param subnetwork [::String]
|
780
754
|
# Name of the Subnetwork resource to patch.
|
781
755
|
# @param subnetwork_resource [::Google::Cloud::Compute::V1::Subnetwork, ::Hash]
|
782
756
|
# The body resource for this request
|
783
|
-
# @yield [result,
|
784
|
-
# @yieldparam result [::
|
757
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
758
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
785
759
|
# @yieldparam response [::Faraday::Response]
|
786
760
|
#
|
787
|
-
# @return [::
|
761
|
+
# @return [::Gapic::Rest::BaseOperation]
|
788
762
|
#
|
789
763
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
790
764
|
def patch request, options = nil
|
@@ -796,26 +770,25 @@ module Google
|
|
796
770
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
797
771
|
|
798
772
|
# Customize the options with defaults
|
799
|
-
call_metadata =
|
773
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
800
774
|
|
801
775
|
# Set x-goog-api-client header
|
802
776
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
803
777
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
804
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
778
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
779
|
+
transports_version_send: [:rest]
|
805
780
|
|
806
|
-
options.apply_defaults timeout: @config.timeout,
|
781
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
807
782
|
metadata: call_metadata
|
808
783
|
|
809
|
-
|
810
|
-
|
811
|
-
uri: uri,
|
812
|
-
body: body,
|
813
|
-
options: options
|
814
|
-
)
|
815
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
784
|
+
options.apply_defaults timeout: @config.timeout,
|
785
|
+
metadata: @config.metadata
|
816
786
|
|
817
|
-
|
818
|
-
|
787
|
+
@subnetworks_stub.patch request, options do |result, response|
|
788
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
789
|
+
yield result, response if block_given?
|
790
|
+
return result
|
791
|
+
end
|
819
792
|
rescue ::Faraday::Error => e
|
820
793
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
821
794
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -849,7 +822,7 @@ module Google
|
|
849
822
|
# The body resource for this request
|
850
823
|
# @param resource [::String]
|
851
824
|
# Name or id of the resource for this request.
|
852
|
-
# @yield [result,
|
825
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
853
826
|
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
854
827
|
# @yieldparam response [::Faraday::Response]
|
855
828
|
#
|
@@ -865,26 +838,24 @@ module Google
|
|
865
838
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
866
839
|
|
867
840
|
# Customize the options with defaults
|
868
|
-
call_metadata =
|
841
|
+
call_metadata = @config.rpcs.set_iam_policy.metadata.to_h
|
869
842
|
|
870
843
|
# Set x-goog-api-client header
|
871
844
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
872
845
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
873
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
846
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
847
|
+
transports_version_send: [:rest]
|
874
848
|
|
875
|
-
options.apply_defaults timeout: @config.timeout,
|
849
|
+
options.apply_defaults timeout: @config.rpcs.set_iam_policy.timeout,
|
876
850
|
metadata: call_metadata
|
877
851
|
|
878
|
-
|
879
|
-
|
880
|
-
uri: uri,
|
881
|
-
body: body,
|
882
|
-
options: options
|
883
|
-
)
|
884
|
-
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
852
|
+
options.apply_defaults timeout: @config.timeout,
|
853
|
+
metadata: @config.metadata
|
885
854
|
|
886
|
-
|
887
|
-
|
855
|
+
@subnetworks_stub.set_iam_policy request, options do |result, response|
|
856
|
+
yield result, response if block_given?
|
857
|
+
return result
|
858
|
+
end
|
888
859
|
rescue ::Faraday::Error => e
|
889
860
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
890
861
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -915,20 +886,16 @@ module Google
|
|
915
886
|
# @param region [::String]
|
916
887
|
# Name of the region scoping this request.
|
917
888
|
# @param request_id [::String]
|
918
|
-
# 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.
|
919
|
-
#
|
920
|
-
# 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.
|
921
|
-
#
|
922
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
889
|
+
# 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).
|
923
890
|
# @param subnetwork [::String]
|
924
891
|
# Name of the Subnetwork resource.
|
925
892
|
# @param subnetworks_set_private_ip_google_access_request_resource [::Google::Cloud::Compute::V1::SubnetworksSetPrivateIpGoogleAccessRequest, ::Hash]
|
926
893
|
# The body resource for this request
|
927
|
-
# @yield [result,
|
928
|
-
# @yieldparam result [::
|
894
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
895
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
929
896
|
# @yieldparam response [::Faraday::Response]
|
930
897
|
#
|
931
|
-
# @return [::
|
898
|
+
# @return [::Gapic::Rest::BaseOperation]
|
932
899
|
#
|
933
900
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
934
901
|
def set_private_ip_google_access request, options = nil
|
@@ -940,26 +907,25 @@ module Google
|
|
940
907
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
941
908
|
|
942
909
|
# Customize the options with defaults
|
943
|
-
call_metadata =
|
910
|
+
call_metadata = @config.rpcs.set_private_ip_google_access.metadata.to_h
|
944
911
|
|
945
912
|
# Set x-goog-api-client header
|
946
913
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
947
914
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
948
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
915
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
916
|
+
transports_version_send: [:rest]
|
949
917
|
|
950
|
-
options.apply_defaults timeout: @config.timeout,
|
918
|
+
options.apply_defaults timeout: @config.rpcs.set_private_ip_google_access.timeout,
|
951
919
|
metadata: call_metadata
|
952
920
|
|
953
|
-
|
954
|
-
|
955
|
-
uri: uri,
|
956
|
-
body: body,
|
957
|
-
options: options
|
958
|
-
)
|
959
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
921
|
+
options.apply_defaults timeout: @config.timeout,
|
922
|
+
metadata: @config.metadata
|
960
923
|
|
961
|
-
|
962
|
-
|
924
|
+
@subnetworks_stub.set_private_ip_google_access request, options do |result, response|
|
925
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
926
|
+
yield result, response if block_given?
|
927
|
+
return result
|
928
|
+
end
|
963
929
|
rescue ::Faraday::Error => e
|
964
930
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
965
931
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -993,7 +959,7 @@ module Google
|
|
993
959
|
# Name or id of the resource for this request.
|
994
960
|
# @param test_permissions_request_resource [::Google::Cloud::Compute::V1::TestPermissionsRequest, ::Hash]
|
995
961
|
# The body resource for this request
|
996
|
-
# @yield [result,
|
962
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
997
963
|
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
998
964
|
# @yieldparam response [::Faraday::Response]
|
999
965
|
#
|
@@ -1009,26 +975,24 @@ module Google
|
|
1009
975
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
1010
976
|
|
1011
977
|
# Customize the options with defaults
|
1012
|
-
call_metadata =
|
978
|
+
call_metadata = @config.rpcs.test_iam_permissions.metadata.to_h
|
1013
979
|
|
1014
980
|
# Set x-goog-api-client header
|
1015
981
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1016
982
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1017
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
983
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
984
|
+
transports_version_send: [:rest]
|
1018
985
|
|
1019
|
-
options.apply_defaults timeout: @config.timeout,
|
986
|
+
options.apply_defaults timeout: @config.rpcs.test_iam_permissions.timeout,
|
1020
987
|
metadata: call_metadata
|
1021
988
|
|
1022
|
-
|
1023
|
-
|
1024
|
-
uri: uri,
|
1025
|
-
body: body,
|
1026
|
-
options: options
|
1027
|
-
)
|
1028
|
-
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
989
|
+
options.apply_defaults timeout: @config.timeout,
|
990
|
+
metadata: @config.metadata
|
1029
991
|
|
1030
|
-
|
1031
|
-
|
992
|
+
@subnetworks_stub.test_iam_permissions request, options do |result, response|
|
993
|
+
yield result, response if block_given?
|
994
|
+
return result
|
995
|
+
end
|
1032
996
|
rescue ::Faraday::Error => e
|
1033
997
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
1034
998
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -1083,6 +1047,9 @@ module Google
|
|
1083
1047
|
# @!attribute [rw] timeout
|
1084
1048
|
# The call timeout in seconds.
|
1085
1049
|
# @return [::Numeric]
|
1050
|
+
# @!attribute [rw] metadata
|
1051
|
+
# Additional REST headers to be sent with the call.
|
1052
|
+
# @return [::Hash{::Symbol=>::String}]
|
1086
1053
|
#
|
1087
1054
|
class Configuration
|
1088
1055
|
extend ::Gapic::Config
|
@@ -1096,6 +1063,7 @@ module Google
|
|
1096
1063
|
config_attr :lib_name, nil, ::String, nil
|
1097
1064
|
config_attr :lib_version, nil, ::String, nil
|
1098
1065
|
config_attr :timeout, nil, ::Numeric, nil
|
1066
|
+
config_attr :metadata, nil, ::Hash, nil
|
1099
1067
|
|
1100
1068
|
# @private
|
1101
1069
|
def initialize parent_config = nil
|
@@ -1103,6 +1071,123 @@ module Google
|
|
1103
1071
|
|
1104
1072
|
yield self if block_given?
|
1105
1073
|
end
|
1074
|
+
|
1075
|
+
##
|
1076
|
+
# Configurations for individual RPCs
|
1077
|
+
# @return [Rpcs]
|
1078
|
+
#
|
1079
|
+
def rpcs
|
1080
|
+
@rpcs ||= begin
|
1081
|
+
parent_rpcs = nil
|
1082
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
1083
|
+
Rpcs.new parent_rpcs
|
1084
|
+
end
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
##
|
1088
|
+
# Configuration RPC class for the Subnetworks API.
|
1089
|
+
#
|
1090
|
+
# Includes fields providing the configuration for each RPC in this service.
|
1091
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1092
|
+
# the following configuration fields:
|
1093
|
+
#
|
1094
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1095
|
+
#
|
1096
|
+
# there is one other field (`retry_policy`) that can be set
|
1097
|
+
# but is currently not supported for REST Gapic libraries.
|
1098
|
+
#
|
1099
|
+
class Rpcs
|
1100
|
+
##
|
1101
|
+
# RPC-specific configuration for `aggregated_list`
|
1102
|
+
# @return [::Gapic::Config::Method]
|
1103
|
+
#
|
1104
|
+
attr_reader :aggregated_list
|
1105
|
+
##
|
1106
|
+
# RPC-specific configuration for `delete`
|
1107
|
+
# @return [::Gapic::Config::Method]
|
1108
|
+
#
|
1109
|
+
attr_reader :delete
|
1110
|
+
##
|
1111
|
+
# RPC-specific configuration for `expand_ip_cidr_range`
|
1112
|
+
# @return [::Gapic::Config::Method]
|
1113
|
+
#
|
1114
|
+
attr_reader :expand_ip_cidr_range
|
1115
|
+
##
|
1116
|
+
# RPC-specific configuration for `get`
|
1117
|
+
# @return [::Gapic::Config::Method]
|
1118
|
+
#
|
1119
|
+
attr_reader :get
|
1120
|
+
##
|
1121
|
+
# RPC-specific configuration for `get_iam_policy`
|
1122
|
+
# @return [::Gapic::Config::Method]
|
1123
|
+
#
|
1124
|
+
attr_reader :get_iam_policy
|
1125
|
+
##
|
1126
|
+
# RPC-specific configuration for `insert`
|
1127
|
+
# @return [::Gapic::Config::Method]
|
1128
|
+
#
|
1129
|
+
attr_reader :insert
|
1130
|
+
##
|
1131
|
+
# RPC-specific configuration for `list`
|
1132
|
+
# @return [::Gapic::Config::Method]
|
1133
|
+
#
|
1134
|
+
attr_reader :list
|
1135
|
+
##
|
1136
|
+
# RPC-specific configuration for `list_usable`
|
1137
|
+
# @return [::Gapic::Config::Method]
|
1138
|
+
#
|
1139
|
+
attr_reader :list_usable
|
1140
|
+
##
|
1141
|
+
# RPC-specific configuration for `patch`
|
1142
|
+
# @return [::Gapic::Config::Method]
|
1143
|
+
#
|
1144
|
+
attr_reader :patch
|
1145
|
+
##
|
1146
|
+
# RPC-specific configuration for `set_iam_policy`
|
1147
|
+
# @return [::Gapic::Config::Method]
|
1148
|
+
#
|
1149
|
+
attr_reader :set_iam_policy
|
1150
|
+
##
|
1151
|
+
# RPC-specific configuration for `set_private_ip_google_access`
|
1152
|
+
# @return [::Gapic::Config::Method]
|
1153
|
+
#
|
1154
|
+
attr_reader :set_private_ip_google_access
|
1155
|
+
##
|
1156
|
+
# RPC-specific configuration for `test_iam_permissions`
|
1157
|
+
# @return [::Gapic::Config::Method]
|
1158
|
+
#
|
1159
|
+
attr_reader :test_iam_permissions
|
1160
|
+
|
1161
|
+
# @private
|
1162
|
+
def initialize parent_rpcs = nil
|
1163
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
1164
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
1165
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
1166
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
1167
|
+
expand_ip_cidr_range_config = parent_rpcs.expand_ip_cidr_range if parent_rpcs.respond_to? :expand_ip_cidr_range
|
1168
|
+
@expand_ip_cidr_range = ::Gapic::Config::Method.new expand_ip_cidr_range_config
|
1169
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
1170
|
+
@get = ::Gapic::Config::Method.new get_config
|
1171
|
+
get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
|
1172
|
+
@get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
|
1173
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
1174
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
1175
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
1176
|
+
@list = ::Gapic::Config::Method.new list_config
|
1177
|
+
list_usable_config = parent_rpcs.list_usable if parent_rpcs.respond_to? :list_usable
|
1178
|
+
@list_usable = ::Gapic::Config::Method.new list_usable_config
|
1179
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
1180
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
1181
|
+
set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
|
1182
|
+
@set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
|
1183
|
+
set_private_ip_google_access_config = parent_rpcs.set_private_ip_google_access if parent_rpcs.respond_to? :set_private_ip_google_access
|
1184
|
+
@set_private_ip_google_access = ::Gapic::Config::Method.new set_private_ip_google_access_config
|
1185
|
+
test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
|
1186
|
+
@test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config
|
1187
|
+
|
1188
|
+
yield self if block_given?
|
1189
|
+
end
|
1190
|
+
end
|
1106
1191
|
end
|
1107
1192
|
end
|
1108
1193
|
end
|