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,208 @@
|
|
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 NodeGroups
|
25
|
+
module Rest
|
26
|
+
# GRPC transcoding helper methods for the NodeGroups REST API.
|
27
|
+
module GrpcTranscoding
|
28
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AddNodesNodeGroupRequest]
|
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_add_nodes request_pb
|
33
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.node_group}/addNodes"
|
34
|
+
body = request_pb.node_groups_add_nodes_request_resource.to_json
|
35
|
+
query_string_params = {}
|
36
|
+
|
37
|
+
[uri, body, query_string_params]
|
38
|
+
end
|
39
|
+
|
40
|
+
# @param request_pb [::Google::Cloud::Compute::V1::AggregatedListNodeGroupsRequest]
|
41
|
+
# A request object representing the call parameters. Required.
|
42
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
43
|
+
# Uri, Body, Query string parameters
|
44
|
+
def transcode_aggregated_list request_pb
|
45
|
+
uri = "/compute/v1/projects/#{request_pb.project}/aggregated/nodeGroups"
|
46
|
+
body = nil
|
47
|
+
query_string_params = {}
|
48
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
49
|
+
query_string_params["includeAllScopes"] = request_pb.include_all_scopes.to_s if request_pb.has_include_all_scopes?
|
50
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
51
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
52
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
53
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
54
|
+
|
55
|
+
[uri, body, query_string_params]
|
56
|
+
end
|
57
|
+
|
58
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteNodeGroupRequest]
|
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_delete request_pb
|
63
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.node_group}"
|
64
|
+
body = nil
|
65
|
+
query_string_params = {}
|
66
|
+
query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
|
67
|
+
|
68
|
+
[uri, body, query_string_params]
|
69
|
+
end
|
70
|
+
|
71
|
+
# @param request_pb [::Google::Cloud::Compute::V1::DeleteNodesNodeGroupRequest]
|
72
|
+
# A request object representing the call parameters. Required.
|
73
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
74
|
+
# Uri, Body, Query string parameters
|
75
|
+
def transcode_delete_nodes request_pb
|
76
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.node_group}/deleteNodes"
|
77
|
+
body = request_pb.node_groups_delete_nodes_request_resource.to_json
|
78
|
+
query_string_params = {}
|
79
|
+
|
80
|
+
[uri, body, query_string_params]
|
81
|
+
end
|
82
|
+
|
83
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetNodeGroupRequest]
|
84
|
+
# A request object representing the call parameters. Required.
|
85
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
86
|
+
# Uri, Body, Query string parameters
|
87
|
+
def transcode_get request_pb
|
88
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.node_group}"
|
89
|
+
body = nil
|
90
|
+
query_string_params = {}
|
91
|
+
|
92
|
+
[uri, body, query_string_params]
|
93
|
+
end
|
94
|
+
|
95
|
+
# @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyNodeGroupRequest]
|
96
|
+
# A request object representing the call parameters. Required.
|
97
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
98
|
+
# Uri, Body, Query string parameters
|
99
|
+
def transcode_get_iam_policy request_pb
|
100
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.resource}/getIamPolicy"
|
101
|
+
body = nil
|
102
|
+
query_string_params = {}
|
103
|
+
query_string_params["optionsRequestedPolicyVersion"] = request_pb.options_requested_policy_version.to_s if request_pb.has_options_requested_policy_version?
|
104
|
+
|
105
|
+
[uri, body, query_string_params]
|
106
|
+
end
|
107
|
+
|
108
|
+
# @param request_pb [::Google::Cloud::Compute::V1::InsertNodeGroupRequest]
|
109
|
+
# A request object representing the call parameters. Required.
|
110
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
111
|
+
# Uri, Body, Query string parameters
|
112
|
+
def transcode_insert request_pb
|
113
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups"
|
114
|
+
body = request_pb.node_group_resource.to_json
|
115
|
+
query_string_params = {}
|
116
|
+
|
117
|
+
[uri, body, query_string_params]
|
118
|
+
end
|
119
|
+
|
120
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListNodeGroupsRequest]
|
121
|
+
# A request object representing the call parameters. Required.
|
122
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
123
|
+
# Uri, Body, Query string parameters
|
124
|
+
def transcode_list request_pb
|
125
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups"
|
126
|
+
body = nil
|
127
|
+
query_string_params = {}
|
128
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
129
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
130
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
131
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
132
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
133
|
+
|
134
|
+
[uri, body, query_string_params]
|
135
|
+
end
|
136
|
+
|
137
|
+
# @param request_pb [::Google::Cloud::Compute::V1::ListNodesNodeGroupsRequest]
|
138
|
+
# A request object representing the call parameters. Required.
|
139
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
140
|
+
# Uri, Body, Query string parameters
|
141
|
+
def transcode_list_nodes request_pb
|
142
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.node_group}/listNodes"
|
143
|
+
body = nil
|
144
|
+
query_string_params = {}
|
145
|
+
query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
|
146
|
+
query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
|
147
|
+
query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
|
148
|
+
query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
|
149
|
+
query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
|
150
|
+
|
151
|
+
[uri, body, query_string_params]
|
152
|
+
end
|
153
|
+
|
154
|
+
# @param request_pb [::Google::Cloud::Compute::V1::PatchNodeGroupRequest]
|
155
|
+
# A request object representing the call parameters. Required.
|
156
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
157
|
+
# Uri, Body, Query string parameters
|
158
|
+
def transcode_patch request_pb
|
159
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.node_group}"
|
160
|
+
body = request_pb.node_group_resource.to_json
|
161
|
+
query_string_params = {}
|
162
|
+
|
163
|
+
[uri, body, query_string_params]
|
164
|
+
end
|
165
|
+
|
166
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyNodeGroupRequest]
|
167
|
+
# A request object representing the call parameters. Required.
|
168
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
169
|
+
# Uri, Body, Query string parameters
|
170
|
+
def transcode_set_iam_policy request_pb
|
171
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.resource}/setIamPolicy"
|
172
|
+
body = request_pb.zone_set_policy_request_resource.to_json
|
173
|
+
query_string_params = {}
|
174
|
+
|
175
|
+
[uri, body, query_string_params]
|
176
|
+
end
|
177
|
+
|
178
|
+
# @param request_pb [::Google::Cloud::Compute::V1::SetNodeTemplateNodeGroupRequest]
|
179
|
+
# A request object representing the call parameters. Required.
|
180
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
181
|
+
# Uri, Body, Query string parameters
|
182
|
+
def transcode_set_node_template request_pb
|
183
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.node_group}/setNodeTemplate"
|
184
|
+
body = request_pb.node_groups_set_node_template_request_resource.to_json
|
185
|
+
query_string_params = {}
|
186
|
+
|
187
|
+
[uri, body, query_string_params]
|
188
|
+
end
|
189
|
+
|
190
|
+
# @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsNodeGroupRequest]
|
191
|
+
# A request object representing the call parameters. Required.
|
192
|
+
# @return [Array(String, [String, nil], Hash{String => String})]
|
193
|
+
# Uri, Body, Query string parameters
|
194
|
+
def transcode_test_iam_permissions request_pb
|
195
|
+
uri = "/compute/v1/projects/#{request_pb.project}/zones/#{request_pb.zone}/nodeGroups/#{request_pb.resource}/testIamPermissions"
|
196
|
+
body = request_pb.test_permissions_request_resource.to_json
|
197
|
+
query_string_params = {}
|
198
|
+
|
199
|
+
[uri, body, query_string_params]
|
200
|
+
end
|
201
|
+
extend self
|
202
|
+
end
|
203
|
+
end
|
204
|
+
end
|
205
|
+
end
|
206
|
+
end
|
207
|
+
end
|
208
|
+
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/node_templates/credentials"
|
25
|
+
require "google/cloud/compute/v1/node_templates/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/node_templates"
|
34
|
+
# client = ::Google::Cloud::Compute::V1::NodeTemplates::Rest::Client.new
|
35
|
+
#
|
36
|
+
module NodeTemplates
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
helper_path = ::File.join __dir__, "node_templates", "helpers.rb"
|
44
|
+
require "google/cloud/compute/v1/node_templates/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 NodeTemplates
|
26
|
+
# Credentials for the NodeTemplates 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/node_templates/rest/grpc_transcoding"
|
21
|
+
require "google/cloud/compute/v1/node_templates/rest/client"
|
22
|
+
|
23
|
+
module Google
|
24
|
+
module Cloud
|
25
|
+
module Compute
|
26
|
+
module V1
|
27
|
+
module NodeTemplates
|
28
|
+
# Client for the REST transport
|
29
|
+
module Rest
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,803 @@
|
|
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 NodeTemplates
|
27
|
+
module Rest
|
28
|
+
##
|
29
|
+
# REST client for the NodeTemplates service.
|
30
|
+
#
|
31
|
+
# The NodeTemplates API.
|
32
|
+
#
|
33
|
+
class Client
|
34
|
+
include GrpcTranscoding
|
35
|
+
|
36
|
+
# @private
|
37
|
+
attr_reader :node_templates_stub
|
38
|
+
|
39
|
+
##
|
40
|
+
# Configure the NodeTemplates Client class.
|
41
|
+
#
|
42
|
+
# See {::Google::Cloud::Compute::V1::NodeTemplates::Rest::Client::Configuration}
|
43
|
+
# for a description of the configuration fields.
|
44
|
+
#
|
45
|
+
# ## Example
|
46
|
+
#
|
47
|
+
# To modify the configuration for all NodeTemplates clients:
|
48
|
+
#
|
49
|
+
# ::Google::Cloud::Compute::V1::NodeTemplates::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 NodeTemplates 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::NodeTemplates::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 NodeTemplates REST client object.
|
97
|
+
#
|
98
|
+
# ## Examples
|
99
|
+
#
|
100
|
+
# To create a new NodeTemplates REST client with the default
|
101
|
+
# configuration:
|
102
|
+
#
|
103
|
+
# client = ::Google::Cloud::Compute::V1::NodeTemplates::Rest::Client.new
|
104
|
+
#
|
105
|
+
# To create a new NodeTemplates REST client with a custom
|
106
|
+
# configuration:
|
107
|
+
#
|
108
|
+
# client = ::Google::Cloud::Compute::V1::NodeTemplates::Rest::Client.new do |config|
|
109
|
+
# config.timeout = 10.0
|
110
|
+
# end
|
111
|
+
#
|
112
|
+
# @yield [config] Configure the NodeTemplates 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 an aggregated list of node templates.
|
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::AggregatedListNodeTemplatesRequest} or an equivalent Hash.
|
144
|
+
#
|
145
|
+
# @param request [::Google::Cloud::Compute::V1::AggregatedListNodeTemplatesRequest, ::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::NodeTemplateAggregatedList]
|
184
|
+
# @yieldparam response [::Faraday::Response]
|
185
|
+
#
|
186
|
+
# @return [::Google::Cloud::Compute::V1::NodeTemplateAggregatedList]
|
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::AggregatedListNodeTemplatesRequest
|
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::NodeTemplateAggregatedList.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
|
+
# Deletes the specified NodeTemplate resource.
|
225
|
+
#
|
226
|
+
# @overload delete(request, options = nil)
|
227
|
+
# Pass arguments to `delete` via a request object, either of type
|
228
|
+
# {::Google::Cloud::Compute::V1::DeleteNodeTemplateRequest} or an equivalent Hash.
|
229
|
+
#
|
230
|
+
# @param request [::Google::Cloud::Compute::V1::DeleteNodeTemplateRequest, ::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 delete(node_template: nil, project: nil, region: nil, request_id: nil)
|
239
|
+
# Pass arguments to `delete` 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 node_template [::String]
|
244
|
+
# Name of the NodeTemplate resource to delete.
|
245
|
+
# @param project [::String]
|
246
|
+
# Project ID for this request.
|
247
|
+
# @param region [::String]
|
248
|
+
# The name of the region 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
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
256
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
257
|
+
# @yieldparam response [::Faraday::Response]
|
258
|
+
#
|
259
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
260
|
+
#
|
261
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
262
|
+
def delete request, options = nil
|
263
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
264
|
+
|
265
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::DeleteNodeTemplateRequest
|
266
|
+
|
267
|
+
# Converts hash and nil to an options object
|
268
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
269
|
+
|
270
|
+
# Customize the options with defaults
|
271
|
+
call_metadata = {}
|
272
|
+
|
273
|
+
# Set x-goog-api-client header
|
274
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
275
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
276
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
277
|
+
|
278
|
+
options.apply_defaults timeout: @config.timeout,
|
279
|
+
metadata: call_metadata
|
280
|
+
|
281
|
+
uri, _body, query_string_params = transcode_delete request
|
282
|
+
response = @client_stub.make_delete_request(
|
283
|
+
uri: uri,
|
284
|
+
params: query_string_params,
|
285
|
+
options: options
|
286
|
+
)
|
287
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
288
|
+
|
289
|
+
yield result, response if block_given?
|
290
|
+
result
|
291
|
+
rescue ::Faraday::Error => e
|
292
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
293
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
294
|
+
end
|
295
|
+
|
296
|
+
##
|
297
|
+
# Returns the specified node template. Gets a list of available node templates by making a list() request.
|
298
|
+
#
|
299
|
+
# @overload get(request, options = nil)
|
300
|
+
# Pass arguments to `get` via a request object, either of type
|
301
|
+
# {::Google::Cloud::Compute::V1::GetNodeTemplateRequest} or an equivalent Hash.
|
302
|
+
#
|
303
|
+
# @param request [::Google::Cloud::Compute::V1::GetNodeTemplateRequest, ::Hash]
|
304
|
+
# A request object representing the call parameters. Required. To specify no
|
305
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
306
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
307
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
308
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
309
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
310
|
+
#
|
311
|
+
# @overload get(node_template: nil, project: nil, region: nil)
|
312
|
+
# Pass arguments to `get` via keyword arguments. Note that at
|
313
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
314
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
315
|
+
#
|
316
|
+
# @param node_template [::String]
|
317
|
+
# Name of the node template to return.
|
318
|
+
# @param project [::String]
|
319
|
+
# Project ID for this request.
|
320
|
+
# @param region [::String]
|
321
|
+
# The name of the region for this request.
|
322
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
323
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::NodeTemplate]
|
324
|
+
# @yieldparam response [::Faraday::Response]
|
325
|
+
#
|
326
|
+
# @return [::Google::Cloud::Compute::V1::NodeTemplate]
|
327
|
+
#
|
328
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
329
|
+
def get request, options = nil
|
330
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
331
|
+
|
332
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::GetNodeTemplateRequest
|
333
|
+
|
334
|
+
# Converts hash and nil to an options object
|
335
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
336
|
+
|
337
|
+
# Customize the options with defaults
|
338
|
+
call_metadata = {}
|
339
|
+
|
340
|
+
# Set x-goog-api-client header
|
341
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
342
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
343
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
344
|
+
|
345
|
+
options.apply_defaults timeout: @config.timeout,
|
346
|
+
metadata: call_metadata
|
347
|
+
|
348
|
+
uri, _body, _query_string_params = transcode_get request
|
349
|
+
response = @client_stub.make_get_request(
|
350
|
+
uri: uri,
|
351
|
+
options: options
|
352
|
+
)
|
353
|
+
result = ::Google::Cloud::Compute::V1::NodeTemplate.decode_json response.body, ignore_unknown_fields: true
|
354
|
+
|
355
|
+
yield result, response if block_given?
|
356
|
+
result
|
357
|
+
rescue ::Faraday::Error => e
|
358
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
359
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
360
|
+
end
|
361
|
+
|
362
|
+
##
|
363
|
+
# Gets the access control policy for a resource. May be empty if no such policy or resource exists.
|
364
|
+
#
|
365
|
+
# @overload get_iam_policy(request, options = nil)
|
366
|
+
# Pass arguments to `get_iam_policy` via a request object, either of type
|
367
|
+
# {::Google::Cloud::Compute::V1::GetIamPolicyNodeTemplateRequest} or an equivalent Hash.
|
368
|
+
#
|
369
|
+
# @param request [::Google::Cloud::Compute::V1::GetIamPolicyNodeTemplateRequest, ::Hash]
|
370
|
+
# A request object representing the call parameters. Required. To specify no
|
371
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
372
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
373
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
374
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
375
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
376
|
+
#
|
377
|
+
# @overload get_iam_policy(options_requested_policy_version: nil, project: nil, region: nil, resource: nil)
|
378
|
+
# Pass arguments to `get_iam_policy` via keyword arguments. Note that at
|
379
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
380
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
381
|
+
#
|
382
|
+
# @param options_requested_policy_version [::Integer]
|
383
|
+
# Requested IAM Policy version.
|
384
|
+
# @param project [::String]
|
385
|
+
# Project ID for this request.
|
386
|
+
# @param region [::String]
|
387
|
+
# The name of the region for this request.
|
388
|
+
# @param resource [::String]
|
389
|
+
# Name or id of the resource for this request.
|
390
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
391
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
392
|
+
# @yieldparam response [::Faraday::Response]
|
393
|
+
#
|
394
|
+
# @return [::Google::Cloud::Compute::V1::Policy]
|
395
|
+
#
|
396
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
397
|
+
def get_iam_policy request, options = nil
|
398
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
399
|
+
|
400
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::GetIamPolicyNodeTemplateRequest
|
401
|
+
|
402
|
+
# Converts hash and nil to an options object
|
403
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
404
|
+
|
405
|
+
# Customize the options with defaults
|
406
|
+
call_metadata = {}
|
407
|
+
|
408
|
+
# Set x-goog-api-client header
|
409
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
410
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
411
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
412
|
+
|
413
|
+
options.apply_defaults timeout: @config.timeout,
|
414
|
+
metadata: call_metadata
|
415
|
+
|
416
|
+
uri, _body, query_string_params = transcode_get_iam_policy request
|
417
|
+
response = @client_stub.make_get_request(
|
418
|
+
uri: uri,
|
419
|
+
params: query_string_params,
|
420
|
+
options: options
|
421
|
+
)
|
422
|
+
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
423
|
+
|
424
|
+
yield result, response if block_given?
|
425
|
+
result
|
426
|
+
rescue ::Faraday::Error => e
|
427
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
428
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
429
|
+
end
|
430
|
+
|
431
|
+
##
|
432
|
+
# Creates a NodeTemplate resource in the specified project using the data included in the request.
|
433
|
+
#
|
434
|
+
# @overload insert(request, options = nil)
|
435
|
+
# Pass arguments to `insert` via a request object, either of type
|
436
|
+
# {::Google::Cloud::Compute::V1::InsertNodeTemplateRequest} or an equivalent Hash.
|
437
|
+
#
|
438
|
+
# @param request [::Google::Cloud::Compute::V1::InsertNodeTemplateRequest, ::Hash]
|
439
|
+
# A request object representing the call parameters. Required. To specify no
|
440
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
441
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
442
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
443
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
444
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
445
|
+
#
|
446
|
+
# @overload insert(node_template_resource: nil, project: nil, region: nil, request_id: nil)
|
447
|
+
# Pass arguments to `insert` via keyword arguments. Note that at
|
448
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
449
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
450
|
+
#
|
451
|
+
# @param node_template_resource [::Google::Cloud::Compute::V1::NodeTemplate, ::Hash]
|
452
|
+
# The body resource for this request
|
453
|
+
# @param project [::String]
|
454
|
+
# Project ID for this request.
|
455
|
+
# @param region [::String]
|
456
|
+
# The name of the region for this request.
|
457
|
+
# @param request_id [::String]
|
458
|
+
# 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.
|
459
|
+
#
|
460
|
+
# 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.
|
461
|
+
#
|
462
|
+
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
463
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
464
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
465
|
+
# @yieldparam response [::Faraday::Response]
|
466
|
+
#
|
467
|
+
# @return [::Google::Cloud::Compute::V1::Operation]
|
468
|
+
#
|
469
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
470
|
+
def insert request, options = nil
|
471
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
472
|
+
|
473
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::InsertNodeTemplateRequest
|
474
|
+
|
475
|
+
# Converts hash and nil to an options object
|
476
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
477
|
+
|
478
|
+
# Customize the options with defaults
|
479
|
+
call_metadata = {}
|
480
|
+
|
481
|
+
# Set x-goog-api-client header
|
482
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
483
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
484
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
485
|
+
|
486
|
+
options.apply_defaults timeout: @config.timeout,
|
487
|
+
metadata: call_metadata
|
488
|
+
|
489
|
+
uri, body, _query_string_params = transcode_insert request
|
490
|
+
response = @client_stub.make_post_request(
|
491
|
+
uri: uri,
|
492
|
+
body: body,
|
493
|
+
options: options
|
494
|
+
)
|
495
|
+
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
496
|
+
|
497
|
+
yield result, response if block_given?
|
498
|
+
result
|
499
|
+
rescue ::Faraday::Error => e
|
500
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
501
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
502
|
+
end
|
503
|
+
|
504
|
+
##
|
505
|
+
# Retrieves a list of node templates available to the specified project.
|
506
|
+
#
|
507
|
+
# @overload list(request, options = nil)
|
508
|
+
# Pass arguments to `list` via a request object, either of type
|
509
|
+
# {::Google::Cloud::Compute::V1::ListNodeTemplatesRequest} or an equivalent Hash.
|
510
|
+
#
|
511
|
+
# @param request [::Google::Cloud::Compute::V1::ListNodeTemplatesRequest, ::Hash]
|
512
|
+
# A request object representing the call parameters. Required. To specify no
|
513
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
514
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
515
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
516
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
517
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
518
|
+
#
|
519
|
+
# @overload list(filter: nil, max_results: nil, order_by: nil, page_token: nil, project: nil, region: nil, return_partial_success: nil)
|
520
|
+
# Pass arguments to `list` via keyword arguments. Note that at
|
521
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
522
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
523
|
+
#
|
524
|
+
# @param filter [::String]
|
525
|
+
# 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 `<`.
|
526
|
+
#
|
527
|
+
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
528
|
+
#
|
529
|
+
# 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.
|
530
|
+
#
|
531
|
+
# 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) ```
|
532
|
+
# @param max_results [::Integer]
|
533
|
+
# 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`)
|
534
|
+
# @param order_by [::String]
|
535
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
536
|
+
#
|
537
|
+
# 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.
|
538
|
+
#
|
539
|
+
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
540
|
+
# @param page_token [::String]
|
541
|
+
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
542
|
+
# @param project [::String]
|
543
|
+
# Project ID for this request.
|
544
|
+
# @param region [::String]
|
545
|
+
# The name of the region for this request.
|
546
|
+
# @param return_partial_success [::Boolean]
|
547
|
+
# 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.
|
548
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
549
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::NodeTemplateList]
|
550
|
+
# @yieldparam response [::Faraday::Response]
|
551
|
+
#
|
552
|
+
# @return [::Google::Cloud::Compute::V1::NodeTemplateList]
|
553
|
+
#
|
554
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
555
|
+
def list request, options = nil
|
556
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
557
|
+
|
558
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::ListNodeTemplatesRequest
|
559
|
+
|
560
|
+
# Converts hash and nil to an options object
|
561
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
562
|
+
|
563
|
+
# Customize the options with defaults
|
564
|
+
call_metadata = {}
|
565
|
+
|
566
|
+
# Set x-goog-api-client header
|
567
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
568
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
569
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
570
|
+
|
571
|
+
options.apply_defaults timeout: @config.timeout,
|
572
|
+
metadata: call_metadata
|
573
|
+
|
574
|
+
uri, _body, query_string_params = transcode_list request
|
575
|
+
response = @client_stub.make_get_request(
|
576
|
+
uri: uri,
|
577
|
+
params: query_string_params,
|
578
|
+
options: options
|
579
|
+
)
|
580
|
+
result = ::Google::Cloud::Compute::V1::NodeTemplateList.decode_json response.body, ignore_unknown_fields: true
|
581
|
+
|
582
|
+
yield result, response if block_given?
|
583
|
+
result
|
584
|
+
rescue ::Faraday::Error => e
|
585
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
586
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
587
|
+
end
|
588
|
+
|
589
|
+
##
|
590
|
+
# Sets the access control policy on the specified resource. Replaces any existing policy.
|
591
|
+
#
|
592
|
+
# @overload set_iam_policy(request, options = nil)
|
593
|
+
# Pass arguments to `set_iam_policy` via a request object, either of type
|
594
|
+
# {::Google::Cloud::Compute::V1::SetIamPolicyNodeTemplateRequest} or an equivalent Hash.
|
595
|
+
#
|
596
|
+
# @param request [::Google::Cloud::Compute::V1::SetIamPolicyNodeTemplateRequest, ::Hash]
|
597
|
+
# A request object representing the call parameters. Required. To specify no
|
598
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
599
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
600
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
601
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
602
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
603
|
+
#
|
604
|
+
# @overload set_iam_policy(project: nil, region: nil, region_set_policy_request_resource: nil, resource: nil)
|
605
|
+
# Pass arguments to `set_iam_policy` via keyword arguments. Note that at
|
606
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
607
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
608
|
+
#
|
609
|
+
# @param project [::String]
|
610
|
+
# Project ID for this request.
|
611
|
+
# @param region [::String]
|
612
|
+
# The name of the region for this request.
|
613
|
+
# @param region_set_policy_request_resource [::Google::Cloud::Compute::V1::RegionSetPolicyRequest, ::Hash]
|
614
|
+
# The body resource for this request
|
615
|
+
# @param resource [::String]
|
616
|
+
# Name or id of the resource for this request.
|
617
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
618
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::Policy]
|
619
|
+
# @yieldparam response [::Faraday::Response]
|
620
|
+
#
|
621
|
+
# @return [::Google::Cloud::Compute::V1::Policy]
|
622
|
+
#
|
623
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
624
|
+
def set_iam_policy request, options = nil
|
625
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
626
|
+
|
627
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::SetIamPolicyNodeTemplateRequest
|
628
|
+
|
629
|
+
# Converts hash and nil to an options object
|
630
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
631
|
+
|
632
|
+
# Customize the options with defaults
|
633
|
+
call_metadata = {}
|
634
|
+
|
635
|
+
# Set x-goog-api-client header
|
636
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
637
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
638
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
639
|
+
|
640
|
+
options.apply_defaults timeout: @config.timeout,
|
641
|
+
metadata: call_metadata
|
642
|
+
|
643
|
+
uri, body, _query_string_params = transcode_set_iam_policy request
|
644
|
+
response = @client_stub.make_post_request(
|
645
|
+
uri: uri,
|
646
|
+
body: body,
|
647
|
+
options: options
|
648
|
+
)
|
649
|
+
result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
|
650
|
+
|
651
|
+
yield result, response if block_given?
|
652
|
+
result
|
653
|
+
rescue ::Faraday::Error => e
|
654
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
655
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
656
|
+
end
|
657
|
+
|
658
|
+
##
|
659
|
+
# Returns permissions that a caller has on the specified resource.
|
660
|
+
#
|
661
|
+
# @overload test_iam_permissions(request, options = nil)
|
662
|
+
# Pass arguments to `test_iam_permissions` via a request object, either of type
|
663
|
+
# {::Google::Cloud::Compute::V1::TestIamPermissionsNodeTemplateRequest} or an equivalent Hash.
|
664
|
+
#
|
665
|
+
# @param request [::Google::Cloud::Compute::V1::TestIamPermissionsNodeTemplateRequest, ::Hash]
|
666
|
+
# A request object representing the call parameters. Required. To specify no
|
667
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
668
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
669
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
670
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
671
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
672
|
+
#
|
673
|
+
# @overload test_iam_permissions(project: nil, region: nil, resource: nil, test_permissions_request_resource: nil)
|
674
|
+
# Pass arguments to `test_iam_permissions` via keyword arguments. Note that at
|
675
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
676
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
677
|
+
#
|
678
|
+
# @param project [::String]
|
679
|
+
# Project ID for this request.
|
680
|
+
# @param region [::String]
|
681
|
+
# The name of the region for this request.
|
682
|
+
# @param resource [::String]
|
683
|
+
# Name or id of the resource for this request.
|
684
|
+
# @param test_permissions_request_resource [::Google::Cloud::Compute::V1::TestPermissionsRequest, ::Hash]
|
685
|
+
# The body resource for this request
|
686
|
+
# @yield [result, env] Access the result along with the Faraday environment object
|
687
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
688
|
+
# @yieldparam response [::Faraday::Response]
|
689
|
+
#
|
690
|
+
# @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
|
691
|
+
#
|
692
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
693
|
+
def test_iam_permissions request, options = nil
|
694
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
695
|
+
|
696
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::TestIamPermissionsNodeTemplateRequest
|
697
|
+
|
698
|
+
# Converts hash and nil to an options object
|
699
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
700
|
+
|
701
|
+
# Customize the options with defaults
|
702
|
+
call_metadata = {}
|
703
|
+
|
704
|
+
# Set x-goog-api-client header
|
705
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
706
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
707
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
708
|
+
|
709
|
+
options.apply_defaults timeout: @config.timeout,
|
710
|
+
metadata: call_metadata
|
711
|
+
|
712
|
+
uri, body, _query_string_params = transcode_test_iam_permissions request
|
713
|
+
response = @client_stub.make_post_request(
|
714
|
+
uri: uri,
|
715
|
+
body: body,
|
716
|
+
options: options
|
717
|
+
)
|
718
|
+
result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
|
719
|
+
|
720
|
+
yield result, response if block_given?
|
721
|
+
result
|
722
|
+
rescue ::Faraday::Error => e
|
723
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
724
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
725
|
+
end
|
726
|
+
|
727
|
+
##
|
728
|
+
# Configuration class for the NodeTemplates REST API.
|
729
|
+
#
|
730
|
+
# This class represents the configuration for NodeTemplates REST,
|
731
|
+
# providing control over credentials, timeouts, retry behavior, logging.
|
732
|
+
#
|
733
|
+
# Configuration can be applied globally to all clients, or to a single client
|
734
|
+
# on construction.
|
735
|
+
#
|
736
|
+
# # Examples
|
737
|
+
#
|
738
|
+
# To modify the global config, setting the timeout for all calls to 10 seconds:
|
739
|
+
#
|
740
|
+
# ::Google::Cloud::Compute::V1::NodeTemplates::Client.configure do |config|
|
741
|
+
# config.timeout = 10.0
|
742
|
+
# end
|
743
|
+
#
|
744
|
+
# To apply the above configuration only to a new client:
|
745
|
+
#
|
746
|
+
# client = ::Google::Cloud::Compute::V1::NodeTemplates::Client.new do |config|
|
747
|
+
# config.timeout = 10.0
|
748
|
+
# end
|
749
|
+
#
|
750
|
+
# @!attribute [rw] endpoint
|
751
|
+
# The hostname or hostname:port of the service endpoint.
|
752
|
+
# Defaults to `"compute.googleapis.com"`.
|
753
|
+
# @return [::String]
|
754
|
+
# @!attribute [rw] credentials
|
755
|
+
# Credentials to send with calls. You may provide any of the following types:
|
756
|
+
# * (`String`) The path to a service account key file in JSON format
|
757
|
+
# * (`Hash`) A service account key as a Hash
|
758
|
+
# * (`Google::Auth::Credentials`) A googleauth credentials object
|
759
|
+
# (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
|
760
|
+
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
761
|
+
# (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
|
762
|
+
# * (`nil`) indicating no credentials
|
763
|
+
# @return [::Object]
|
764
|
+
# @!attribute [rw] scope
|
765
|
+
# The OAuth scopes
|
766
|
+
# @return [::Array<::String>]
|
767
|
+
# @!attribute [rw] lib_name
|
768
|
+
# The library name as recorded in instrumentation and logging
|
769
|
+
# @return [::String]
|
770
|
+
# @!attribute [rw] lib_version
|
771
|
+
# The library version as recorded in instrumentation and logging
|
772
|
+
# @return [::String]
|
773
|
+
# @!attribute [rw] timeout
|
774
|
+
# The call timeout in seconds.
|
775
|
+
# @return [::Numeric]
|
776
|
+
#
|
777
|
+
class Configuration
|
778
|
+
extend ::Gapic::Config
|
779
|
+
|
780
|
+
config_attr :endpoint, "compute.googleapis.com", ::String
|
781
|
+
config_attr :credentials, nil do |value|
|
782
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
783
|
+
allowed.any? { |klass| klass === value }
|
784
|
+
end
|
785
|
+
config_attr :scope, nil, ::String, ::Array, nil
|
786
|
+
config_attr :lib_name, nil, ::String, nil
|
787
|
+
config_attr :lib_version, nil, ::String, nil
|
788
|
+
config_attr :timeout, nil, ::Numeric, nil
|
789
|
+
|
790
|
+
# @private
|
791
|
+
def initialize parent_config = nil
|
792
|
+
@parent_config = parent_config unless parent_config.nil?
|
793
|
+
|
794
|
+
yield self if block_given?
|
795
|
+
end
|
796
|
+
end
|
797
|
+
end
|
798
|
+
end
|
799
|
+
end
|
800
|
+
end
|
801
|
+
end
|
802
|
+
end
|
803
|
+
end
|