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
metadata
ADDED
@@ -0,0 +1,568 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: google-cloud-compute-v1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Google LLC
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: gapic-common
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0.4'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 0.4.1
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 0.4.1
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: google-cloud-errors
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.0'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '1.0'
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: google-style
|
49
|
+
requirement: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - "~>"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: 1.25.1
|
54
|
+
type: :development
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - "~>"
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: 1.25.1
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: minitest
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - "~>"
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: '5.14'
|
68
|
+
type: :development
|
69
|
+
prerelease: false
|
70
|
+
version_requirements: !ruby/object:Gem::Requirement
|
71
|
+
requirements:
|
72
|
+
- - "~>"
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '5.14'
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
name: minitest-focus
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - "~>"
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '1.1'
|
82
|
+
type: :development
|
83
|
+
prerelease: false
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - "~>"
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '1.1'
|
89
|
+
- !ruby/object:Gem::Dependency
|
90
|
+
name: minitest-rg
|
91
|
+
requirement: !ruby/object:Gem::Requirement
|
92
|
+
requirements:
|
93
|
+
- - "~>"
|
94
|
+
- !ruby/object:Gem::Version
|
95
|
+
version: '5.2'
|
96
|
+
type: :development
|
97
|
+
prerelease: false
|
98
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
|
+
requirements:
|
100
|
+
- - "~>"
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '5.2'
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
name: rake
|
105
|
+
requirement: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ">="
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '12.0'
|
110
|
+
type: :development
|
111
|
+
prerelease: false
|
112
|
+
version_requirements: !ruby/object:Gem::Requirement
|
113
|
+
requirements:
|
114
|
+
- - ">="
|
115
|
+
- !ruby/object:Gem::Version
|
116
|
+
version: '12.0'
|
117
|
+
- !ruby/object:Gem::Dependency
|
118
|
+
name: redcarpet
|
119
|
+
requirement: !ruby/object:Gem::Requirement
|
120
|
+
requirements:
|
121
|
+
- - "~>"
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
version: '3.0'
|
124
|
+
type: :development
|
125
|
+
prerelease: false
|
126
|
+
version_requirements: !ruby/object:Gem::Requirement
|
127
|
+
requirements:
|
128
|
+
- - "~>"
|
129
|
+
- !ruby/object:Gem::Version
|
130
|
+
version: '3.0'
|
131
|
+
- !ruby/object:Gem::Dependency
|
132
|
+
name: simplecov
|
133
|
+
requirement: !ruby/object:Gem::Requirement
|
134
|
+
requirements:
|
135
|
+
- - "~>"
|
136
|
+
- !ruby/object:Gem::Version
|
137
|
+
version: '0.18'
|
138
|
+
type: :development
|
139
|
+
prerelease: false
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
141
|
+
requirements:
|
142
|
+
- - "~>"
|
143
|
+
- !ruby/object:Gem::Version
|
144
|
+
version: '0.18'
|
145
|
+
- !ruby/object:Gem::Dependency
|
146
|
+
name: yard
|
147
|
+
requirement: !ruby/object:Gem::Requirement
|
148
|
+
requirements:
|
149
|
+
- - "~>"
|
150
|
+
- !ruby/object:Gem::Version
|
151
|
+
version: '0.9'
|
152
|
+
type: :development
|
153
|
+
prerelease: false
|
154
|
+
version_requirements: !ruby/object:Gem::Requirement
|
155
|
+
requirements:
|
156
|
+
- - "~>"
|
157
|
+
- !ruby/object:Gem::Version
|
158
|
+
version: '0.9'
|
159
|
+
description: google-cloud-compute-v1 is the official client library for the Google
|
160
|
+
Cloud Compute V1 API. This library is considered to be in alpha. This means it is
|
161
|
+
still a work-in-progress and under active development. Any release is subject to
|
162
|
+
backwards-incompatible changes at any time.
|
163
|
+
email: googleapis-packages@google.com
|
164
|
+
executables: []
|
165
|
+
extensions: []
|
166
|
+
extra_rdoc_files: []
|
167
|
+
files:
|
168
|
+
- ".yardopts"
|
169
|
+
- AUTHENTICATION.md
|
170
|
+
- LICENSE.md
|
171
|
+
- README.md
|
172
|
+
- lib/google-cloud-compute-v1.rb
|
173
|
+
- lib/google/cloud/compute/v1.rb
|
174
|
+
- lib/google/cloud/compute/v1/accelerator_types.rb
|
175
|
+
- lib/google/cloud/compute/v1/accelerator_types/credentials.rb
|
176
|
+
- lib/google/cloud/compute/v1/accelerator_types/rest.rb
|
177
|
+
- lib/google/cloud/compute/v1/accelerator_types/rest/client.rb
|
178
|
+
- lib/google/cloud/compute/v1/accelerator_types/rest/grpc_transcoding.rb
|
179
|
+
- lib/google/cloud/compute/v1/addresses.rb
|
180
|
+
- lib/google/cloud/compute/v1/addresses/credentials.rb
|
181
|
+
- lib/google/cloud/compute/v1/addresses/rest.rb
|
182
|
+
- lib/google/cloud/compute/v1/addresses/rest/client.rb
|
183
|
+
- lib/google/cloud/compute/v1/addresses/rest/grpc_transcoding.rb
|
184
|
+
- lib/google/cloud/compute/v1/autoscalers.rb
|
185
|
+
- lib/google/cloud/compute/v1/autoscalers/credentials.rb
|
186
|
+
- lib/google/cloud/compute/v1/autoscalers/rest.rb
|
187
|
+
- lib/google/cloud/compute/v1/autoscalers/rest/client.rb
|
188
|
+
- lib/google/cloud/compute/v1/autoscalers/rest/grpc_transcoding.rb
|
189
|
+
- lib/google/cloud/compute/v1/backend_buckets.rb
|
190
|
+
- lib/google/cloud/compute/v1/backend_buckets/credentials.rb
|
191
|
+
- lib/google/cloud/compute/v1/backend_buckets/rest.rb
|
192
|
+
- lib/google/cloud/compute/v1/backend_buckets/rest/client.rb
|
193
|
+
- lib/google/cloud/compute/v1/backend_buckets/rest/grpc_transcoding.rb
|
194
|
+
- lib/google/cloud/compute/v1/backend_services.rb
|
195
|
+
- lib/google/cloud/compute/v1/backend_services/credentials.rb
|
196
|
+
- lib/google/cloud/compute/v1/backend_services/rest.rb
|
197
|
+
- lib/google/cloud/compute/v1/backend_services/rest/client.rb
|
198
|
+
- lib/google/cloud/compute/v1/backend_services/rest/grpc_transcoding.rb
|
199
|
+
- lib/google/cloud/compute/v1/compute_pb.rb
|
200
|
+
- lib/google/cloud/compute/v1/disk_types.rb
|
201
|
+
- lib/google/cloud/compute/v1/disk_types/credentials.rb
|
202
|
+
- lib/google/cloud/compute/v1/disk_types/rest.rb
|
203
|
+
- lib/google/cloud/compute/v1/disk_types/rest/client.rb
|
204
|
+
- lib/google/cloud/compute/v1/disk_types/rest/grpc_transcoding.rb
|
205
|
+
- lib/google/cloud/compute/v1/disks.rb
|
206
|
+
- lib/google/cloud/compute/v1/disks/credentials.rb
|
207
|
+
- lib/google/cloud/compute/v1/disks/rest.rb
|
208
|
+
- lib/google/cloud/compute/v1/disks/rest/client.rb
|
209
|
+
- lib/google/cloud/compute/v1/disks/rest/grpc_transcoding.rb
|
210
|
+
- lib/google/cloud/compute/v1/external_vpn_gateways.rb
|
211
|
+
- lib/google/cloud/compute/v1/external_vpn_gateways/credentials.rb
|
212
|
+
- lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb
|
213
|
+
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb
|
214
|
+
- lib/google/cloud/compute/v1/external_vpn_gateways/rest/grpc_transcoding.rb
|
215
|
+
- lib/google/cloud/compute/v1/firewalls.rb
|
216
|
+
- lib/google/cloud/compute/v1/firewalls/credentials.rb
|
217
|
+
- lib/google/cloud/compute/v1/firewalls/rest.rb
|
218
|
+
- lib/google/cloud/compute/v1/firewalls/rest/client.rb
|
219
|
+
- lib/google/cloud/compute/v1/firewalls/rest/grpc_transcoding.rb
|
220
|
+
- lib/google/cloud/compute/v1/forwarding_rules.rb
|
221
|
+
- lib/google/cloud/compute/v1/forwarding_rules/credentials.rb
|
222
|
+
- lib/google/cloud/compute/v1/forwarding_rules/rest.rb
|
223
|
+
- lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb
|
224
|
+
- lib/google/cloud/compute/v1/forwarding_rules/rest/grpc_transcoding.rb
|
225
|
+
- lib/google/cloud/compute/v1/global_addresses.rb
|
226
|
+
- lib/google/cloud/compute/v1/global_addresses/credentials.rb
|
227
|
+
- lib/google/cloud/compute/v1/global_addresses/rest.rb
|
228
|
+
- lib/google/cloud/compute/v1/global_addresses/rest/client.rb
|
229
|
+
- lib/google/cloud/compute/v1/global_addresses/rest/grpc_transcoding.rb
|
230
|
+
- lib/google/cloud/compute/v1/global_forwarding_rules.rb
|
231
|
+
- lib/google/cloud/compute/v1/global_forwarding_rules/credentials.rb
|
232
|
+
- lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb
|
233
|
+
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb
|
234
|
+
- lib/google/cloud/compute/v1/global_forwarding_rules/rest/grpc_transcoding.rb
|
235
|
+
- lib/google/cloud/compute/v1/global_network_endpoint_groups.rb
|
236
|
+
- lib/google/cloud/compute/v1/global_network_endpoint_groups/credentials.rb
|
237
|
+
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb
|
238
|
+
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb
|
239
|
+
- lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/grpc_transcoding.rb
|
240
|
+
- lib/google/cloud/compute/v1/global_operations.rb
|
241
|
+
- lib/google/cloud/compute/v1/global_operations/credentials.rb
|
242
|
+
- lib/google/cloud/compute/v1/global_operations/rest.rb
|
243
|
+
- lib/google/cloud/compute/v1/global_operations/rest/client.rb
|
244
|
+
- lib/google/cloud/compute/v1/global_operations/rest/grpc_transcoding.rb
|
245
|
+
- lib/google/cloud/compute/v1/global_organization_operations.rb
|
246
|
+
- lib/google/cloud/compute/v1/global_organization_operations/credentials.rb
|
247
|
+
- lib/google/cloud/compute/v1/global_organization_operations/rest.rb
|
248
|
+
- lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb
|
249
|
+
- lib/google/cloud/compute/v1/global_organization_operations/rest/grpc_transcoding.rb
|
250
|
+
- lib/google/cloud/compute/v1/health_checks.rb
|
251
|
+
- lib/google/cloud/compute/v1/health_checks/credentials.rb
|
252
|
+
- lib/google/cloud/compute/v1/health_checks/rest.rb
|
253
|
+
- lib/google/cloud/compute/v1/health_checks/rest/client.rb
|
254
|
+
- lib/google/cloud/compute/v1/health_checks/rest/grpc_transcoding.rb
|
255
|
+
- lib/google/cloud/compute/v1/images.rb
|
256
|
+
- lib/google/cloud/compute/v1/images/credentials.rb
|
257
|
+
- lib/google/cloud/compute/v1/images/rest.rb
|
258
|
+
- lib/google/cloud/compute/v1/images/rest/client.rb
|
259
|
+
- lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb
|
260
|
+
- lib/google/cloud/compute/v1/instance_group_managers.rb
|
261
|
+
- lib/google/cloud/compute/v1/instance_group_managers/credentials.rb
|
262
|
+
- lib/google/cloud/compute/v1/instance_group_managers/rest.rb
|
263
|
+
- lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb
|
264
|
+
- lib/google/cloud/compute/v1/instance_group_managers/rest/grpc_transcoding.rb
|
265
|
+
- lib/google/cloud/compute/v1/instance_groups.rb
|
266
|
+
- lib/google/cloud/compute/v1/instance_groups/credentials.rb
|
267
|
+
- lib/google/cloud/compute/v1/instance_groups/rest.rb
|
268
|
+
- lib/google/cloud/compute/v1/instance_groups/rest/client.rb
|
269
|
+
- lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb
|
270
|
+
- lib/google/cloud/compute/v1/instance_templates.rb
|
271
|
+
- lib/google/cloud/compute/v1/instance_templates/credentials.rb
|
272
|
+
- lib/google/cloud/compute/v1/instance_templates/rest.rb
|
273
|
+
- lib/google/cloud/compute/v1/instance_templates/rest/client.rb
|
274
|
+
- lib/google/cloud/compute/v1/instance_templates/rest/grpc_transcoding.rb
|
275
|
+
- lib/google/cloud/compute/v1/instances.rb
|
276
|
+
- lib/google/cloud/compute/v1/instances/credentials.rb
|
277
|
+
- lib/google/cloud/compute/v1/instances/rest.rb
|
278
|
+
- lib/google/cloud/compute/v1/instances/rest/client.rb
|
279
|
+
- lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb
|
280
|
+
- lib/google/cloud/compute/v1/interconnect_attachments.rb
|
281
|
+
- lib/google/cloud/compute/v1/interconnect_attachments/credentials.rb
|
282
|
+
- lib/google/cloud/compute/v1/interconnect_attachments/rest.rb
|
283
|
+
- lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb
|
284
|
+
- lib/google/cloud/compute/v1/interconnect_attachments/rest/grpc_transcoding.rb
|
285
|
+
- lib/google/cloud/compute/v1/interconnect_locations.rb
|
286
|
+
- lib/google/cloud/compute/v1/interconnect_locations/credentials.rb
|
287
|
+
- lib/google/cloud/compute/v1/interconnect_locations/rest.rb
|
288
|
+
- lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb
|
289
|
+
- lib/google/cloud/compute/v1/interconnect_locations/rest/grpc_transcoding.rb
|
290
|
+
- lib/google/cloud/compute/v1/interconnects.rb
|
291
|
+
- lib/google/cloud/compute/v1/interconnects/credentials.rb
|
292
|
+
- lib/google/cloud/compute/v1/interconnects/rest.rb
|
293
|
+
- lib/google/cloud/compute/v1/interconnects/rest/client.rb
|
294
|
+
- lib/google/cloud/compute/v1/interconnects/rest/grpc_transcoding.rb
|
295
|
+
- lib/google/cloud/compute/v1/license_codes.rb
|
296
|
+
- lib/google/cloud/compute/v1/license_codes/credentials.rb
|
297
|
+
- lib/google/cloud/compute/v1/license_codes/rest.rb
|
298
|
+
- lib/google/cloud/compute/v1/license_codes/rest/client.rb
|
299
|
+
- lib/google/cloud/compute/v1/license_codes/rest/grpc_transcoding.rb
|
300
|
+
- lib/google/cloud/compute/v1/licenses.rb
|
301
|
+
- lib/google/cloud/compute/v1/licenses/credentials.rb
|
302
|
+
- lib/google/cloud/compute/v1/licenses/rest.rb
|
303
|
+
- lib/google/cloud/compute/v1/licenses/rest/client.rb
|
304
|
+
- lib/google/cloud/compute/v1/licenses/rest/grpc_transcoding.rb
|
305
|
+
- lib/google/cloud/compute/v1/machine_types.rb
|
306
|
+
- lib/google/cloud/compute/v1/machine_types/credentials.rb
|
307
|
+
- lib/google/cloud/compute/v1/machine_types/rest.rb
|
308
|
+
- lib/google/cloud/compute/v1/machine_types/rest/client.rb
|
309
|
+
- lib/google/cloud/compute/v1/machine_types/rest/grpc_transcoding.rb
|
310
|
+
- lib/google/cloud/compute/v1/network_endpoint_groups.rb
|
311
|
+
- lib/google/cloud/compute/v1/network_endpoint_groups/credentials.rb
|
312
|
+
- lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb
|
313
|
+
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb
|
314
|
+
- lib/google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding.rb
|
315
|
+
- lib/google/cloud/compute/v1/networks.rb
|
316
|
+
- lib/google/cloud/compute/v1/networks/credentials.rb
|
317
|
+
- lib/google/cloud/compute/v1/networks/rest.rb
|
318
|
+
- lib/google/cloud/compute/v1/networks/rest/client.rb
|
319
|
+
- lib/google/cloud/compute/v1/networks/rest/grpc_transcoding.rb
|
320
|
+
- lib/google/cloud/compute/v1/node_groups.rb
|
321
|
+
- lib/google/cloud/compute/v1/node_groups/credentials.rb
|
322
|
+
- lib/google/cloud/compute/v1/node_groups/rest.rb
|
323
|
+
- lib/google/cloud/compute/v1/node_groups/rest/client.rb
|
324
|
+
- lib/google/cloud/compute/v1/node_groups/rest/grpc_transcoding.rb
|
325
|
+
- lib/google/cloud/compute/v1/node_templates.rb
|
326
|
+
- lib/google/cloud/compute/v1/node_templates/credentials.rb
|
327
|
+
- lib/google/cloud/compute/v1/node_templates/rest.rb
|
328
|
+
- lib/google/cloud/compute/v1/node_templates/rest/client.rb
|
329
|
+
- lib/google/cloud/compute/v1/node_templates/rest/grpc_transcoding.rb
|
330
|
+
- lib/google/cloud/compute/v1/node_types.rb
|
331
|
+
- lib/google/cloud/compute/v1/node_types/credentials.rb
|
332
|
+
- lib/google/cloud/compute/v1/node_types/rest.rb
|
333
|
+
- lib/google/cloud/compute/v1/node_types/rest/client.rb
|
334
|
+
- lib/google/cloud/compute/v1/node_types/rest/grpc_transcoding.rb
|
335
|
+
- lib/google/cloud/compute/v1/packet_mirrorings.rb
|
336
|
+
- lib/google/cloud/compute/v1/packet_mirrorings/credentials.rb
|
337
|
+
- lib/google/cloud/compute/v1/packet_mirrorings/rest.rb
|
338
|
+
- lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb
|
339
|
+
- lib/google/cloud/compute/v1/packet_mirrorings/rest/grpc_transcoding.rb
|
340
|
+
- lib/google/cloud/compute/v1/projects.rb
|
341
|
+
- lib/google/cloud/compute/v1/projects/credentials.rb
|
342
|
+
- lib/google/cloud/compute/v1/projects/rest.rb
|
343
|
+
- lib/google/cloud/compute/v1/projects/rest/client.rb
|
344
|
+
- lib/google/cloud/compute/v1/projects/rest/grpc_transcoding.rb
|
345
|
+
- lib/google/cloud/compute/v1/region_autoscalers.rb
|
346
|
+
- lib/google/cloud/compute/v1/region_autoscalers/credentials.rb
|
347
|
+
- lib/google/cloud/compute/v1/region_autoscalers/rest.rb
|
348
|
+
- lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb
|
349
|
+
- lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb
|
350
|
+
- lib/google/cloud/compute/v1/region_backend_services.rb
|
351
|
+
- lib/google/cloud/compute/v1/region_backend_services/credentials.rb
|
352
|
+
- lib/google/cloud/compute/v1/region_backend_services/rest.rb
|
353
|
+
- lib/google/cloud/compute/v1/region_backend_services/rest/client.rb
|
354
|
+
- lib/google/cloud/compute/v1/region_backend_services/rest/grpc_transcoding.rb
|
355
|
+
- lib/google/cloud/compute/v1/region_commitments.rb
|
356
|
+
- lib/google/cloud/compute/v1/region_commitments/credentials.rb
|
357
|
+
- lib/google/cloud/compute/v1/region_commitments/rest.rb
|
358
|
+
- lib/google/cloud/compute/v1/region_commitments/rest/client.rb
|
359
|
+
- lib/google/cloud/compute/v1/region_commitments/rest/grpc_transcoding.rb
|
360
|
+
- lib/google/cloud/compute/v1/region_disk_types.rb
|
361
|
+
- lib/google/cloud/compute/v1/region_disk_types/credentials.rb
|
362
|
+
- lib/google/cloud/compute/v1/region_disk_types/rest.rb
|
363
|
+
- lib/google/cloud/compute/v1/region_disk_types/rest/client.rb
|
364
|
+
- lib/google/cloud/compute/v1/region_disk_types/rest/grpc_transcoding.rb
|
365
|
+
- lib/google/cloud/compute/v1/region_disks.rb
|
366
|
+
- lib/google/cloud/compute/v1/region_disks/credentials.rb
|
367
|
+
- lib/google/cloud/compute/v1/region_disks/rest.rb
|
368
|
+
- lib/google/cloud/compute/v1/region_disks/rest/client.rb
|
369
|
+
- lib/google/cloud/compute/v1/region_disks/rest/grpc_transcoding.rb
|
370
|
+
- lib/google/cloud/compute/v1/region_health_check_services.rb
|
371
|
+
- lib/google/cloud/compute/v1/region_health_check_services/credentials.rb
|
372
|
+
- lib/google/cloud/compute/v1/region_health_check_services/rest.rb
|
373
|
+
- lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb
|
374
|
+
- lib/google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding.rb
|
375
|
+
- lib/google/cloud/compute/v1/region_health_checks.rb
|
376
|
+
- lib/google/cloud/compute/v1/region_health_checks/credentials.rb
|
377
|
+
- lib/google/cloud/compute/v1/region_health_checks/rest.rb
|
378
|
+
- lib/google/cloud/compute/v1/region_health_checks/rest/client.rb
|
379
|
+
- lib/google/cloud/compute/v1/region_health_checks/rest/grpc_transcoding.rb
|
380
|
+
- lib/google/cloud/compute/v1/region_instance_group_managers.rb
|
381
|
+
- lib/google/cloud/compute/v1/region_instance_group_managers/credentials.rb
|
382
|
+
- lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb
|
383
|
+
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb
|
384
|
+
- lib/google/cloud/compute/v1/region_instance_group_managers/rest/grpc_transcoding.rb
|
385
|
+
- lib/google/cloud/compute/v1/region_instance_groups.rb
|
386
|
+
- lib/google/cloud/compute/v1/region_instance_groups/credentials.rb
|
387
|
+
- lib/google/cloud/compute/v1/region_instance_groups/rest.rb
|
388
|
+
- lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb
|
389
|
+
- lib/google/cloud/compute/v1/region_instance_groups/rest/grpc_transcoding.rb
|
390
|
+
- lib/google/cloud/compute/v1/region_network_endpoint_groups.rb
|
391
|
+
- lib/google/cloud/compute/v1/region_network_endpoint_groups/credentials.rb
|
392
|
+
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb
|
393
|
+
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb
|
394
|
+
- lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/grpc_transcoding.rb
|
395
|
+
- lib/google/cloud/compute/v1/region_notification_endpoints.rb
|
396
|
+
- lib/google/cloud/compute/v1/region_notification_endpoints/credentials.rb
|
397
|
+
- lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb
|
398
|
+
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb
|
399
|
+
- lib/google/cloud/compute/v1/region_notification_endpoints/rest/grpc_transcoding.rb
|
400
|
+
- lib/google/cloud/compute/v1/region_operations.rb
|
401
|
+
- lib/google/cloud/compute/v1/region_operations/credentials.rb
|
402
|
+
- lib/google/cloud/compute/v1/region_operations/rest.rb
|
403
|
+
- lib/google/cloud/compute/v1/region_operations/rest/client.rb
|
404
|
+
- lib/google/cloud/compute/v1/region_operations/rest/grpc_transcoding.rb
|
405
|
+
- lib/google/cloud/compute/v1/region_ssl_certificates.rb
|
406
|
+
- lib/google/cloud/compute/v1/region_ssl_certificates/credentials.rb
|
407
|
+
- lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb
|
408
|
+
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb
|
409
|
+
- lib/google/cloud/compute/v1/region_ssl_certificates/rest/grpc_transcoding.rb
|
410
|
+
- lib/google/cloud/compute/v1/region_target_http_proxies.rb
|
411
|
+
- lib/google/cloud/compute/v1/region_target_http_proxies/credentials.rb
|
412
|
+
- lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb
|
413
|
+
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb
|
414
|
+
- lib/google/cloud/compute/v1/region_target_http_proxies/rest/grpc_transcoding.rb
|
415
|
+
- lib/google/cloud/compute/v1/region_target_https_proxies.rb
|
416
|
+
- lib/google/cloud/compute/v1/region_target_https_proxies/credentials.rb
|
417
|
+
- lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb
|
418
|
+
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb
|
419
|
+
- lib/google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding.rb
|
420
|
+
- lib/google/cloud/compute/v1/region_url_maps.rb
|
421
|
+
- lib/google/cloud/compute/v1/region_url_maps/credentials.rb
|
422
|
+
- lib/google/cloud/compute/v1/region_url_maps/rest.rb
|
423
|
+
- lib/google/cloud/compute/v1/region_url_maps/rest/client.rb
|
424
|
+
- lib/google/cloud/compute/v1/region_url_maps/rest/grpc_transcoding.rb
|
425
|
+
- lib/google/cloud/compute/v1/regions.rb
|
426
|
+
- lib/google/cloud/compute/v1/regions/credentials.rb
|
427
|
+
- lib/google/cloud/compute/v1/regions/rest.rb
|
428
|
+
- lib/google/cloud/compute/v1/regions/rest/client.rb
|
429
|
+
- lib/google/cloud/compute/v1/regions/rest/grpc_transcoding.rb
|
430
|
+
- lib/google/cloud/compute/v1/reservations.rb
|
431
|
+
- lib/google/cloud/compute/v1/reservations/credentials.rb
|
432
|
+
- lib/google/cloud/compute/v1/reservations/rest.rb
|
433
|
+
- lib/google/cloud/compute/v1/reservations/rest/client.rb
|
434
|
+
- lib/google/cloud/compute/v1/reservations/rest/grpc_transcoding.rb
|
435
|
+
- lib/google/cloud/compute/v1/resource_policies.rb
|
436
|
+
- lib/google/cloud/compute/v1/resource_policies/credentials.rb
|
437
|
+
- lib/google/cloud/compute/v1/resource_policies/rest.rb
|
438
|
+
- lib/google/cloud/compute/v1/resource_policies/rest/client.rb
|
439
|
+
- lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb
|
440
|
+
- lib/google/cloud/compute/v1/routers.rb
|
441
|
+
- lib/google/cloud/compute/v1/routers/credentials.rb
|
442
|
+
- lib/google/cloud/compute/v1/routers/rest.rb
|
443
|
+
- lib/google/cloud/compute/v1/routers/rest/client.rb
|
444
|
+
- lib/google/cloud/compute/v1/routers/rest/grpc_transcoding.rb
|
445
|
+
- lib/google/cloud/compute/v1/routes.rb
|
446
|
+
- lib/google/cloud/compute/v1/routes/credentials.rb
|
447
|
+
- lib/google/cloud/compute/v1/routes/rest.rb
|
448
|
+
- lib/google/cloud/compute/v1/routes/rest/client.rb
|
449
|
+
- lib/google/cloud/compute/v1/routes/rest/grpc_transcoding.rb
|
450
|
+
- lib/google/cloud/compute/v1/security_policies.rb
|
451
|
+
- lib/google/cloud/compute/v1/security_policies/credentials.rb
|
452
|
+
- lib/google/cloud/compute/v1/security_policies/rest.rb
|
453
|
+
- lib/google/cloud/compute/v1/security_policies/rest/client.rb
|
454
|
+
- lib/google/cloud/compute/v1/security_policies/rest/grpc_transcoding.rb
|
455
|
+
- lib/google/cloud/compute/v1/snapshots.rb
|
456
|
+
- lib/google/cloud/compute/v1/snapshots/credentials.rb
|
457
|
+
- lib/google/cloud/compute/v1/snapshots/rest.rb
|
458
|
+
- lib/google/cloud/compute/v1/snapshots/rest/client.rb
|
459
|
+
- lib/google/cloud/compute/v1/snapshots/rest/grpc_transcoding.rb
|
460
|
+
- lib/google/cloud/compute/v1/ssl_certificates.rb
|
461
|
+
- lib/google/cloud/compute/v1/ssl_certificates/credentials.rb
|
462
|
+
- lib/google/cloud/compute/v1/ssl_certificates/rest.rb
|
463
|
+
- lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb
|
464
|
+
- lib/google/cloud/compute/v1/ssl_certificates/rest/grpc_transcoding.rb
|
465
|
+
- lib/google/cloud/compute/v1/ssl_policies.rb
|
466
|
+
- lib/google/cloud/compute/v1/ssl_policies/credentials.rb
|
467
|
+
- lib/google/cloud/compute/v1/ssl_policies/rest.rb
|
468
|
+
- lib/google/cloud/compute/v1/ssl_policies/rest/client.rb
|
469
|
+
- lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb
|
470
|
+
- lib/google/cloud/compute/v1/subnetworks.rb
|
471
|
+
- lib/google/cloud/compute/v1/subnetworks/credentials.rb
|
472
|
+
- lib/google/cloud/compute/v1/subnetworks/rest.rb
|
473
|
+
- lib/google/cloud/compute/v1/subnetworks/rest/client.rb
|
474
|
+
- lib/google/cloud/compute/v1/subnetworks/rest/grpc_transcoding.rb
|
475
|
+
- lib/google/cloud/compute/v1/target_grpc_proxies.rb
|
476
|
+
- lib/google/cloud/compute/v1/target_grpc_proxies/credentials.rb
|
477
|
+
- lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb
|
478
|
+
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb
|
479
|
+
- lib/google/cloud/compute/v1/target_grpc_proxies/rest/grpc_transcoding.rb
|
480
|
+
- lib/google/cloud/compute/v1/target_http_proxies.rb
|
481
|
+
- lib/google/cloud/compute/v1/target_http_proxies/credentials.rb
|
482
|
+
- lib/google/cloud/compute/v1/target_http_proxies/rest.rb
|
483
|
+
- lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb
|
484
|
+
- lib/google/cloud/compute/v1/target_http_proxies/rest/grpc_transcoding.rb
|
485
|
+
- lib/google/cloud/compute/v1/target_https_proxies.rb
|
486
|
+
- lib/google/cloud/compute/v1/target_https_proxies/credentials.rb
|
487
|
+
- lib/google/cloud/compute/v1/target_https_proxies/rest.rb
|
488
|
+
- lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb
|
489
|
+
- lib/google/cloud/compute/v1/target_https_proxies/rest/grpc_transcoding.rb
|
490
|
+
- lib/google/cloud/compute/v1/target_instances.rb
|
491
|
+
- lib/google/cloud/compute/v1/target_instances/credentials.rb
|
492
|
+
- lib/google/cloud/compute/v1/target_instances/rest.rb
|
493
|
+
- lib/google/cloud/compute/v1/target_instances/rest/client.rb
|
494
|
+
- lib/google/cloud/compute/v1/target_instances/rest/grpc_transcoding.rb
|
495
|
+
- lib/google/cloud/compute/v1/target_pools.rb
|
496
|
+
- lib/google/cloud/compute/v1/target_pools/credentials.rb
|
497
|
+
- lib/google/cloud/compute/v1/target_pools/rest.rb
|
498
|
+
- lib/google/cloud/compute/v1/target_pools/rest/client.rb
|
499
|
+
- lib/google/cloud/compute/v1/target_pools/rest/grpc_transcoding.rb
|
500
|
+
- lib/google/cloud/compute/v1/target_ssl_proxies.rb
|
501
|
+
- lib/google/cloud/compute/v1/target_ssl_proxies/credentials.rb
|
502
|
+
- lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb
|
503
|
+
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb
|
504
|
+
- lib/google/cloud/compute/v1/target_ssl_proxies/rest/grpc_transcoding.rb
|
505
|
+
- lib/google/cloud/compute/v1/target_tcp_proxies.rb
|
506
|
+
- lib/google/cloud/compute/v1/target_tcp_proxies/credentials.rb
|
507
|
+
- lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb
|
508
|
+
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb
|
509
|
+
- lib/google/cloud/compute/v1/target_tcp_proxies/rest/grpc_transcoding.rb
|
510
|
+
- lib/google/cloud/compute/v1/target_vpn_gateways.rb
|
511
|
+
- lib/google/cloud/compute/v1/target_vpn_gateways/credentials.rb
|
512
|
+
- lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb
|
513
|
+
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb
|
514
|
+
- lib/google/cloud/compute/v1/target_vpn_gateways/rest/grpc_transcoding.rb
|
515
|
+
- lib/google/cloud/compute/v1/url_maps.rb
|
516
|
+
- lib/google/cloud/compute/v1/url_maps/credentials.rb
|
517
|
+
- lib/google/cloud/compute/v1/url_maps/rest.rb
|
518
|
+
- lib/google/cloud/compute/v1/url_maps/rest/client.rb
|
519
|
+
- lib/google/cloud/compute/v1/url_maps/rest/grpc_transcoding.rb
|
520
|
+
- lib/google/cloud/compute/v1/version.rb
|
521
|
+
- lib/google/cloud/compute/v1/vpn_gateways.rb
|
522
|
+
- lib/google/cloud/compute/v1/vpn_gateways/credentials.rb
|
523
|
+
- lib/google/cloud/compute/v1/vpn_gateways/rest.rb
|
524
|
+
- lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb
|
525
|
+
- lib/google/cloud/compute/v1/vpn_gateways/rest/grpc_transcoding.rb
|
526
|
+
- lib/google/cloud/compute/v1/vpn_tunnels.rb
|
527
|
+
- lib/google/cloud/compute/v1/vpn_tunnels/credentials.rb
|
528
|
+
- lib/google/cloud/compute/v1/vpn_tunnels/rest.rb
|
529
|
+
- lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb
|
530
|
+
- lib/google/cloud/compute/v1/vpn_tunnels/rest/grpc_transcoding.rb
|
531
|
+
- lib/google/cloud/compute/v1/zone_operations.rb
|
532
|
+
- lib/google/cloud/compute/v1/zone_operations/credentials.rb
|
533
|
+
- lib/google/cloud/compute/v1/zone_operations/rest.rb
|
534
|
+
- lib/google/cloud/compute/v1/zone_operations/rest/client.rb
|
535
|
+
- lib/google/cloud/compute/v1/zone_operations/rest/grpc_transcoding.rb
|
536
|
+
- lib/google/cloud/compute/v1/zones.rb
|
537
|
+
- lib/google/cloud/compute/v1/zones/credentials.rb
|
538
|
+
- lib/google/cloud/compute/v1/zones/rest.rb
|
539
|
+
- lib/google/cloud/compute/v1/zones/rest/client.rb
|
540
|
+
- lib/google/cloud/compute/v1/zones/rest/grpc_transcoding.rb
|
541
|
+
- proto_docs/README.md
|
542
|
+
- proto_docs/google/api/field_behavior.rb
|
543
|
+
- proto_docs/google/api/resource.rb
|
544
|
+
- proto_docs/google/cloud/compute/v1/compute.rb
|
545
|
+
homepage: https://github.com/googleapis/google-cloud-ruby
|
546
|
+
licenses:
|
547
|
+
- Apache-2.0
|
548
|
+
metadata: {}
|
549
|
+
post_install_message:
|
550
|
+
rdoc_options: []
|
551
|
+
require_paths:
|
552
|
+
- lib
|
553
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
554
|
+
requirements:
|
555
|
+
- - ">="
|
556
|
+
- !ruby/object:Gem::Version
|
557
|
+
version: '2.5'
|
558
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
559
|
+
requirements:
|
560
|
+
- - ">="
|
561
|
+
- !ruby/object:Gem::Version
|
562
|
+
version: '0'
|
563
|
+
requirements: []
|
564
|
+
rubygems_version: 3.2.16
|
565
|
+
signing_key:
|
566
|
+
specification_version: 4
|
567
|
+
summary: API Client library (ALPHA) for the Google Cloud Compute V1 API.
|
568
|
+
test_files: []
|