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/backend_services/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The BackendServices API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :backend_services_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::BackendServices::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all BackendServices clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all BackendServices clients
|
47
|
+
# ::Google::Cloud::Compute::V1::BackendServices::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,37 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.add_signed_url_key.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.delete_signed_url_key.timeout = 600.0
|
77
|
+
|
78
|
+
default_config.rpcs.get.timeout = 600.0
|
79
|
+
default_config.rpcs.get.retry_policy = {
|
80
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
81
|
+
}
|
82
|
+
|
83
|
+
default_config.rpcs.get_health.timeout = 600.0
|
84
|
+
|
85
|
+
default_config.rpcs.insert.timeout = 600.0
|
86
|
+
|
87
|
+
default_config.rpcs.list.timeout = 600.0
|
88
|
+
default_config.rpcs.list.retry_policy = {
|
89
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
90
|
+
}
|
91
|
+
|
92
|
+
default_config.rpcs.patch.timeout = 600.0
|
93
|
+
|
94
|
+
default_config.rpcs.set_security_policy.timeout = 600.0
|
95
|
+
|
96
|
+
default_config.rpcs.update.timeout = 600.0
|
97
|
+
|
69
98
|
default_config
|
70
99
|
end
|
71
100
|
yield @configure if block_given?
|
@@ -95,28 +124,20 @@ module Google
|
|
95
124
|
##
|
96
125
|
# Create a new BackendServices REST client object.
|
97
126
|
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# To create a new BackendServices REST client with the default
|
101
|
-
# configuration:
|
127
|
+
# @example
|
102
128
|
#
|
103
|
-
#
|
129
|
+
# # Create a client using the default configuration
|
130
|
+
# client = ::Google::Cloud::Compute::V1::BackendServices::Rest::Client.new
|
104
131
|
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
132
|
+
# # Create a client using a custom configuration
|
133
|
+
# client = ::Google::Cloud::Compute::V1::BackendServices::Rest::Client.new do |config|
|
134
|
+
# config.timeout = 10.0
|
135
|
+
# end
|
111
136
|
#
|
112
137
|
# @yield [config] Configure the BackendServices client.
|
113
138
|
# @yieldparam config [Client::Configuration]
|
114
139
|
#
|
115
140
|
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
141
|
# Create the configuration object
|
121
142
|
@config = Configuration.new Client.configure
|
122
143
|
|
@@ -126,11 +147,11 @@ module Google
|
|
126
147
|
# Create credentials
|
127
148
|
credentials = @config.credentials
|
128
149
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
150
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
151
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
152
|
end
|
132
153
|
|
133
|
-
@
|
154
|
+
@backend_services_stub = ::Google::Cloud::Compute::V1::BackendServices::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
155
|
end
|
135
156
|
|
136
157
|
# Service calls
|
@@ -160,18 +181,14 @@ module Google
|
|
160
181
|
# @param project [::String]
|
161
182
|
# Project ID for this request.
|
162
183
|
# @param request_id [::String]
|
163
|
-
# 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.
|
164
|
-
#
|
165
|
-
# 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.
|
166
|
-
#
|
167
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
184
|
+
# 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).
|
168
185
|
# @param signed_url_key_resource [::Google::Cloud::Compute::V1::SignedUrlKey, ::Hash]
|
169
186
|
# The body resource for this request
|
170
|
-
# @yield [result,
|
171
|
-
# @yieldparam result [::
|
187
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
188
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
172
189
|
# @yieldparam response [::Faraday::Response]
|
173
190
|
#
|
174
|
-
# @return [::
|
191
|
+
# @return [::Gapic::Rest::BaseOperation]
|
175
192
|
#
|
176
193
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
177
194
|
def add_signed_url_key request, options = nil
|
@@ -183,26 +200,25 @@ module Google
|
|
183
200
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
184
201
|
|
185
202
|
# Customize the options with defaults
|
186
|
-
call_metadata =
|
203
|
+
call_metadata = @config.rpcs.add_signed_url_key.metadata.to_h
|
187
204
|
|
188
205
|
# Set x-goog-api-client header
|
189
206
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
190
207
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
191
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
208
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
209
|
+
transports_version_send: [:rest]
|
192
210
|
|
193
|
-
options.apply_defaults timeout: @config.timeout,
|
211
|
+
options.apply_defaults timeout: @config.rpcs.add_signed_url_key.timeout,
|
194
212
|
metadata: call_metadata
|
195
213
|
|
196
|
-
|
197
|
-
|
198
|
-
uri: uri,
|
199
|
-
body: body,
|
200
|
-
options: options
|
201
|
-
)
|
202
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
214
|
+
options.apply_defaults timeout: @config.timeout,
|
215
|
+
metadata: @config.metadata
|
203
216
|
|
204
|
-
|
205
|
-
|
217
|
+
@backend_services_stub.add_signed_url_key request, options do |result, response|
|
218
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
219
|
+
yield result, response if block_given?
|
220
|
+
return result
|
221
|
+
end
|
206
222
|
rescue ::Faraday::Error => e
|
207
223
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
208
224
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -229,34 +245,24 @@ module Google
|
|
229
245
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
230
246
|
#
|
231
247
|
# @param filter [::String]
|
232
|
-
# 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 `<`.
|
233
|
-
#
|
234
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
235
|
-
#
|
236
|
-
# 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.
|
237
|
-
#
|
238
|
-
# 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) ```
|
248
|
+
# 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) ```
|
239
249
|
# @param include_all_scopes [::Boolean]
|
240
250
|
# 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.
|
241
251
|
# @param max_results [::Integer]
|
242
252
|
# 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`)
|
243
253
|
# @param order_by [::String]
|
244
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
245
|
-
#
|
246
|
-
# 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.
|
247
|
-
#
|
248
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
254
|
+
# 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.
|
249
255
|
# @param page_token [::String]
|
250
256
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
251
257
|
# @param project [::String]
|
252
258
|
# Name of the project scoping this request.
|
253
259
|
# @param return_partial_success [::Boolean]
|
254
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
255
|
-
# @yield [result,
|
256
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
260
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
261
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
262
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::BackendServicesScopedList>]
|
257
263
|
# @yieldparam response [::Faraday::Response]
|
258
264
|
#
|
259
|
-
# @return [::Google::Cloud::Compute::V1::
|
265
|
+
# @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::BackendServicesScopedList>]
|
260
266
|
#
|
261
267
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
262
268
|
def aggregated_list request, options = nil
|
@@ -268,26 +274,25 @@ module Google
|
|
268
274
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
269
275
|
|
270
276
|
# Customize the options with defaults
|
271
|
-
call_metadata =
|
277
|
+
call_metadata = @config.rpcs.aggregated_list.metadata.to_h
|
272
278
|
|
273
279
|
# Set x-goog-api-client header
|
274
280
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
275
281
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
276
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
282
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
283
|
+
transports_version_send: [:rest]
|
277
284
|
|
278
|
-
options.apply_defaults timeout: @config.timeout,
|
285
|
+
options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
|
279
286
|
metadata: call_metadata
|
280
287
|
|
281
|
-
|
282
|
-
|
283
|
-
uri: uri,
|
284
|
-
params: query_string_params,
|
285
|
-
options: options
|
286
|
-
)
|
287
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
288
|
+
options.apply_defaults timeout: @config.timeout,
|
289
|
+
metadata: @config.metadata
|
288
290
|
|
289
|
-
|
290
|
-
|
291
|
+
@backend_services_stub.aggregated_list request, options do |result, response|
|
292
|
+
result = ::Gapic::Rest::PagedEnumerable.new @backend_services_stub, :aggregated_list, "items", request, result, options
|
293
|
+
yield result, response if block_given?
|
294
|
+
return result
|
295
|
+
end
|
291
296
|
rescue ::Faraday::Error => e
|
292
297
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
293
298
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -318,16 +323,12 @@ module Google
|
|
318
323
|
# @param project [::String]
|
319
324
|
# Project ID for this request.
|
320
325
|
# @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
|
-
#
|
324
|
-
#
|
325
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
326
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
327
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
326
|
+
# 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).
|
327
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
328
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
328
329
|
# @yieldparam response [::Faraday::Response]
|
329
330
|
#
|
330
|
-
# @return [::
|
331
|
+
# @return [::Gapic::Rest::BaseOperation]
|
331
332
|
#
|
332
333
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
333
334
|
def delete request, options = nil
|
@@ -339,26 +340,25 @@ module Google
|
|
339
340
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
340
341
|
|
341
342
|
# Customize the options with defaults
|
342
|
-
call_metadata =
|
343
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
343
344
|
|
344
345
|
# Set x-goog-api-client header
|
345
346
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
346
347
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
347
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
348
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
349
|
+
transports_version_send: [:rest]
|
348
350
|
|
349
|
-
options.apply_defaults timeout: @config.timeout,
|
351
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
350
352
|
metadata: call_metadata
|
351
353
|
|
352
|
-
|
353
|
-
|
354
|
-
uri: uri,
|
355
|
-
params: query_string_params,
|
356
|
-
options: options
|
357
|
-
)
|
358
|
-
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
|
359
356
|
|
360
|
-
|
361
|
-
|
357
|
+
@backend_services_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
|
362
362
|
rescue ::Faraday::Error => e
|
363
363
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
364
364
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -391,16 +391,12 @@ module Google
|
|
391
391
|
# @param project [::String]
|
392
392
|
# Project ID for this request.
|
393
393
|
# @param request_id [::String]
|
394
|
-
# 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.
|
395
|
-
#
|
396
|
-
#
|
397
|
-
#
|
398
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
399
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
400
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
394
|
+
# 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).
|
395
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
396
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
401
397
|
# @yieldparam response [::Faraday::Response]
|
402
398
|
#
|
403
|
-
# @return [::
|
399
|
+
# @return [::Gapic::Rest::BaseOperation]
|
404
400
|
#
|
405
401
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
406
402
|
def delete_signed_url_key request, options = nil
|
@@ -412,26 +408,25 @@ module Google
|
|
412
408
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
413
409
|
|
414
410
|
# Customize the options with defaults
|
415
|
-
call_metadata =
|
411
|
+
call_metadata = @config.rpcs.delete_signed_url_key.metadata.to_h
|
416
412
|
|
417
413
|
# Set x-goog-api-client header
|
418
414
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
419
415
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
420
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
416
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
417
|
+
transports_version_send: [:rest]
|
421
418
|
|
422
|
-
options.apply_defaults timeout: @config.timeout,
|
419
|
+
options.apply_defaults timeout: @config.rpcs.delete_signed_url_key.timeout,
|
423
420
|
metadata: call_metadata
|
424
421
|
|
425
|
-
|
426
|
-
|
427
|
-
uri: uri,
|
428
|
-
params: query_string_params,
|
429
|
-
options: options
|
430
|
-
)
|
431
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
422
|
+
options.apply_defaults timeout: @config.timeout,
|
423
|
+
metadata: @config.metadata
|
432
424
|
|
433
|
-
|
434
|
-
|
425
|
+
@backend_services_stub.delete_signed_url_key request, options do |result, response|
|
426
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
427
|
+
yield result, response if block_given?
|
428
|
+
return result
|
429
|
+
end
|
435
430
|
rescue ::Faraday::Error => e
|
436
431
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
437
432
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -461,7 +456,7 @@ module Google
|
|
461
456
|
# Name of the BackendService resource to return.
|
462
457
|
# @param project [::String]
|
463
458
|
# Project ID for this request.
|
464
|
-
# @yield [result,
|
459
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
465
460
|
# @yieldparam result [::Google::Cloud::Compute::V1::BackendService]
|
466
461
|
# @yieldparam response [::Faraday::Response]
|
467
462
|
#
|
@@ -477,36 +472,31 @@ module Google
|
|
477
472
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
478
473
|
|
479
474
|
# Customize the options with defaults
|
480
|
-
call_metadata =
|
475
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
481
476
|
|
482
477
|
# Set x-goog-api-client header
|
483
478
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
484
479
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
485
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
480
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
481
|
+
transports_version_send: [:rest]
|
486
482
|
|
487
|
-
options.apply_defaults timeout: @config.timeout,
|
483
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
488
484
|
metadata: call_metadata
|
489
485
|
|
490
|
-
|
491
|
-
|
492
|
-
uri: uri,
|
493
|
-
options: options
|
494
|
-
)
|
495
|
-
result = ::Google::Cloud::Compute::V1::BackendService.decode_json response.body, ignore_unknown_fields: true
|
486
|
+
options.apply_defaults timeout: @config.timeout,
|
487
|
+
metadata: @config.metadata
|
496
488
|
|
497
|
-
|
498
|
-
|
489
|
+
@backend_services_stub.get request, options do |result, response|
|
490
|
+
yield result, response if block_given?
|
491
|
+
return result
|
492
|
+
end
|
499
493
|
rescue ::Faraday::Error => e
|
500
494
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
501
495
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
502
496
|
end
|
503
497
|
|
504
498
|
##
|
505
|
-
# Gets the most recent health check results for this BackendService.
|
506
|
-
#
|
507
|
-
# Example request body:
|
508
|
-
#
|
509
|
-
# { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }
|
499
|
+
# Gets the most recent health check results for this BackendService. Example request body: { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }
|
510
500
|
#
|
511
501
|
# @overload get_health(request, options = nil)
|
512
502
|
# Pass arguments to `get_health` via a request object, either of type
|
@@ -530,7 +520,7 @@ module Google
|
|
530
520
|
# @param project [::String]
|
531
521
|
# @param resource_group_reference_resource [::Google::Cloud::Compute::V1::ResourceGroupReference, ::Hash]
|
532
522
|
# The body resource for this request
|
533
|
-
# @yield [result,
|
523
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
534
524
|
# @yieldparam result [::Google::Cloud::Compute::V1::BackendServiceGroupHealth]
|
535
525
|
# @yieldparam response [::Faraday::Response]
|
536
526
|
#
|
@@ -546,33 +536,31 @@ module Google
|
|
546
536
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
547
537
|
|
548
538
|
# Customize the options with defaults
|
549
|
-
call_metadata =
|
539
|
+
call_metadata = @config.rpcs.get_health.metadata.to_h
|
550
540
|
|
551
541
|
# Set x-goog-api-client header
|
552
542
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
553
543
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
554
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
544
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
545
|
+
transports_version_send: [:rest]
|
555
546
|
|
556
|
-
options.apply_defaults timeout: @config.timeout,
|
547
|
+
options.apply_defaults timeout: @config.rpcs.get_health.timeout,
|
557
548
|
metadata: call_metadata
|
558
549
|
|
559
|
-
|
560
|
-
|
561
|
-
uri: uri,
|
562
|
-
body: body,
|
563
|
-
options: options
|
564
|
-
)
|
565
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceGroupHealth.decode_json response.body, ignore_unknown_fields: true
|
550
|
+
options.apply_defaults timeout: @config.timeout,
|
551
|
+
metadata: @config.metadata
|
566
552
|
|
567
|
-
|
568
|
-
|
553
|
+
@backend_services_stub.get_health request, options do |result, response|
|
554
|
+
yield result, response if block_given?
|
555
|
+
return result
|
556
|
+
end
|
569
557
|
rescue ::Faraday::Error => e
|
570
558
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
571
559
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
572
560
|
end
|
573
561
|
|
574
562
|
##
|
575
|
-
# Creates a BackendService resource in the specified project using the data included in the request. For more information, see
|
563
|
+
# Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .
|
576
564
|
#
|
577
565
|
# @overload insert(request, options = nil)
|
578
566
|
# Pass arguments to `insert` via a request object, either of type
|
@@ -596,16 +584,12 @@ module Google
|
|
596
584
|
# @param project [::String]
|
597
585
|
# Project ID for this request.
|
598
586
|
# @param request_id [::String]
|
599
|
-
# 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.
|
600
|
-
#
|
601
|
-
#
|
602
|
-
#
|
603
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
604
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
605
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
587
|
+
# 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).
|
588
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
589
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
606
590
|
# @yieldparam response [::Faraday::Response]
|
607
591
|
#
|
608
|
-
# @return [::
|
592
|
+
# @return [::Gapic::Rest::BaseOperation]
|
609
593
|
#
|
610
594
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
611
595
|
def insert request, options = nil
|
@@ -617,26 +601,25 @@ module Google
|
|
617
601
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
618
602
|
|
619
603
|
# Customize the options with defaults
|
620
|
-
call_metadata =
|
604
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
621
605
|
|
622
606
|
# Set x-goog-api-client header
|
623
607
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
624
608
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
625
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
609
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
610
|
+
transports_version_send: [:rest]
|
626
611
|
|
627
|
-
options.apply_defaults timeout: @config.timeout,
|
612
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
628
613
|
metadata: call_metadata
|
629
614
|
|
630
|
-
|
631
|
-
|
632
|
-
uri: uri,
|
633
|
-
body: body,
|
634
|
-
options: options
|
635
|
-
)
|
636
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
615
|
+
options.apply_defaults timeout: @config.timeout,
|
616
|
+
metadata: @config.metadata
|
637
617
|
|
638
|
-
|
639
|
-
|
618
|
+
@backend_services_stub.insert request, options do |result, response|
|
619
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
620
|
+
yield result, response if block_given?
|
621
|
+
return result
|
622
|
+
end
|
640
623
|
rescue ::Faraday::Error => e
|
641
624
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
642
625
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -663,32 +646,22 @@ module Google
|
|
663
646
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
664
647
|
#
|
665
648
|
# @param filter [::String]
|
666
|
-
# 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 `<`.
|
667
|
-
#
|
668
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
669
|
-
#
|
670
|
-
# 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.
|
671
|
-
#
|
672
|
-
# 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) ```
|
649
|
+
# 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) ```
|
673
650
|
# @param max_results [::Integer]
|
674
651
|
# 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`)
|
675
652
|
# @param order_by [::String]
|
676
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
677
|
-
#
|
678
|
-
# 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.
|
679
|
-
#
|
680
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
653
|
+
# 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.
|
681
654
|
# @param page_token [::String]
|
682
655
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
683
656
|
# @param project [::String]
|
684
657
|
# Project ID for this request.
|
685
658
|
# @param return_partial_success [::Boolean]
|
686
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
687
|
-
# @yield [result,
|
688
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
659
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
660
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
661
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
689
662
|
# @yieldparam response [::Faraday::Response]
|
690
663
|
#
|
691
|
-
# @return [::Google::Cloud::Compute::V1::
|
664
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::BackendService>]
|
692
665
|
#
|
693
666
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
694
667
|
def list request, options = nil
|
@@ -700,33 +673,32 @@ module Google
|
|
700
673
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
701
674
|
|
702
675
|
# Customize the options with defaults
|
703
|
-
call_metadata =
|
676
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
704
677
|
|
705
678
|
# Set x-goog-api-client header
|
706
679
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
707
680
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
708
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
681
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
682
|
+
transports_version_send: [:rest]
|
709
683
|
|
710
|
-
options.apply_defaults timeout: @config.timeout,
|
684
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
711
685
|
metadata: call_metadata
|
712
686
|
|
713
|
-
|
714
|
-
|
715
|
-
uri: uri,
|
716
|
-
params: query_string_params,
|
717
|
-
options: options
|
718
|
-
)
|
719
|
-
result = ::Google::Cloud::Compute::V1::BackendServiceList.decode_json response.body, ignore_unknown_fields: true
|
687
|
+
options.apply_defaults timeout: @config.timeout,
|
688
|
+
metadata: @config.metadata
|
720
689
|
|
721
|
-
|
722
|
-
|
690
|
+
@backend_services_stub.list request, options do |result, response|
|
691
|
+
result = ::Gapic::Rest::PagedEnumerable.new @backend_services_stub, :list, "items", request, result, options
|
692
|
+
yield result, response if block_given?
|
693
|
+
return result
|
694
|
+
end
|
723
695
|
rescue ::Faraday::Error => e
|
724
696
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
725
697
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
726
698
|
end
|
727
699
|
|
728
700
|
##
|
729
|
-
# Patches the specified BackendService resource with the data included in the request. For more information, see
|
701
|
+
# Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
|
730
702
|
#
|
731
703
|
# @overload patch(request, options = nil)
|
732
704
|
# Pass arguments to `patch` via a request object, either of type
|
@@ -752,16 +724,12 @@ module Google
|
|
752
724
|
# @param project [::String]
|
753
725
|
# Project ID for this request.
|
754
726
|
# @param request_id [::String]
|
755
|
-
# 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.
|
756
|
-
#
|
757
|
-
#
|
758
|
-
#
|
759
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
760
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
761
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
727
|
+
# 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).
|
728
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
729
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
762
730
|
# @yieldparam response [::Faraday::Response]
|
763
731
|
#
|
764
|
-
# @return [::
|
732
|
+
# @return [::Gapic::Rest::BaseOperation]
|
765
733
|
#
|
766
734
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
767
735
|
def patch request, options = nil
|
@@ -773,33 +741,32 @@ module Google
|
|
773
741
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
774
742
|
|
775
743
|
# Customize the options with defaults
|
776
|
-
call_metadata =
|
744
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
777
745
|
|
778
746
|
# Set x-goog-api-client header
|
779
747
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
780
748
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
781
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
749
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
750
|
+
transports_version_send: [:rest]
|
782
751
|
|
783
|
-
options.apply_defaults timeout: @config.timeout,
|
752
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
784
753
|
metadata: call_metadata
|
785
754
|
|
786
|
-
|
787
|
-
|
788
|
-
uri: uri,
|
789
|
-
body: body,
|
790
|
-
options: options
|
791
|
-
)
|
792
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
755
|
+
options.apply_defaults timeout: @config.timeout,
|
756
|
+
metadata: @config.metadata
|
793
757
|
|
794
|
-
|
795
|
-
|
758
|
+
@backend_services_stub.patch request, options do |result, response|
|
759
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
760
|
+
yield result, response if block_given?
|
761
|
+
return result
|
762
|
+
end
|
796
763
|
rescue ::Faraday::Error => e
|
797
764
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
798
765
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
799
766
|
end
|
800
767
|
|
801
768
|
##
|
802
|
-
# Sets the security policy for the specified backend service.
|
769
|
+
# Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview
|
803
770
|
#
|
804
771
|
# @overload set_security_policy(request, options = nil)
|
805
772
|
# Pass arguments to `set_security_policy` via a request object, either of type
|
@@ -823,18 +790,14 @@ module Google
|
|
823
790
|
# @param project [::String]
|
824
791
|
# Project ID for this request.
|
825
792
|
# @param request_id [::String]
|
826
|
-
# 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.
|
827
|
-
#
|
828
|
-
# 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.
|
829
|
-
#
|
830
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
793
|
+
# 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).
|
831
794
|
# @param security_policy_reference_resource [::Google::Cloud::Compute::V1::SecurityPolicyReference, ::Hash]
|
832
795
|
# The body resource for this request
|
833
|
-
# @yield [result,
|
834
|
-
# @yieldparam result [::
|
796
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
797
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
835
798
|
# @yieldparam response [::Faraday::Response]
|
836
799
|
#
|
837
|
-
# @return [::
|
800
|
+
# @return [::Gapic::Rest::BaseOperation]
|
838
801
|
#
|
839
802
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
840
803
|
def set_security_policy request, options = nil
|
@@ -846,26 +809,25 @@ module Google
|
|
846
809
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
847
810
|
|
848
811
|
# Customize the options with defaults
|
849
|
-
call_metadata =
|
812
|
+
call_metadata = @config.rpcs.set_security_policy.metadata.to_h
|
850
813
|
|
851
814
|
# Set x-goog-api-client header
|
852
815
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
853
816
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
854
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
817
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
818
|
+
transports_version_send: [:rest]
|
855
819
|
|
856
|
-
options.apply_defaults timeout: @config.timeout,
|
820
|
+
options.apply_defaults timeout: @config.rpcs.set_security_policy.timeout,
|
857
821
|
metadata: call_metadata
|
858
822
|
|
859
|
-
|
860
|
-
|
861
|
-
uri: uri,
|
862
|
-
body: body,
|
863
|
-
options: options
|
864
|
-
)
|
865
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
823
|
+
options.apply_defaults timeout: @config.timeout,
|
824
|
+
metadata: @config.metadata
|
866
825
|
|
867
|
-
|
868
|
-
|
826
|
+
@backend_services_stub.set_security_policy request, options do |result, response|
|
827
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
828
|
+
yield result, response if block_given?
|
829
|
+
return result
|
830
|
+
end
|
869
831
|
rescue ::Faraday::Error => e
|
870
832
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
871
833
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -898,16 +860,12 @@ module Google
|
|
898
860
|
# @param project [::String]
|
899
861
|
# Project ID for this request.
|
900
862
|
# @param request_id [::String]
|
901
|
-
# 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.
|
902
|
-
#
|
903
|
-
#
|
904
|
-
#
|
905
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
906
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
907
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
863
|
+
# 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).
|
864
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
865
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
908
866
|
# @yieldparam response [::Faraday::Response]
|
909
867
|
#
|
910
|
-
# @return [::
|
868
|
+
# @return [::Gapic::Rest::BaseOperation]
|
911
869
|
#
|
912
870
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
913
871
|
def update request, options = nil
|
@@ -919,26 +877,25 @@ module Google
|
|
919
877
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
920
878
|
|
921
879
|
# Customize the options with defaults
|
922
|
-
call_metadata =
|
880
|
+
call_metadata = @config.rpcs.update.metadata.to_h
|
923
881
|
|
924
882
|
# Set x-goog-api-client header
|
925
883
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
926
884
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
927
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
885
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
886
|
+
transports_version_send: [:rest]
|
928
887
|
|
929
|
-
options.apply_defaults timeout: @config.timeout,
|
888
|
+
options.apply_defaults timeout: @config.rpcs.update.timeout,
|
930
889
|
metadata: call_metadata
|
931
890
|
|
932
|
-
|
933
|
-
|
934
|
-
uri: uri,
|
935
|
-
body: body,
|
936
|
-
options: options
|
937
|
-
)
|
938
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
891
|
+
options.apply_defaults timeout: @config.timeout,
|
892
|
+
metadata: @config.metadata
|
939
893
|
|
940
|
-
|
941
|
-
|
894
|
+
@backend_services_stub.update request, options do |result, response|
|
895
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
896
|
+
yield result, response if block_given?
|
897
|
+
return result
|
898
|
+
end
|
942
899
|
rescue ::Faraday::Error => e
|
943
900
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
944
901
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -993,6 +950,9 @@ module Google
|
|
993
950
|
# @!attribute [rw] timeout
|
994
951
|
# The call timeout in seconds.
|
995
952
|
# @return [::Numeric]
|
953
|
+
# @!attribute [rw] metadata
|
954
|
+
# Additional REST headers to be sent with the call.
|
955
|
+
# @return [::Hash{::Symbol=>::String}]
|
996
956
|
#
|
997
957
|
class Configuration
|
998
958
|
extend ::Gapic::Config
|
@@ -1006,6 +966,7 @@ module Google
|
|
1006
966
|
config_attr :lib_name, nil, ::String, nil
|
1007
967
|
config_attr :lib_version, nil, ::String, nil
|
1008
968
|
config_attr :timeout, nil, ::Numeric, nil
|
969
|
+
config_attr :metadata, nil, ::Hash, nil
|
1009
970
|
|
1010
971
|
# @private
|
1011
972
|
def initialize parent_config = nil
|
@@ -1013,6 +974,116 @@ module Google
|
|
1013
974
|
|
1014
975
|
yield self if block_given?
|
1015
976
|
end
|
977
|
+
|
978
|
+
##
|
979
|
+
# Configurations for individual RPCs
|
980
|
+
# @return [Rpcs]
|
981
|
+
#
|
982
|
+
def rpcs
|
983
|
+
@rpcs ||= begin
|
984
|
+
parent_rpcs = nil
|
985
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
986
|
+
Rpcs.new parent_rpcs
|
987
|
+
end
|
988
|
+
end
|
989
|
+
|
990
|
+
##
|
991
|
+
# Configuration RPC class for the BackendServices API.
|
992
|
+
#
|
993
|
+
# Includes fields providing the configuration for each RPC in this service.
|
994
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
995
|
+
# the following configuration fields:
|
996
|
+
#
|
997
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
998
|
+
#
|
999
|
+
# there is one other field (`retry_policy`) that can be set
|
1000
|
+
# but is currently not supported for REST Gapic libraries.
|
1001
|
+
#
|
1002
|
+
class Rpcs
|
1003
|
+
##
|
1004
|
+
# RPC-specific configuration for `add_signed_url_key`
|
1005
|
+
# @return [::Gapic::Config::Method]
|
1006
|
+
#
|
1007
|
+
attr_reader :add_signed_url_key
|
1008
|
+
##
|
1009
|
+
# RPC-specific configuration for `aggregated_list`
|
1010
|
+
# @return [::Gapic::Config::Method]
|
1011
|
+
#
|
1012
|
+
attr_reader :aggregated_list
|
1013
|
+
##
|
1014
|
+
# RPC-specific configuration for `delete`
|
1015
|
+
# @return [::Gapic::Config::Method]
|
1016
|
+
#
|
1017
|
+
attr_reader :delete
|
1018
|
+
##
|
1019
|
+
# RPC-specific configuration for `delete_signed_url_key`
|
1020
|
+
# @return [::Gapic::Config::Method]
|
1021
|
+
#
|
1022
|
+
attr_reader :delete_signed_url_key
|
1023
|
+
##
|
1024
|
+
# RPC-specific configuration for `get`
|
1025
|
+
# @return [::Gapic::Config::Method]
|
1026
|
+
#
|
1027
|
+
attr_reader :get
|
1028
|
+
##
|
1029
|
+
# RPC-specific configuration for `get_health`
|
1030
|
+
# @return [::Gapic::Config::Method]
|
1031
|
+
#
|
1032
|
+
attr_reader :get_health
|
1033
|
+
##
|
1034
|
+
# RPC-specific configuration for `insert`
|
1035
|
+
# @return [::Gapic::Config::Method]
|
1036
|
+
#
|
1037
|
+
attr_reader :insert
|
1038
|
+
##
|
1039
|
+
# RPC-specific configuration for `list`
|
1040
|
+
# @return [::Gapic::Config::Method]
|
1041
|
+
#
|
1042
|
+
attr_reader :list
|
1043
|
+
##
|
1044
|
+
# RPC-specific configuration for `patch`
|
1045
|
+
# @return [::Gapic::Config::Method]
|
1046
|
+
#
|
1047
|
+
attr_reader :patch
|
1048
|
+
##
|
1049
|
+
# RPC-specific configuration for `set_security_policy`
|
1050
|
+
# @return [::Gapic::Config::Method]
|
1051
|
+
#
|
1052
|
+
attr_reader :set_security_policy
|
1053
|
+
##
|
1054
|
+
# RPC-specific configuration for `update`
|
1055
|
+
# @return [::Gapic::Config::Method]
|
1056
|
+
#
|
1057
|
+
attr_reader :update
|
1058
|
+
|
1059
|
+
# @private
|
1060
|
+
def initialize parent_rpcs = nil
|
1061
|
+
add_signed_url_key_config = parent_rpcs.add_signed_url_key if parent_rpcs.respond_to? :add_signed_url_key
|
1062
|
+
@add_signed_url_key = ::Gapic::Config::Method.new add_signed_url_key_config
|
1063
|
+
aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
|
1064
|
+
@aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
|
1065
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
1066
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
1067
|
+
delete_signed_url_key_config = parent_rpcs.delete_signed_url_key if parent_rpcs.respond_to? :delete_signed_url_key
|
1068
|
+
@delete_signed_url_key = ::Gapic::Config::Method.new delete_signed_url_key_config
|
1069
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
1070
|
+
@get = ::Gapic::Config::Method.new get_config
|
1071
|
+
get_health_config = parent_rpcs.get_health if parent_rpcs.respond_to? :get_health
|
1072
|
+
@get_health = ::Gapic::Config::Method.new get_health_config
|
1073
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
1074
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
1075
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
1076
|
+
@list = ::Gapic::Config::Method.new list_config
|
1077
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
1078
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
1079
|
+
set_security_policy_config = parent_rpcs.set_security_policy if parent_rpcs.respond_to? :set_security_policy
|
1080
|
+
@set_security_policy = ::Gapic::Config::Method.new set_security_policy_config
|
1081
|
+
update_config = parent_rpcs.update if parent_rpcs.respond_to? :update
|
1082
|
+
@update = ::Gapic::Config::Method.new update_config
|
1083
|
+
|
1084
|
+
yield self if block_given?
|
1085
|
+
end
|
1086
|
+
end
|
1016
1087
|
end
|
1017
1088
|
end
|
1018
1089
|
end
|