google-cloud-compute-v1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +169 -0
- data/LICENSE.md +201 -0
- data/README.md +73 -0
- data/lib/google-cloud-compute-v1.rb +21 -0
- data/lib/google/cloud/compute/v1.rb +110 -0
- data/lib/google/cloud/compute/v1/accelerator_types.rb +44 -0
- data/lib/google/cloud/compute/v1/accelerator_types/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +452 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest/grpc_transcoding.rb +81 -0
- data/lib/google/cloud/compute/v1/addresses.rb +44 -0
- data/lib/google/cloud/compute/v1/addresses/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/addresses/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +596 -0
- data/lib/google/cloud/compute/v1/addresses/rest/grpc_transcoding.rb +106 -0
- data/lib/google/cloud/compute/v1/autoscalers.rb +44 -0
- data/lib/google/cloud/compute/v1/autoscalers/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +746 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest/grpc_transcoding.rb +130 -0
- data/lib/google/cloud/compute/v1/backend_buckets.rb +44 -0
- data/lib/google/cloud/compute/v1/backend_buckets/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +795 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest/grpc_transcoding.rb +138 -0
- data/lib/google/cloud/compute/v1/backend_services.rb +44 -0
- data/lib/google/cloud/compute/v1/backend_services/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/backend_services/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +1023 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/grpc_transcoding.rb +180 -0
- data/lib/google/cloud/compute/v1/compute_pb.rb +9482 -0
- data/lib/google/cloud/compute/v1/disk_types.rb +44 -0
- data/lib/google/cloud/compute/v1/disk_types/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/disk_types/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +450 -0
- data/lib/google/cloud/compute/v1/disk_types/rest/grpc_transcoding.rb +81 -0
- data/lib/google/cloud/compute/v1/disks.rb +44 -0
- data/lib/google/cloud/compute/v1/disks/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/disks/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +1182 -0
- data/lib/google/cloud/compute/v1/disks/rest/grpc_transcoding.rb +203 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways.rb +44 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +637 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/firewalls.rb +44 -0
- data/lib/google/cloud/compute/v1/firewalls/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/firewalls/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +649 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/forwarding_rules.rb +44 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +746 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/grpc_transcoding.rb +130 -0
- data/lib/google/cloud/compute/v1/global_addresses.rb +44 -0
- data/lib/google/cloud/compute/v1/global_addresses/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +503 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest/grpc_transcoding.rb +88 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules.rb +44 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +649 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups.rb +44 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +734 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/grpc_transcoding.rb +129 -0
- data/lib/google/cloud/compute/v1/global_operations.rb +44 -0
- data/lib/google/cloud/compute/v1/global_operations/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +578 -0
- data/lib/google/cloud/compute/v1/global_operations/rest/grpc_transcoding.rb +105 -0
- data/lib/google/cloud/compute/v1/global_organization_operations.rb +44 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +427 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/grpc_transcoding.rb +78 -0
- data/lib/google/cloud/compute/v1/health_checks.rb +44 -0
- data/lib/google/cloud/compute/v1/health_checks/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/health_checks/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +734 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/grpc_transcoding.rb +130 -0
- data/lib/google/cloud/compute/v1/images.rb +44 -0
- data/lib/google/cloud/compute/v1/images/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/images/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +985 -0
- data/lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb +173 -0
- data/lib/google/cloud/compute/v1/instance_group_managers.rb +44 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +1767 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/grpc_transcoding.rb +303 -0
- data/lib/google/cloud/compute/v1/instance_groups.rb +44 -0
- data/lib/google/cloud/compute/v1/instance_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +916 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb +154 -0
- data/lib/google/cloud/compute/v1/instance_templates.rb +44 -0
- data/lib/google/cloud/compute/v1/instance_templates/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +704 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest/grpc_transcoding.rb +125 -0
- data/lib/google/cloud/compute/v1/instances.rb +44 -0
- data/lib/google/cloud/compute/v1/instances/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +3201 -0
- data/lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb +549 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments.rb +44 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +673 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/grpc_transcoding.rb +118 -0
- data/lib/google/cloud/compute/v1/interconnect_locations.rb +44 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +361 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/grpc_transcoding.rb +63 -0
- data/lib/google/cloud/compute/v1/interconnects.rb +44 -0
- data/lib/google/cloud/compute/v1/interconnects/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/interconnects/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +640 -0
- data/lib/google/cloud/compute/v1/interconnects/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/license_codes.rb +44 -0
- data/lib/google/cloud/compute/v1/license_codes/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/license_codes/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +345 -0
- data/lib/google/cloud/compute/v1/license_codes/rest/grpc_transcoding.rb +58 -0
- data/lib/google/cloud/compute/v1/licenses.rb +44 -0
- data/lib/google/cloud/compute/v1/licenses/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/licenses/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +704 -0
- data/lib/google/cloud/compute/v1/licenses/rest/grpc_transcoding.rb +125 -0
- data/lib/google/cloud/compute/v1/machine_types.rb +44 -0
- data/lib/google/cloud/compute/v1/machine_types/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/machine_types/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +450 -0
- data/lib/google/cloud/compute/v1/machine_types/rest/grpc_transcoding.rb +81 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups.rb +44 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +904 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding.rb +154 -0
- data/lib/google/cloud/compute/v1/networks.rb +44 -0
- data/lib/google/cloud/compute/v1/networks/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/networks/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +957 -0
- data/lib/google/cloud/compute/v1/networks/rest/grpc_transcoding.rb +169 -0
- data/lib/google/cloud/compute/v1/node_groups.rb +44 -0
- data/lib/google/cloud/compute/v1/node_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/node_groups/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +1192 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/grpc_transcoding.rb +208 -0
- data/lib/google/cloud/compute/v1/node_templates.rb +44 -0
- data/lib/google/cloud/compute/v1/node_templates/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/node_templates/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +803 -0
- data/lib/google/cloud/compute/v1/node_templates/rest/grpc_transcoding.rb +143 -0
- data/lib/google/cloud/compute/v1/node_types.rb +44 -0
- data/lib/google/cloud/compute/v1/node_types/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/node_types/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +450 -0
- data/lib/google/cloud/compute/v1/node_types/rest/grpc_transcoding.rb +81 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings.rb +44 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +740 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/grpc_transcoding.rb +130 -0
- data/lib/google/cloud/compute/v1/projects.rb +44 -0
- data/lib/google/cloud/compute/v1/projects/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/projects/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +1141 -0
- data/lib/google/cloud/compute/v1/projects/rest/grpc_transcoding.rb +197 -0
- data/lib/google/cloud/compute/v1/region_autoscalers.rb +44 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +661 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/region_backend_services.rb +44 -0
- data/lib/google/cloud/compute/v1/region_backend_services/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +729 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest/grpc_transcoding.rb +124 -0
- data/lib/google/cloud/compute/v1/region_commitments.rb +44 -0
- data/lib/google/cloud/compute/v1/region_commitments/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +523 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/grpc_transcoding.rb +93 -0
- data/lib/google/cloud/compute/v1/region_disk_types.rb +44 -0
- data/lib/google/cloud/compute/v1/region_disk_types/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +365 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest/grpc_transcoding.rb +63 -0
- data/lib/google/cloud/compute/v1/region_disks.rb +44 -0
- data/lib/google/cloud/compute/v1/region_disks/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_disks/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +1095 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/grpc_transcoding.rb +185 -0
- data/lib/google/cloud/compute/v1/region_health_check_services.rb +44 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +586 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding.rb +100 -0
- data/lib/google/cloud/compute/v1/region_health_checks.rb +44 -0
- data/lib/google/cloud/compute/v1/region_health_checks/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +661 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers.rb +44 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +1678 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/grpc_transcoding.rb +285 -0
- data/lib/google/cloud/compute/v1/region_instance_groups.rb +44 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +529 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/grpc_transcoding.rb +87 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups.rb +44 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +511 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/grpc_transcoding.rb +88 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints.rb +44 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +511 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/grpc_transcoding.rb +88 -0
- data/lib/google/cloud/compute/v1/region_operations.rb +44 -0
- data/lib/google/cloud/compute/v1/region_operations/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +501 -0
- data/lib/google/cloud/compute/v1/region_operations/rest/grpc_transcoding.rb +87 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates.rb +44 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +511 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/grpc_transcoding.rb +88 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies.rb +44 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +586 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/grpc_transcoding.rb +100 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies.rb +44 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +661 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/region_url_maps.rb +44 -0
- data/lib/google/cloud/compute/v1/region_url_maps/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +714 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest/grpc_transcoding.rb +124 -0
- data/lib/google/cloud/compute/v1/regions.rb +44 -0
- data/lib/google/cloud/compute/v1/regions/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/regions/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +361 -0
- data/lib/google/cloud/compute/v1/regions/rest/grpc_transcoding.rb +63 -0
- data/lib/google/cloud/compute/v1/reservations.rb +44 -0
- data/lib/google/cloud/compute/v1/reservations/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/reservations/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +878 -0
- data/lib/google/cloud/compute/v1/reservations/rest/grpc_transcoding.rb +155 -0
- data/lib/google/cloud/compute/v1/resource_policies.rb +44 -0
- data/lib/google/cloud/compute/v1/resource_policies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +803 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb +143 -0
- data/lib/google/cloud/compute/v1/routers.rb +44 -0
- data/lib/google/cloud/compute/v1/routers/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/routers/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +968 -0
- data/lib/google/cloud/compute/v1/routers/rest/grpc_transcoding.rb +171 -0
- data/lib/google/cloud/compute/v1/routes.rb +44 -0
- data/lib/google/cloud/compute/v1/routes/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/routes/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +503 -0
- data/lib/google/cloud/compute/v1/routes/rest/grpc_transcoding.rb +88 -0
- data/lib/google/cloud/compute/v1/security_policies.rb +44 -0
- data/lib/google/cloud/compute/v1/security_policies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/security_policies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +929 -0
- data/lib/google/cloud/compute/v1/security_policies/rest/grpc_transcoding.rb +167 -0
- data/lib/google/cloud/compute/v1/snapshots.rb +44 -0
- data/lib/google/cloud/compute/v1/snapshots/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/snapshots/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +702 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/grpc_transcoding.rb +125 -0
- data/lib/google/cloud/compute/v1/ssl_certificates.rb +44 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +588 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/grpc_transcoding.rb +106 -0
- data/lib/google/cloud/compute/v1/ssl_policies.rb +44 -0
- data/lib/google/cloud/compute/v1/ssl_policies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +659 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb +117 -0
- data/lib/google/cloud/compute/v1/subnetworks.rb +44 -0
- data/lib/google/cloud/compute/v1/subnetworks/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +1113 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest/grpc_transcoding.rb +196 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies.rb +44 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +576 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/grpc_transcoding.rb +100 -0
- data/lib/google/cloud/compute/v1/target_http_proxies.rb +44 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +734 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/grpc_transcoding.rb +130 -0
- data/lib/google/cloud/compute/v1/target_https_proxies.rb +44 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +880 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/grpc_transcoding.rb +154 -0
- data/lib/google/cloud/compute/v1/target_instances.rb +44 -0
- data/lib/google/cloud/compute/v1/target_instances/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_instances/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +596 -0
- data/lib/google/cloud/compute/v1/target_instances/rest/grpc_transcoding.rb +106 -0
- data/lib/google/cloud/compute/v1/target_pools.rb +44 -0
- data/lib/google/cloud/compute/v1/target_pools/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_pools/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +1042 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/grpc_transcoding.rb +178 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies.rb +44 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +795 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/grpc_transcoding.rb +136 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies.rb +44 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +649 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/grpc_transcoding.rb +112 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways.rb +44 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +596 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/grpc_transcoding.rb +106 -0
- data/lib/google/cloud/compute/v1/url_maps.rb +44 -0
- data/lib/google/cloud/compute/v1/url_maps/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/url_maps/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +876 -0
- data/lib/google/cloud/compute/v1/url_maps/rest/grpc_transcoding.rb +154 -0
- data/lib/google/cloud/compute/v1/version.rb +28 -0
- data/lib/google/cloud/compute/v1/vpn_gateways.rb +44 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +806 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/grpc_transcoding.rb +142 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels.rb +44 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +596 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/grpc_transcoding.rb +106 -0
- data/lib/google/cloud/compute/v1/zone_operations.rb +44 -0
- data/lib/google/cloud/compute/v1/zone_operations/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +501 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest/grpc_transcoding.rb +87 -0
- data/lib/google/cloud/compute/v1/zones.rb +44 -0
- data/lib/google/cloud/compute/v1/zones/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/zones/rest.rb +35 -0
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +361 -0
- data/lib/google/cloud/compute/v1/zones/rest/grpc_transcoding.rb +63 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/field_behavior.rb +65 -0
- data/proto_docs/google/api/resource.rb +283 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +27425 -0
- metadata +568 -0
@@ -0,0 +1,81 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Cloud
|
22
|
+
module Compute
|
23
|
+
module V1
|
24
|
+
module MachineTypes
|
25
|
+
module Rest
|
26
|
+
# GRPC transcoding helper methods for the MachineTypes REST API.
|
27
|
+
module GrpcTranscoding
|
28
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListMachineTypesRequest]
|
29
|
+
# A request object representing the call parameters. Required.
|
30
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
31
|
+
# Uri, Body, Query string parameters
|
32
|
+
def transcode_aggregated_list request_pb
|
33
|
+
uri = "/compute/v1/projects/#{request_pb.project}/aggregated/machineTypes"
|
34
|
+
body = nil
|
35
|
+
query_string_params = {}
|
36
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
37
|
+
query_string_params["includeAllScopes"] = request_pb.include_all_scopes.to_s if request_pb.has_include_all_scopes?
|
38
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
39
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
40
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
41
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
42
|
+
|
43
|
+
[uri, body, query_string_params]
|
44
|
+
end
|
45
|
+
|
46
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetMachineTypeRequest]
|
47
|
+
# A request object representing the call parameters. Required.
|
48
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
49
|
+
# Uri, Body, Query string parameters
|
50
|
+
def transcode_get request_pb
|
51
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/machineTypes/#{request_pb.machine_type}"
|
52
|
+
body = nil
|
53
|
+
query_string_params = {}
|
54
|
+
|
55
|
+
[uri, body, query_string_params]
|
56
|
+
end
|
57
|
+
|
58
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListMachineTypesRequest]
|
59
|
+
# A request object representing the call parameters. Required.
|
60
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
61
|
+
# Uri, Body, Query string parameters
|
62
|
+
def transcode_list request_pb
|
63
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/machineTypes"
|
64
|
+
body = nil
|
65
|
+
query_string_params = {}
|
66
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
67
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
68
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
69
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
70
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
71
|
+
|
72
|
+
[uri, body, query_string_params]
|
73
|
+
end
|
74
|
+
extend self
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
81
|
+
end
|
@@ -0,0 +1,44 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "gapic/config"
|
20
|
+
require "gapic/config/method"
|
21
|
+
|
22
|
+
require "google/cloud/compute/v1/version"
|
23
|
+
|
24
|
+
require "google/cloud/compute/v1/network_endpoint_groups/credentials"
|
25
|
+
require "google/cloud/compute/v1/network_endpoint_groups/rest"
|
26
|
+
|
27
|
+
module Google
|
28
|
+
module Cloud
|
29
|
+
module Compute
|
30
|
+
module V1
|
31
|
+
# To load this service and instantiate a REST client:
|
32
|
+
#
|
33
|
+
# require "google/cloud/compute/v1/network_endpoint_groups"
|
34
|
+
# client = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client.new
|
35
|
+
#
|
36
|
+
module NetworkEndpointGroups
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
helper_path = ::File.join __dir__, "network_endpoint_groups", "helpers.rb"
|
44
|
+
require "google/cloud/compute/v1/network_endpoint_groups/helpers" if ::File.file? helper_path
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "googleauth"
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Cloud
|
23
|
+
module Compute
|
24
|
+
module V1
|
25
|
+
module NetworkEndpointGroups
|
26
|
+
# Credentials for the NetworkEndpointGroups API.
|
27
|
+
class Credentials < ::Google::Auth::Credentials
|
28
|
+
self.scope = [
|
29
|
+
"https://www.googleapis.com/auth/compute",
|
30
|
+
"https://www.googleapis.com/auth/cloud-platform"
|
31
|
+
]
|
32
|
+
self.env_vars = [
|
33
|
+
"COMPUTE_CREDENTIALS",
|
34
|
+
"COMPUTE_KEYFILE",
|
35
|
+
"GOOGLE_CLOUD_CREDENTIALS",
|
36
|
+
"GOOGLE_CLOUD_KEYFILE",
|
37
|
+
"GCLOUD_KEYFILE",
|
38
|
+
"COMPUTE_CREDENTIALS_JSON",
|
39
|
+
"COMPUTE_KEYFILE_JSON",
|
40
|
+
"GOOGLE_CLOUD_CREDENTIALS_JSON",
|
41
|
+
"GOOGLE_CLOUD_KEYFILE_JSON",
|
42
|
+
"GCLOUD_KEYFILE_JSON"
|
43
|
+
]
|
44
|
+
self.paths = [
|
45
|
+
"~/.config/google_cloud/application_default_credentials.json"
|
46
|
+
]
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "gapic/rest"
|
20
|
+
require "google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding"
|
21
|
+
require "google/cloud/compute/v1/network_endpoint_groups/rest/client"
|
22
|
+
|
23
|
+
module Google
|
24
|
+
module Cloud
|
25
|
+
module Compute
|
26
|
+
module V1
|
27
|
+
module NetworkEndpointGroups
|
28
|
+
# Client for the REST transport
|
29
|
+
module Rest
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,904 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Copyright 2021 Google LLC
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
|
17
|
+
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
|
+
|
19
|
+
require "google/cloud/errors"
|
20
|
+
require "google/cloud/compute/v1/compute_pb"
|
21
|
+
|
22
|
+
module Google
|
23
|
+
module Cloud
|
24
|
+
module Compute
|
25
|
+
module V1
|
26
|
+
module NetworkEndpointGroups
|
27
|
+
module Rest
|
28
|
+
##
|
29
|
+
# REST client for the NetworkEndpointGroups service.
|
30
|
+
#
|
31
|
+
# The NetworkEndpointGroups API.
|
32
|
+
#
|
33
|
+
class Client
|
34
|
+
include GrpcTranscoding
|
35
|
+
|
36
|
+
# @private
|
37
|
+
attr_reader :network_endpoint_groups_stub
|
38
|
+
|
39
|
+
##
|
40
|
+
# Configure the NetworkEndpointGroups Client class.
|
41
|
+
#
|
42
|
+
# See {::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client::Configuration}
|
43
|
+
# for a description of the configuration fields.
|
44
|
+
#
|
45
|
+
# ## Example
|
46
|
+
#
|
47
|
+
# To modify the configuration for all NetworkEndpointGroups clients:
|
48
|
+
#
|
49
|
+
# ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client.configure do |config|
|
50
|
+
# config.timeout = 10.0
|
51
|
+
# end
|
52
|
+
#
|
53
|
+
# @yield [config] Configure the Client client.
|
54
|
+
# @yieldparam config [Client::Configuration]
|
55
|
+
#
|
56
|
+
# @return [Client::Configuration]
|
57
|
+
#
|
58
|
+
def self.configure
|
59
|
+
@configure ||= begin
|
60
|
+
namespace = ["Google", "Cloud", "Compute", "V1"]
|
61
|
+
parent_config = while namespace.any?
|
62
|
+
parent_name = namespace.join "::"
|
63
|
+
parent_const = const_get parent_name
|
64
|
+
break parent_const.configure if parent_const.respond_to? :configure
|
65
|
+
namespace.pop
|
66
|
+
end
|
67
|
+
default_config = Client::Configuration.new parent_config
|
68
|
+
|
69
|
+
default_config
|
70
|
+
end
|
71
|
+
yield @configure if block_given?
|
72
|
+
@configure
|
73
|
+
end
|
74
|
+
|
75
|
+
##
|
76
|
+
# Configure the NetworkEndpointGroups Client instance.
|
77
|
+
#
|
78
|
+
# The configuration is set to the derived mode, meaning that values can be changed,
|
79
|
+
# but structural changes (adding new fields, etc.) are not allowed. Structural changes
|
80
|
+
# should be made on {Client.configure}.
|
81
|
+
#
|
82
|
+
# See {::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client::Configuration}
|
83
|
+
# for a description of the configuration fields.
|
84
|
+
#
|
85
|
+
# @yield [config] Configure the Client client.
|
86
|
+
# @yieldparam config [Client::Configuration]
|
87
|
+
#
|
88
|
+
# @return [Client::Configuration]
|
89
|
+
#
|
90
|
+
def configure
|
91
|
+
yield @config if block_given?
|
92
|
+
@config
|
93
|
+
end
|
94
|
+
|
95
|
+
##
|
96
|
+
# Create a new NetworkEndpointGroups REST client object.
|
97
|
+
#
|
98
|
+
# ## Examples
|
99
|
+
#
|
100
|
+
# To create a new NetworkEndpointGroups REST client with the default
|
101
|
+
# configuration:
|
102
|
+
#
|
103
|
+
# client = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client.new
|
104
|
+
#
|
105
|
+
# To create a new NetworkEndpointGroups REST client with a custom
|
106
|
+
# configuration:
|
107
|
+
#
|
108
|
+
# client = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Rest::Client.new do |config|
|
109
|
+
# config.timeout = 10.0
|
110
|
+
# end
|
111
|
+
#
|
112
|
+
# @yield [config] Configure the NetworkEndpointGroups client.
|
113
|
+
# @yieldparam config [Client::Configuration]
|
114
|
+
#
|
115
|
+
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
|
+
# Create the configuration object
|
121
|
+
@config = Configuration.new Client.configure
|
122
|
+
|
123
|
+
# Yield the configuration if needed
|
124
|
+
yield @config if block_given?
|
125
|
+
|
126
|
+
# Create credentials
|
127
|
+
credentials = @config.credentials
|
128
|
+
credentials ||= Credentials.default scope: @config.scope
|
129
|
+
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
130
|
+
credentials = Credentials.new credentials, scope: @config.scope
|
131
|
+
end
|
132
|
+
|
133
|
+
@client_stub = ::Gapic::Rest::ClientStub.new endpoint: @config.endpoint, credentials: credentials
|
134
|
+
end
|
135
|
+
|
136
|
+
# Service calls
|
137
|
+
|
138
|
+
##
|
139
|
+
# Retrieves the list of network endpoint groups and sorts them by zone.
|
140
|
+
#
|
141
|
+
# @overload aggregated_list(request, options = nil)
|
142
|
+
# Pass arguments to `aggregated_list` via a request object, either of type
|
143
|
+
# {::Google::Cloud::Compute::V1::AggregatedListNetworkEndpointGroupsRequest} or an equivalent Hash.
|
144
|
+
#
|
145
|
+
# @param request [::Google::Cloud::Compute::V1::AggregatedListNetworkEndpointGroupsRequest, ::Hash]
|
146
|
+
# A request object representing the call parameters. Required. To specify no
|
147
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
148
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
149
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
150
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
151
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
152
|
+
#
|
153
|
+
# @overload aggregated_list(filter: nil, include_all_scopes: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil)
|
154
|
+
# Pass arguments to `aggregated_list` via keyword arguments. Note that at
|
155
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
156
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
157
|
+
#
|
158
|
+
# @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) ```
|
166
|
+
# @param include_all_scopes [::Boolean]
|
167
|
+
# 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
|
+
# @param max_results [::Integer]
|
169
|
+
# 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
|
+
# @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.
|
176
|
+
# @param page_token [::String]
|
177
|
+
# 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
|
+
# @param project [::String]
|
179
|
+
# Project ID for this request.
|
180
|
+
# @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 and the logic is the same as today.
|
182
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
183
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::NetworkEndpointGroupAggregatedList]
|
184
|
+
# @yieldparam response [::Faraday::Response]
|
185
|
+
#
|
186
|
+
# @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupAggregatedList]
|
187
|
+
#
|
188
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
189
|
+
def aggregated_list request, options = nil
|
190
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
191
|
+
|
192
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::AggregatedListNetworkEndpointGroupsRequest
|
193
|
+
|
194
|
+
# Converts hash and nil to an options object
|
195
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
196
|
+
|
197
|
+
# Customize the options with defaults
|
198
|
+
call_metadata = {}
|
199
|
+
|
200
|
+
# Set x-goog-api-client header
|
201
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
202
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
203
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
204
|
+
|
205
|
+
options.apply_defaults timeout: @config.timeout,
|
206
|
+
metadata: call_metadata
|
207
|
+
|
208
|
+
uri, _body, query_string_params = transcode_aggregated_list request
|
209
|
+
response = @client_stub.make_get_request(
|
210
|
+
uri: uri,
|
211
|
+
params: query_string_params,
|
212
|
+
options: options
|
213
|
+
)
|
214
|
+
result = ::Google::Cloud::Compute::V1::NetworkEndpointGroupAggregatedList.decode_json response.body, ignore_unknown_fields: true
|
215
|
+
|
216
|
+
yield result, response if block_given?
|
217
|
+
result
|
218
|
+
rescue ::Faraday::Error => e
|
219
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
220
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
221
|
+
end
|
222
|
+
|
223
|
+
##
|
224
|
+
# Attach a list of network endpoints to the specified network endpoint group.
|
225
|
+
#
|
226
|
+
# @overload attach_network_endpoints(request, options = nil)
|
227
|
+
# Pass arguments to `attach_network_endpoints` via a request object, either of type
|
228
|
+
# {::Google::Cloud::Compute::V1::AttachNetworkEndpointsNetworkEndpointGroupRequest} or an equivalent Hash.
|
229
|
+
#
|
230
|
+
# @param request [::Google::Cloud::Compute::V1::AttachNetworkEndpointsNetworkEndpointGroupRequest, ::Hash]
|
231
|
+
# A request object representing the call parameters. Required. To specify no
|
232
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
233
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
234
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
235
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
236
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
237
|
+
#
|
238
|
+
# @overload attach_network_endpoints(network_endpoint_group: nil, network_endpoint_groups_attach_endpoints_request_resource: nil, project: nil, request_id: nil, zone: nil)
|
239
|
+
# Pass arguments to `attach_network_endpoints` via keyword arguments. Note that at
|
240
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
241
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
242
|
+
#
|
243
|
+
# @param network_endpoint_group [::String]
|
244
|
+
# The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.
|
245
|
+
# @param network_endpoint_groups_attach_endpoints_request_resource [::Google::Cloud::Compute::V1::NetworkEndpointGroupsAttachEndpointsRequest, ::Hash]
|
246
|
+
# The body resource for this request
|
247
|
+
# @param project [::String]
|
248
|
+
# Project ID for this request.
|
249
|
+
# @param request_id [::String]
|
250
|
+
# 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.
|
251
|
+
#
|
252
|
+
# 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.
|
253
|
+
#
|
254
|
+
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
255
|
+
# @param zone [::String]
|
256
|
+
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
257
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
258
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
259
|
+
# @yieldparam response [::Faraday::Response]
|
260
|
+
#
|
261
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
262
|
+
#
|
263
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
264
|
+
def attach_network_endpoints request, options = nil
|
265
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
266
|
+
|
267
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::AttachNetworkEndpointsNetworkEndpointGroupRequest
|
268
|
+
|
269
|
+
# Converts hash and nil to an options object
|
270
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
271
|
+
|
272
|
+
# Customize the options with defaults
|
273
|
+
call_metadata = {}
|
274
|
+
|
275
|
+
# Set x-goog-api-client header
|
276
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
277
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
278
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
279
|
+
|
280
|
+
options.apply_defaults timeout: @config.timeout,
|
281
|
+
metadata: call_metadata
|
282
|
+
|
283
|
+
uri, body, _query_string_params = transcode_attach_network_endpoints request
|
284
|
+
response = @client_stub.make_post_request(
|
285
|
+
uri: uri,
|
286
|
+
body: body,
|
287
|
+
options: options
|
288
|
+
)
|
289
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
290
|
+
|
291
|
+
yield result, response if block_given?
|
292
|
+
result
|
293
|
+
rescue ::Faraday::Error => e
|
294
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
295
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
296
|
+
end
|
297
|
+
|
298
|
+
##
|
299
|
+
# Deletes the specified network endpoint group. The network endpoints in the NEG and the VM instances they belong to are not terminated when the NEG is deleted. Note that the NEG cannot be deleted if there are backend services referencing it.
|
300
|
+
#
|
301
|
+
# @overload delete(request, options = nil)
|
302
|
+
# Pass arguments to `delete` via a request object, either of type
|
303
|
+
# {::Google::Cloud::Compute::V1::DeleteNetworkEndpointGroupRequest} or an equivalent Hash.
|
304
|
+
#
|
305
|
+
# @param request [::Google::Cloud::Compute::V1::DeleteNetworkEndpointGroupRequest, ::Hash]
|
306
|
+
# A request object representing the call parameters. Required. To specify no
|
307
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
308
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
309
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
310
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
311
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
312
|
+
#
|
313
|
+
# @overload delete(network_endpoint_group: nil, project: nil, request_id: nil, zone: nil)
|
314
|
+
# Pass arguments to `delete` via keyword arguments. Note that at
|
315
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
316
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
317
|
+
#
|
318
|
+
# @param network_endpoint_group [::String]
|
319
|
+
# The name of the network endpoint group to delete. It should comply with RFC1035.
|
320
|
+
# @param project [::String]
|
321
|
+
# Project ID for this request.
|
322
|
+
# @param request_id [::String]
|
323
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
|
324
|
+
#
|
325
|
+
# For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
|
326
|
+
#
|
327
|
+
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
328
|
+
# @param zone [::String]
|
329
|
+
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
330
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
331
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
332
|
+
# @yieldparam response [::Faraday::Response]
|
333
|
+
#
|
334
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
335
|
+
#
|
336
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
337
|
+
def delete request, options = nil
|
338
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
339
|
+
|
340
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::DeleteNetworkEndpointGroupRequest
|
341
|
+
|
342
|
+
# Converts hash and nil to an options object
|
343
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
344
|
+
|
345
|
+
# Customize the options with defaults
|
346
|
+
call_metadata = {}
|
347
|
+
|
348
|
+
# Set x-goog-api-client header
|
349
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
350
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
351
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
352
|
+
|
353
|
+
options.apply_defaults timeout: @config.timeout,
|
354
|
+
metadata: call_metadata
|
355
|
+
|
356
|
+
uri, _body, query_string_params = transcode_delete request
|
357
|
+
response = @client_stub.make_delete_request(
|
358
|
+
uri: uri,
|
359
|
+
params: query_string_params,
|
360
|
+
options: options
|
361
|
+
)
|
362
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
363
|
+
|
364
|
+
yield result, response if block_given?
|
365
|
+
result
|
366
|
+
rescue ::Faraday::Error => e
|
367
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
368
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
369
|
+
end
|
370
|
+
|
371
|
+
##
|
372
|
+
# Detach a list of network endpoints from the specified network endpoint group.
|
373
|
+
#
|
374
|
+
# @overload detach_network_endpoints(request, options = nil)
|
375
|
+
# Pass arguments to `detach_network_endpoints` via a request object, either of type
|
376
|
+
# {::Google::Cloud::Compute::V1::DetachNetworkEndpointsNetworkEndpointGroupRequest} or an equivalent Hash.
|
377
|
+
#
|
378
|
+
# @param request [::Google::Cloud::Compute::V1::DetachNetworkEndpointsNetworkEndpointGroupRequest, ::Hash]
|
379
|
+
# A request object representing the call parameters. Required. To specify no
|
380
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
381
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
382
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
383
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
384
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
385
|
+
#
|
386
|
+
# @overload detach_network_endpoints(network_endpoint_group: nil, network_endpoint_groups_detach_endpoints_request_resource: nil, project: nil, request_id: nil, zone: nil)
|
387
|
+
# Pass arguments to `detach_network_endpoints` via keyword arguments. Note that at
|
388
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
389
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
390
|
+
#
|
391
|
+
# @param network_endpoint_group [::String]
|
392
|
+
# The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.
|
393
|
+
# @param network_endpoint_groups_detach_endpoints_request_resource [::Google::Cloud::Compute::V1::NetworkEndpointGroupsDetachEndpointsRequest, ::Hash]
|
394
|
+
# The body resource for this request
|
395
|
+
# @param project [::String]
|
396
|
+
# Project ID for this request.
|
397
|
+
# @param request_id [::String]
|
398
|
+
# 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.
|
399
|
+
#
|
400
|
+
# 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.
|
401
|
+
#
|
402
|
+
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
403
|
+
# @param zone [::String]
|
404
|
+
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
405
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
406
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
407
|
+
# @yieldparam response [::Faraday::Response]
|
408
|
+
#
|
409
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
410
|
+
#
|
411
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
412
|
+
def detach_network_endpoints request, options = nil
|
413
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
414
|
+
|
415
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::DetachNetworkEndpointsNetworkEndpointGroupRequest
|
416
|
+
|
417
|
+
# Converts hash and nil to an options object
|
418
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
419
|
+
|
420
|
+
# Customize the options with defaults
|
421
|
+
call_metadata = {}
|
422
|
+
|
423
|
+
# Set x-goog-api-client header
|
424
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
425
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
426
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
427
|
+
|
428
|
+
options.apply_defaults timeout: @config.timeout,
|
429
|
+
metadata: call_metadata
|
430
|
+
|
431
|
+
uri, body, _query_string_params = transcode_detach_network_endpoints request
|
432
|
+
response = @client_stub.make_post_request(
|
433
|
+
uri: uri,
|
434
|
+
body: body,
|
435
|
+
options: options
|
436
|
+
)
|
437
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
438
|
+
|
439
|
+
yield result, response if block_given?
|
440
|
+
result
|
441
|
+
rescue ::Faraday::Error => e
|
442
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
443
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
444
|
+
end
|
445
|
+
|
446
|
+
##
|
447
|
+
# Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.
|
448
|
+
#
|
449
|
+
# @overload get(request, options = nil)
|
450
|
+
# Pass arguments to `get` via a request object, either of type
|
451
|
+
# {::Google::Cloud::Compute::V1::GetNetworkEndpointGroupRequest} or an equivalent Hash.
|
452
|
+
#
|
453
|
+
# @param request [::Google::Cloud::Compute::V1::GetNetworkEndpointGroupRequest, ::Hash]
|
454
|
+
# A request object representing the call parameters. Required. To specify no
|
455
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
456
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
457
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
458
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
459
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
460
|
+
#
|
461
|
+
# @overload get(network_endpoint_group: nil, project: nil, zone: nil)
|
462
|
+
# Pass arguments to `get` via keyword arguments. Note that at
|
463
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
464
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
465
|
+
#
|
466
|
+
# @param network_endpoint_group [::String]
|
467
|
+
# The name of the network endpoint group. It should comply with RFC1035.
|
468
|
+
# @param project [::String]
|
469
|
+
# Project ID for this request.
|
470
|
+
# @param zone [::String]
|
471
|
+
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
472
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
473
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::NetworkEndpointGroup]
|
474
|
+
# @yieldparam response [::Faraday::Response]
|
475
|
+
#
|
476
|
+
# @return [::Google::Cloud::Compute::V1::NetworkEndpointGroup]
|
477
|
+
#
|
478
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
479
|
+
def get request, options = nil
|
480
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
481
|
+
|
482
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::GetNetworkEndpointGroupRequest
|
483
|
+
|
484
|
+
# Converts hash and nil to an options object
|
485
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
486
|
+
|
487
|
+
# Customize the options with defaults
|
488
|
+
call_metadata = {}
|
489
|
+
|
490
|
+
# Set x-goog-api-client header
|
491
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
492
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
493
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
494
|
+
|
495
|
+
options.apply_defaults timeout: @config.timeout,
|
496
|
+
metadata: call_metadata
|
497
|
+
|
498
|
+
uri, _body, _query_string_params = transcode_get request
|
499
|
+
response = @client_stub.make_get_request(
|
500
|
+
uri: uri,
|
501
|
+
options: options
|
502
|
+
)
|
503
|
+
result = ::Google::Cloud::Compute::V1::NetworkEndpointGroup.decode_json response.body, ignore_unknown_fields: true
|
504
|
+
|
505
|
+
yield result, response if block_given?
|
506
|
+
result
|
507
|
+
rescue ::Faraday::Error => e
|
508
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
509
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
510
|
+
end
|
511
|
+
|
512
|
+
##
|
513
|
+
# Creates a network endpoint group in the specified project using the parameters that are included in the request.
|
514
|
+
#
|
515
|
+
# @overload insert(request, options = nil)
|
516
|
+
# Pass arguments to `insert` via a request object, either of type
|
517
|
+
# {::Google::Cloud::Compute::V1::InsertNetworkEndpointGroupRequest} or an equivalent Hash.
|
518
|
+
#
|
519
|
+
# @param request [::Google::Cloud::Compute::V1::InsertNetworkEndpointGroupRequest, ::Hash]
|
520
|
+
# A request object representing the call parameters. Required. To specify no
|
521
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
522
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
523
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
524
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
525
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
526
|
+
#
|
527
|
+
# @overload insert(network_endpoint_group_resource: nil, project: nil, request_id: nil, zone: nil)
|
528
|
+
# Pass arguments to `insert` via keyword arguments. Note that at
|
529
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
530
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
531
|
+
#
|
532
|
+
# @param network_endpoint_group_resource [::Google::Cloud::Compute::V1::NetworkEndpointGroup, ::Hash]
|
533
|
+
# The body resource for this request
|
534
|
+
# @param project [::String]
|
535
|
+
# Project ID for this request.
|
536
|
+
# @param request_id [::String]
|
537
|
+
# 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.
|
538
|
+
#
|
539
|
+
# 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.
|
540
|
+
#
|
541
|
+
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
542
|
+
# @param zone [::String]
|
543
|
+
# The name of the zone where you want to create the network endpoint group. It should comply with RFC1035.
|
544
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
545
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
546
|
+
# @yieldparam response [::Faraday::Response]
|
547
|
+
#
|
548
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
549
|
+
#
|
550
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
551
|
+
def insert request, options = nil
|
552
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
553
|
+
|
554
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::InsertNetworkEndpointGroupRequest
|
555
|
+
|
556
|
+
# Converts hash and nil to an options object
|
557
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
558
|
+
|
559
|
+
# Customize the options with defaults
|
560
|
+
call_metadata = {}
|
561
|
+
|
562
|
+
# Set x-goog-api-client header
|
563
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
564
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
565
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
566
|
+
|
567
|
+
options.apply_defaults timeout: @config.timeout,
|
568
|
+
metadata: call_metadata
|
569
|
+
|
570
|
+
uri, body, _query_string_params = transcode_insert request
|
571
|
+
response = @client_stub.make_post_request(
|
572
|
+
uri: uri,
|
573
|
+
body: body,
|
574
|
+
options: options
|
575
|
+
)
|
576
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
577
|
+
|
578
|
+
yield result, response if block_given?
|
579
|
+
result
|
580
|
+
rescue ::Faraday::Error => e
|
581
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
582
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
583
|
+
end
|
584
|
+
|
585
|
+
##
|
586
|
+
# Retrieves the list of network endpoint groups that are located in the specified project and zone.
|
587
|
+
#
|
588
|
+
# @overload list(request, options = nil)
|
589
|
+
# Pass arguments to `list` via a request object, either of type
|
590
|
+
# {::Google::Cloud::Compute::V1::ListNetworkEndpointGroupsRequest} or an equivalent Hash.
|
591
|
+
#
|
592
|
+
# @param request [::Google::Cloud::Compute::V1::ListNetworkEndpointGroupsRequest, ::Hash]
|
593
|
+
# A request object representing the call parameters. Required. To specify no
|
594
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
595
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
596
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
597
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
598
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
599
|
+
#
|
600
|
+
# @overload list(filter: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil, zone: nil)
|
601
|
+
# Pass arguments to `list` via keyword arguments. Note that at
|
602
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
603
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
604
|
+
#
|
605
|
+
# @param filter [::String]
|
606
|
+
# 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 `<`.
|
607
|
+
#
|
608
|
+
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
609
|
+
#
|
610
|
+
# 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.
|
611
|
+
#
|
612
|
+
# 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) ```
|
613
|
+
# @param max_results [::Integer]
|
614
|
+
# 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`)
|
615
|
+
# @param order_by [::String]
|
616
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
617
|
+
#
|
618
|
+
# 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.
|
619
|
+
#
|
620
|
+
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
621
|
+
# @param page_token [::String]
|
622
|
+
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
623
|
+
# @param project [::String]
|
624
|
+
# Project ID for this request.
|
625
|
+
# @param return_partial_success [::Boolean]
|
626
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.
|
627
|
+
# @param zone [::String]
|
628
|
+
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
629
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
630
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::NetworkEndpointGroupList]
|
631
|
+
# @yieldparam response [::Faraday::Response]
|
632
|
+
#
|
633
|
+
# @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupList]
|
634
|
+
#
|
635
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
636
|
+
def list request, options = nil
|
637
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
638
|
+
|
639
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::ListNetworkEndpointGroupsRequest
|
640
|
+
|
641
|
+
# Converts hash and nil to an options object
|
642
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
643
|
+
|
644
|
+
# Customize the options with defaults
|
645
|
+
call_metadata = {}
|
646
|
+
|
647
|
+
# Set x-goog-api-client header
|
648
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
649
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
650
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
651
|
+
|
652
|
+
options.apply_defaults timeout: @config.timeout,
|
653
|
+
metadata: call_metadata
|
654
|
+
|
655
|
+
uri, _body, query_string_params = transcode_list request
|
656
|
+
response = @client_stub.make_get_request(
|
657
|
+
uri: uri,
|
658
|
+
params: query_string_params,
|
659
|
+
options: options
|
660
|
+
)
|
661
|
+
result = ::Google::Cloud::Compute::V1::NetworkEndpointGroupList.decode_json response.body, ignore_unknown_fields: true
|
662
|
+
|
663
|
+
yield result, response if block_given?
|
664
|
+
result
|
665
|
+
rescue ::Faraday::Error => e
|
666
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
667
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
668
|
+
end
|
669
|
+
|
670
|
+
##
|
671
|
+
# Lists the network endpoints in the specified network endpoint group.
|
672
|
+
#
|
673
|
+
# @overload list_network_endpoints(request, options = nil)
|
674
|
+
# Pass arguments to `list_network_endpoints` via a request object, either of type
|
675
|
+
# {::Google::Cloud::Compute::V1::ListNetworkEndpointsNetworkEndpointGroupsRequest} or an equivalent Hash.
|
676
|
+
#
|
677
|
+
# @param request [::Google::Cloud::Compute::V1::ListNetworkEndpointsNetworkEndpointGroupsRequest, ::Hash]
|
678
|
+
# A request object representing the call parameters. Required. To specify no
|
679
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
680
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
681
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
682
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
683
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
684
|
+
#
|
685
|
+
# @overload list_network_endpoints(filter: nil, max_results: nil, network_endpoint_group: nil, network_endpoint_groups_list_endpoints_request_resource: nil, order_by: nil, page_token: nil, project: nil, return_partial_success: nil, zone: nil)
|
686
|
+
# Pass arguments to `list_network_endpoints` via keyword arguments. Note that at
|
687
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
688
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
689
|
+
#
|
690
|
+
# @param filter [::String]
|
691
|
+
# 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 `<`.
|
692
|
+
#
|
693
|
+
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
694
|
+
#
|
695
|
+
# 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.
|
696
|
+
#
|
697
|
+
# 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) ```
|
698
|
+
# @param max_results [::Integer]
|
699
|
+
# 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`)
|
700
|
+
# @param network_endpoint_group [::String]
|
701
|
+
# The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.
|
702
|
+
# @param network_endpoint_groups_list_endpoints_request_resource [::Google::Cloud::Compute::V1::NetworkEndpointGroupsListEndpointsRequest, ::Hash]
|
703
|
+
# The body resource for this request
|
704
|
+
# @param order_by [::String]
|
705
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
706
|
+
#
|
707
|
+
# 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.
|
708
|
+
#
|
709
|
+
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
710
|
+
# @param page_token [::String]
|
711
|
+
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
712
|
+
# @param project [::String]
|
713
|
+
# Project ID for this request.
|
714
|
+
# @param return_partial_success [::Boolean]
|
715
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.
|
716
|
+
# @param zone [::String]
|
717
|
+
# The name of the zone where the network endpoint group is located. It should comply with RFC1035.
|
718
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
719
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::NetworkEndpointGroupsListNetworkEndpoints]
|
720
|
+
# @yieldparam response [::Faraday::Response]
|
721
|
+
#
|
722
|
+
# @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupsListNetworkEndpoints]
|
723
|
+
#
|
724
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
725
|
+
def list_network_endpoints request, options = nil
|
726
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
727
|
+
|
728
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::ListNetworkEndpointsNetworkEndpointGroupsRequest
|
729
|
+
|
730
|
+
# Converts hash and nil to an options object
|
731
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
732
|
+
|
733
|
+
# Customize the options with defaults
|
734
|
+
call_metadata = {}
|
735
|
+
|
736
|
+
# Set x-goog-api-client header
|
737
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
738
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
739
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
740
|
+
|
741
|
+
options.apply_defaults timeout: @config.timeout,
|
742
|
+
metadata: call_metadata
|
743
|
+
|
744
|
+
uri, body, _query_string_params = transcode_list_network_endpoints request
|
745
|
+
response = @client_stub.make_post_request(
|
746
|
+
uri: uri,
|
747
|
+
body: body,
|
748
|
+
options: options
|
749
|
+
)
|
750
|
+
result = ::Google::Cloud::Compute::V1::NetworkEndpointGroupsListNetworkEndpoints.decode_json response.body, ignore_unknown_fields: true
|
751
|
+
|
752
|
+
yield result, response if block_given?
|
753
|
+
result
|
754
|
+
rescue ::Faraday::Error => e
|
755
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
756
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
757
|
+
end
|
758
|
+
|
759
|
+
##
|
760
|
+
# Returns permissions that a caller has on the specified resource.
|
761
|
+
#
|
762
|
+
# @overload test_iam_permissions(request, options = nil)
|
763
|
+
# Pass arguments to `test_iam_permissions` via a request object, either of type
|
764
|
+
# {::Google::Cloud::Compute::V1::TestIamPermissionsNetworkEndpointGroupRequest} or an equivalent Hash.
|
765
|
+
#
|
766
|
+
# @param request [::Google::Cloud::Compute::V1::TestIamPermissionsNetworkEndpointGroupRequest, ::Hash]
|
767
|
+
# A request object representing the call parameters. Required. To specify no
|
768
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
769
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
770
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
771
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
772
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
773
|
+
#
|
774
|
+
# @overload test_iam_permissions(project: nil, resource: nil, test_permissions_request_resource: nil, zone: nil)
|
775
|
+
# Pass arguments to `test_iam_permissions` via keyword arguments. Note that at
|
776
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
777
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
778
|
+
#
|
779
|
+
# @param project [::String]
|
780
|
+
# Project ID for this request.
|
781
|
+
# @param resource [::String]
|
782
|
+
# Name or id of the resource for this request.
|
783
|
+
# @param test_permissions_request_resource [::Google::Cloud::Compute::V1::TestPermissionsRequest, ::Hash]
|
784
|
+
# The body resource for this request
|
785
|
+
# @param zone [::String]
|
786
|
+
# The name of the zone for this request.
|
787
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
788
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
789
|
+
# @yieldparam response [::Faraday::Response]
|
790
|
+
#
|
791
|
+
# @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
792
|
+
#
|
793
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
794
|
+
def test_iam_permissions request, options = nil
|
795
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
796
|
+
|
797
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::TestIamPermissionsNetworkEndpointGroupRequest
|
798
|
+
|
799
|
+
# Converts hash and nil to an options object
|
800
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
801
|
+
|
802
|
+
# Customize the options with defaults
|
803
|
+
call_metadata = {}
|
804
|
+
|
805
|
+
# Set x-goog-api-client header
|
806
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
807
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
808
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
809
|
+
|
810
|
+
options.apply_defaults timeout: @config.timeout,
|
811
|
+
metadata: call_metadata
|
812
|
+
|
813
|
+
uri, body, _query_string_params = transcode_test_iam_permissions request
|
814
|
+
response = @client_stub.make_post_request(
|
815
|
+
uri: uri,
|
816
|
+
body: body,
|
817
|
+
options: options
|
818
|
+
)
|
819
|
+
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
820
|
+
|
821
|
+
yield result, response if block_given?
|
822
|
+
result
|
823
|
+
rescue ::Faraday::Error => e
|
824
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
825
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
826
|
+
end
|
827
|
+
|
828
|
+
##
|
829
|
+
# Configuration class for the NetworkEndpointGroups REST API.
|
830
|
+
#
|
831
|
+
# This class represents the configuration for NetworkEndpointGroups REST,
|
832
|
+
# providing control over credentials, timeouts, retry behavior, logging.
|
833
|
+
#
|
834
|
+
# Configuration can be applied globally to all clients, or to a single client
|
835
|
+
# on construction.
|
836
|
+
#
|
837
|
+
# # Examples
|
838
|
+
#
|
839
|
+
# To modify the global config, setting the timeout for all calls to 10 seconds:
|
840
|
+
#
|
841
|
+
# ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Client.configure do |config|
|
842
|
+
# config.timeout = 10.0
|
843
|
+
# end
|
844
|
+
#
|
845
|
+
# To apply the above configuration only to a new client:
|
846
|
+
#
|
847
|
+
# client = ::Google::Cloud::Compute::V1::NetworkEndpointGroups::Client.new do |config|
|
848
|
+
# config.timeout = 10.0
|
849
|
+
# end
|
850
|
+
#
|
851
|
+
# @!attribute [rw] endpoint
|
852
|
+
# The hostname or hostname:port of the service endpoint.
|
853
|
+
# Defaults to `"compute.googleapis.com"`.
|
854
|
+
# @return [::String]
|
855
|
+
# @!attribute [rw] credentials
|
856
|
+
# Credentials to send with calls. You may provide any of the following types:
|
857
|
+
# * (`String`) The path to a service account key file in JSON format
|
858
|
+
# * (`Hash`) A service account key as a Hash
|
859
|
+
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
860
|
+
# (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
|
861
|
+
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
862
|
+
# (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
|
863
|
+
# * (`nil`) indicating no credentials
|
864
|
+
# @return [::Object]
|
865
|
+
# @!attribute [rw] scope
|
866
|
+
# The OAuth scopes
|
867
|
+
# @return [::Array<::String>]
|
868
|
+
# @!attribute [rw] lib_name
|
869
|
+
# The library name as recorded in instrumentation and logging
|
870
|
+
# @return [::String]
|
871
|
+
# @!attribute [rw] lib_version
|
872
|
+
# The library version as recorded in instrumentation and logging
|
873
|
+
# @return [::String]
|
874
|
+
# @!attribute [rw] timeout
|
875
|
+
# The call timeout in seconds.
|
876
|
+
# @return [::Numeric]
|
877
|
+
#
|
878
|
+
class Configuration
|
879
|
+
extend ::Gapic::Config
|
880
|
+
|
881
|
+
config_attr :endpoint, "compute.googleapis.com", ::String
|
882
|
+
config_attr :credentials, nil do |value|
|
883
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
884
|
+
allowed.any? { |klass| klass === value }
|
885
|
+
end
|
886
|
+
config_attr :scope, nil, ::String, ::Array, nil
|
887
|
+
config_attr :lib_name, nil, ::String, nil
|
888
|
+
config_attr :lib_version, nil, ::String, nil
|
889
|
+
config_attr :timeout, nil, ::Numeric, nil
|
890
|
+
|
891
|
+
# @private
|
892
|
+
def initialize parent_config = nil
|
893
|
+
@parent_config = parent_config unless parent_config.nil?
|
894
|
+
|
895
|
+
yield self if block_given?
|
896
|
+
end
|
897
|
+
end
|
898
|
+
end
|
899
|
+
end
|
900
|
+
end
|
901
|
+
end
|
902
|
+
end
|
903
|
+
end
|
904
|
+
end
|