google-cloud-compute-v1 0.1.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/AUTHENTICATION.md +13 -13
- data/README.md +10 -34
- data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +133 -93
- data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/addresses/rest/client.rb +181 -133
- data/lib/google/cloud/compute/v1/addresses/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +229 -173
- data/lib/google/cloud/compute/v1/autoscalers/rest/grpc_transcoding.rb +5 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
- data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +248 -185
- data/lib/google/cloud/compute/v1/backend_buckets/rest/grpc_transcoding.rb +4 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +325 -254
- data/lib/google/cloud/compute/v1/backend_services/rest/grpc_transcoding.rb +5 -0
- data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/compute_pb.rb +8507 -7466
- data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +133 -93
- data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/disks/rest/client.rb +365 -273
- data/lib/google/cloud/compute/v1/disks/rest/grpc_transcoding.rb +8 -0
- data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
- data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +195 -133
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
- data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/firewall_policies/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +1592 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/grpc_transcoding.rb +269 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
- data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/firewall_policies.rb +44 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +200 -145
- data/lib/google/cloud/compute/v1/firewalls/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +307 -172
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
- data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +152 -105
- data/lib/google/cloud/compute/v1/global_addresses/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +274 -144
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +226 -173
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
- data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +175 -123
- data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
- data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +124 -79
- data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
- data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +627 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/grpc_transcoding.rb +100 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb +44 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +229 -173
- data/lib/google/cloud/compute/v1/health_checks/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/image_family_views/credentials.rb +53 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +318 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +89 -0
- data/lib/google/cloud/compute/v1/image_family_views/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/image_family_views.rb +44 -0
- data/lib/google/cloud/compute/v1/images/rest/client.rb +310 -214
- data/lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb +4 -0
- data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
- data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +556 -477
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/grpc_transcoding.rb +10 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
- data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +284 -232
- data/lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb +9 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
- data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +215 -144
- data/lib/google/cloud/compute/v1/instance_templates/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/instances/rest/client.rb +1246 -797
- data/lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb +27 -0
- data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +2018 -0
- data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +205 -153
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
- data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +104 -65
- data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +199 -137
- data/lib/google/cloud/compute/v1/interconnects/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
- data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +97 -52
- data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
- data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/licenses/rest/client.rb +222 -151
- data/lib/google/cloud/compute/v1/licenses/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
- data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +133 -93
- data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +275 -214
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding.rb +8 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
- data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/networks/rest/client.rb +378 -234
- data/lib/google/cloud/compute/v1/networks/rest/grpc_transcoding.rb +5 -0
- data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
- data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +366 -280
- data/lib/google/cloud/compute/v1/node_groups/rest/grpc_transcoding.rb +6 -0
- data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
- data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +244 -172
- data/lib/google/cloud/compute/v1/node_templates/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/node_types/rest/client.rb +133 -93
- data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
- data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +225 -166
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
- data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/projects/rest/client.rb +369 -285
- data/lib/google/cloud/compute/v1/projects/rest/grpc_transcoding.rb +12 -0
- data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
- data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +627 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/grpc_transcoding.rb +100 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/public_advertised_prefixes.rb +44 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +723 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/grpc_transcoding.rb +118 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/public_delegated_prefixes.rb +44 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +200 -145
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb +5 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
- data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +223 -161
- data/lib/google/cloud/compute/v1/region_backend_services/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +158 -114
- data/lib/google/cloud/compute/v1/region_commitments/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +104 -65
- data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +336 -245
- data/lib/google/cloud/compute/v1/region_disks/rest/grpc_transcoding.rb +7 -0
- data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
- data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +176 -125
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +200 -145
- data/lib/google/cloud/compute/v1/region_health_checks/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +526 -444
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/grpc_transcoding.rb +10 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
- data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +154 -113
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/grpc_transcoding.rb +6 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
- data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_instances/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +318 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/grpc_transcoding.rb +46 -0
- data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
- data/lib/google/cloud/compute/v1/region_instances/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/region_instances.rb +44 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +152 -105
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +152 -105
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +145 -94
- data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +152 -105
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +176 -125
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +200 -145
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +216 -138
- data/lib/google/cloud/compute/v1/region_url_maps/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
- data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/regions/rest/client.rb +104 -65
- data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/reservations/rest/client.rb +268 -192
- data/lib/google/cloud/compute/v1/reservations/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +244 -172
- data/lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routers/rest/client.rb +301 -226
- data/lib/google/cloud/compute/v1/routers/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
- data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/routes/rest/client.rb +152 -105
- data/lib/google/cloud/compute/v1/routes/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
- data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +294 -209
- data/lib/google/cloud/compute/v1/security_policies/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
- data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/service_attachments/credentials.rb +52 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +954 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +458 -0
- data/lib/google/cloud/compute/v1/service_attachments/rest.rb +33 -0
- data/lib/google/cloud/compute/v1/service_attachments.rb +44 -0
- data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +215 -142
- data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
- data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +181 -133
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +202 -151
- data/lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
- data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +345 -260
- data/lib/google/cloud/compute/v1/subnetworks/rest/grpc_transcoding.rb +5 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
- data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +176 -125
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
- data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +230 -174
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
- data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +353 -212
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/grpc_transcoding.rb +5 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
- data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +181 -133
- data/lib/google/cloud/compute/v1/target_instances/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +321 -246
- data/lib/google/cloud/compute/v1/target_pools/rest/grpc_transcoding.rb +7 -0
- data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
- data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +248 -185
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/grpc_transcoding.rb +5 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
- data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +200 -145
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/grpc_transcoding.rb +3 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
- data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +181 -133
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +274 -209
- data/lib/google/cloud/compute/v1/url_maps/rest/grpc_transcoding.rb +4 -0
- data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
- data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/version.rb +1 -1
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +248 -178
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/grpc_transcoding.rb +2 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
- data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +181 -133
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/grpc_transcoding.rb +1 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
- data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +145 -94
- data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
- data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
- data/lib/google/cloud/compute/v1/zones/rest/client.rb +104 -65
- data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
- data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
- data/lib/google/cloud/compute/v1.rb +7 -0
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/api/field_behavior.rb +6 -0
- data/proto_docs/google/cloud/compute/v1/compute.rb +18964 -19481
- data/proto_docs/google/cloud/extended_operations.rb +51 -0
- metadata +141 -13
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/errors"
|
20
20
|
require "google/cloud/compute/v1/compute_pb"
|
21
|
+
require "google/cloud/compute/v1/networks/rest/service_stub"
|
21
22
|
|
22
23
|
module Google
|
23
24
|
module Cloud
|
@@ -31,8 +32,6 @@ module Google
|
|
31
32
|
# The Networks API.
|
32
33
|
#
|
33
34
|
class Client
|
34
|
-
include GrpcTranscoding
|
35
|
-
|
36
35
|
# @private
|
37
36
|
attr_reader :networks_stub
|
38
37
|
|
@@ -42,13 +41,12 @@ module Google
|
|
42
41
|
# See {::Google::Cloud::Compute::V1::Networks::Rest::Client::Configuration}
|
43
42
|
# for a description of the configuration fields.
|
44
43
|
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
# To modify the configuration for all Networks clients:
|
44
|
+
# @example
|
48
45
|
#
|
49
|
-
#
|
50
|
-
#
|
51
|
-
#
|
46
|
+
# # Modify the configuration for all Networks clients
|
47
|
+
# ::Google::Cloud::Compute::V1::Networks::Rest::Client.configure do |config|
|
48
|
+
# config.timeout = 10.0
|
49
|
+
# end
|
52
50
|
#
|
53
51
|
# @yield [config] Configure the Client client.
|
54
52
|
# @yieldparam config [Client::Configuration]
|
@@ -66,6 +64,40 @@ module Google
|
|
66
64
|
end
|
67
65
|
default_config = Client::Configuration.new parent_config
|
68
66
|
|
67
|
+
default_config.rpcs.add_peering.timeout = 600.0
|
68
|
+
|
69
|
+
default_config.rpcs.delete.timeout = 600.0
|
70
|
+
|
71
|
+
default_config.rpcs.get.timeout = 600.0
|
72
|
+
default_config.rpcs.get.retry_policy = {
|
73
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
74
|
+
}
|
75
|
+
|
76
|
+
default_config.rpcs.get_effective_firewalls.timeout = 600.0
|
77
|
+
default_config.rpcs.get_effective_firewalls.retry_policy = {
|
78
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
79
|
+
}
|
80
|
+
|
81
|
+
default_config.rpcs.insert.timeout = 600.0
|
82
|
+
|
83
|
+
default_config.rpcs.list.timeout = 600.0
|
84
|
+
default_config.rpcs.list.retry_policy = {
|
85
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
86
|
+
}
|
87
|
+
|
88
|
+
default_config.rpcs.list_peering_routes.timeout = 600.0
|
89
|
+
default_config.rpcs.list_peering_routes.retry_policy = {
|
90
|
+
initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
|
91
|
+
}
|
92
|
+
|
93
|
+
default_config.rpcs.patch.timeout = 600.0
|
94
|
+
|
95
|
+
default_config.rpcs.remove_peering.timeout = 600.0
|
96
|
+
|
97
|
+
default_config.rpcs.switch_to_custom_mode.timeout = 600.0
|
98
|
+
|
99
|
+
default_config.rpcs.update_peering.timeout = 600.0
|
100
|
+
|
69
101
|
default_config
|
70
102
|
end
|
71
103
|
yield @configure if block_given?
|
@@ -95,28 +127,20 @@ module Google
|
|
95
127
|
##
|
96
128
|
# Create a new Networks REST client object.
|
97
129
|
#
|
98
|
-
#
|
130
|
+
# @example
|
99
131
|
#
|
100
|
-
#
|
101
|
-
#
|
132
|
+
# # Create a client using the default configuration
|
133
|
+
# client = ::Google::Cloud::Compute::V1::Networks::Rest::Client.new
|
102
134
|
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
# client = ::Google::Cloud::Compute::V1::Networks::Rest::Client.new do |config|
|
109
|
-
# config.timeout = 10.0
|
110
|
-
# end
|
135
|
+
# # Create a client using a custom configuration
|
136
|
+
# client = ::Google::Cloud::Compute::V1::Networks::Rest::Client.new do |config|
|
137
|
+
# config.timeout = 10.0
|
138
|
+
# end
|
111
139
|
#
|
112
140
|
# @yield [config] Configure the Networks client.
|
113
141
|
# @yieldparam config [Client::Configuration]
|
114
142
|
#
|
115
143
|
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
144
|
# Create the configuration object
|
121
145
|
@config = Configuration.new Client.configure
|
122
146
|
|
@@ -126,11 +150,11 @@ module Google
|
|
126
150
|
# Create credentials
|
127
151
|
credentials = @config.credentials
|
128
152
|
credentials ||= Credentials.default scope: @config.scope
|
129
|
-
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
153
|
+
if credentials.is_a?(::String) || credentials.is_a?(::Hash)
|
130
154
|
credentials = Credentials.new credentials, scope: @config.scope
|
131
155
|
end
|
132
156
|
|
133
|
-
@
|
157
|
+
@networks_stub = ::Google::Cloud::Compute::V1::Networks::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
|
134
158
|
end
|
135
159
|
|
136
160
|
# Service calls
|
@@ -162,16 +186,12 @@ module Google
|
|
162
186
|
# @param project [::String]
|
163
187
|
# Project ID for this request.
|
164
188
|
# @param request_id [::String]
|
165
|
-
# 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.
|
166
|
-
#
|
167
|
-
#
|
168
|
-
#
|
169
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
170
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
171
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
189
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
190
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
191
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
172
192
|
# @yieldparam response [::Faraday::Response]
|
173
193
|
#
|
174
|
-
# @return [::
|
194
|
+
# @return [::Gapic::Rest::BaseOperation]
|
175
195
|
#
|
176
196
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
177
197
|
def add_peering request, options = nil
|
@@ -183,26 +203,25 @@ module Google
|
|
183
203
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
184
204
|
|
185
205
|
# Customize the options with defaults
|
186
|
-
call_metadata =
|
206
|
+
call_metadata = @config.rpcs.add_peering.metadata.to_h
|
187
207
|
|
188
208
|
# Set x-goog-api-client header
|
189
209
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
190
210
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
191
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
211
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
212
|
+
transports_version_send: [:rest]
|
192
213
|
|
193
|
-
options.apply_defaults timeout: @config.timeout,
|
214
|
+
options.apply_defaults timeout: @config.rpcs.add_peering.timeout,
|
194
215
|
metadata: call_metadata
|
195
216
|
|
196
|
-
|
197
|
-
|
198
|
-
uri: uri,
|
199
|
-
body: body,
|
200
|
-
options: options
|
201
|
-
)
|
202
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
217
|
+
options.apply_defaults timeout: @config.timeout,
|
218
|
+
metadata: @config.metadata
|
203
219
|
|
204
|
-
|
205
|
-
|
220
|
+
@networks_stub.add_peering request, options do |result, response|
|
221
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
222
|
+
yield result, response if block_given?
|
223
|
+
return result
|
224
|
+
end
|
206
225
|
rescue ::Faraday::Error => e
|
207
226
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
208
227
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -233,16 +252,12 @@ module Google
|
|
233
252
|
# @param project [::String]
|
234
253
|
# Project ID for this request.
|
235
254
|
# @param request_id [::String]
|
236
|
-
# 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.
|
237
|
-
#
|
238
|
-
#
|
239
|
-
#
|
240
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
241
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
242
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
255
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
256
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
257
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
243
258
|
# @yieldparam response [::Faraday::Response]
|
244
259
|
#
|
245
|
-
# @return [::
|
260
|
+
# @return [::Gapic::Rest::BaseOperation]
|
246
261
|
#
|
247
262
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
248
263
|
def delete request, options = nil
|
@@ -254,26 +269,25 @@ module Google
|
|
254
269
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
255
270
|
|
256
271
|
# Customize the options with defaults
|
257
|
-
call_metadata =
|
272
|
+
call_metadata = @config.rpcs.delete.metadata.to_h
|
258
273
|
|
259
274
|
# Set x-goog-api-client header
|
260
275
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
261
276
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
262
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
277
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
278
|
+
transports_version_send: [:rest]
|
263
279
|
|
264
|
-
options.apply_defaults timeout: @config.timeout,
|
280
|
+
options.apply_defaults timeout: @config.rpcs.delete.timeout,
|
265
281
|
metadata: call_metadata
|
266
282
|
|
267
|
-
|
268
|
-
|
269
|
-
uri: uri,
|
270
|
-
params: query_string_params,
|
271
|
-
options: options
|
272
|
-
)
|
273
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
283
|
+
options.apply_defaults timeout: @config.timeout,
|
284
|
+
metadata: @config.metadata
|
274
285
|
|
275
|
-
|
276
|
-
|
286
|
+
@networks_stub.delete request, options do |result, response|
|
287
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
288
|
+
yield result, response if block_given?
|
289
|
+
return result
|
290
|
+
end
|
277
291
|
rescue ::Faraday::Error => e
|
278
292
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
279
293
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -303,7 +317,7 @@ module Google
|
|
303
317
|
# Name of the network to return.
|
304
318
|
# @param project [::String]
|
305
319
|
# Project ID for this request.
|
306
|
-
# @yield [result,
|
320
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
307
321
|
# @yieldparam result [::Google::Cloud::Compute::V1::Network]
|
308
322
|
# @yieldparam response [::Faraday::Response]
|
309
323
|
#
|
@@ -319,25 +333,87 @@ module Google
|
|
319
333
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
320
334
|
|
321
335
|
# Customize the options with defaults
|
322
|
-
call_metadata =
|
336
|
+
call_metadata = @config.rpcs.get.metadata.to_h
|
323
337
|
|
324
338
|
# Set x-goog-api-client header
|
325
339
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
326
340
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
327
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
341
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
342
|
+
transports_version_send: [:rest]
|
343
|
+
|
344
|
+
options.apply_defaults timeout: @config.rpcs.get.timeout,
|
345
|
+
metadata: call_metadata
|
328
346
|
|
329
347
|
options.apply_defaults timeout: @config.timeout,
|
348
|
+
metadata: @config.metadata
|
349
|
+
|
350
|
+
@networks_stub.get request, options do |result, response|
|
351
|
+
yield result, response if block_given?
|
352
|
+
return result
|
353
|
+
end
|
354
|
+
rescue ::Faraday::Error => e
|
355
|
+
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
356
|
+
raise ::Google::Cloud::Error.from_error(gapic_error)
|
357
|
+
end
|
358
|
+
|
359
|
+
##
|
360
|
+
# Returns the effective firewalls on a given network.
|
361
|
+
#
|
362
|
+
# @overload get_effective_firewalls(request, options = nil)
|
363
|
+
# Pass arguments to `get_effective_firewalls` via a request object, either of type
|
364
|
+
# {::Google::Cloud::Compute::V1::GetEffectiveFirewallsNetworkRequest} or an equivalent Hash.
|
365
|
+
#
|
366
|
+
# @param request [::Google::Cloud::Compute::V1::GetEffectiveFirewallsNetworkRequest, ::Hash]
|
367
|
+
# A request object representing the call parameters. Required. To specify no
|
368
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
369
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
370
|
+
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
371
|
+
# Note: currently retry functionality is not implemented. While it is possible
|
372
|
+
# to set it using ::Gapic::CallOptions, it will not be applied
|
373
|
+
#
|
374
|
+
# @overload get_effective_firewalls(network: nil, project: nil)
|
375
|
+
# Pass arguments to `get_effective_firewalls` via keyword arguments. Note that at
|
376
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
377
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
378
|
+
#
|
379
|
+
# @param network [::String]
|
380
|
+
# Name of the network for this request.
|
381
|
+
# @param project [::String]
|
382
|
+
# Project ID for this request.
|
383
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
384
|
+
# @yieldparam result [::Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponse]
|
385
|
+
# @yieldparam response [::Faraday::Response]
|
386
|
+
#
|
387
|
+
# @return [::Google::Cloud::Compute::V1::NetworksGetEffectiveFirewallsResponse]
|
388
|
+
#
|
389
|
+
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
390
|
+
def get_effective_firewalls request, options = nil
|
391
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
392
|
+
|
393
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Cloud::Compute::V1::GetEffectiveFirewallsNetworkRequest
|
394
|
+
|
395
|
+
# Converts hash and nil to an options object
|
396
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
397
|
+
|
398
|
+
# Customize the options with defaults
|
399
|
+
call_metadata = @config.rpcs.get_effective_firewalls.metadata.to_h
|
400
|
+
|
401
|
+
# Set x-goog-api-client header
|
402
|
+
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
403
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
404
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
405
|
+
transports_version_send: [:rest]
|
406
|
+
|
407
|
+
options.apply_defaults timeout: @config.rpcs.get_effective_firewalls.timeout,
|
330
408
|
metadata: call_metadata
|
331
409
|
|
332
|
-
|
333
|
-
|
334
|
-
uri: uri,
|
335
|
-
options: options
|
336
|
-
)
|
337
|
-
result = ::Google::Cloud::Compute::V1::Network.decode_json response.body, ignore_unknown_fields: true
|
410
|
+
options.apply_defaults timeout: @config.timeout,
|
411
|
+
metadata: @config.metadata
|
338
412
|
|
339
|
-
|
340
|
-
|
413
|
+
@networks_stub.get_effective_firewalls request, options do |result, response|
|
414
|
+
yield result, response if block_given?
|
415
|
+
return result
|
416
|
+
end
|
341
417
|
rescue ::Faraday::Error => e
|
342
418
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
343
419
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -368,16 +444,12 @@ module Google
|
|
368
444
|
# @param project [::String]
|
369
445
|
# Project ID for this request.
|
370
446
|
# @param request_id [::String]
|
371
|
-
# 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.
|
372
|
-
#
|
373
|
-
#
|
374
|
-
#
|
375
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
376
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
377
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
447
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
448
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
449
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
378
450
|
# @yieldparam response [::Faraday::Response]
|
379
451
|
#
|
380
|
-
# @return [::
|
452
|
+
# @return [::Gapic::Rest::BaseOperation]
|
381
453
|
#
|
382
454
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
383
455
|
def insert request, options = nil
|
@@ -389,26 +461,25 @@ module Google
|
|
389
461
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
390
462
|
|
391
463
|
# Customize the options with defaults
|
392
|
-
call_metadata =
|
464
|
+
call_metadata = @config.rpcs.insert.metadata.to_h
|
393
465
|
|
394
466
|
# Set x-goog-api-client header
|
395
467
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
396
468
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
397
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
469
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
470
|
+
transports_version_send: [:rest]
|
398
471
|
|
399
|
-
options.apply_defaults timeout: @config.timeout,
|
472
|
+
options.apply_defaults timeout: @config.rpcs.insert.timeout,
|
400
473
|
metadata: call_metadata
|
401
474
|
|
402
|
-
|
403
|
-
|
404
|
-
uri: uri,
|
405
|
-
body: body,
|
406
|
-
options: options
|
407
|
-
)
|
408
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
475
|
+
options.apply_defaults timeout: @config.timeout,
|
476
|
+
metadata: @config.metadata
|
409
477
|
|
410
|
-
|
411
|
-
|
478
|
+
@networks_stub.insert request, options do |result, response|
|
479
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
480
|
+
yield result, response if block_given?
|
481
|
+
return result
|
482
|
+
end
|
412
483
|
rescue ::Faraday::Error => e
|
413
484
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
414
485
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -435,32 +506,22 @@ module Google
|
|
435
506
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
436
507
|
#
|
437
508
|
# @param filter [::String]
|
438
|
-
# 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 `<`.
|
439
|
-
#
|
440
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
441
|
-
#
|
442
|
-
# 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.
|
443
|
-
#
|
444
|
-
# 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) ```
|
509
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
445
510
|
# @param max_results [::Integer]
|
446
511
|
# 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`)
|
447
512
|
# @param order_by [::String]
|
448
|
-
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
|
449
|
-
#
|
450
|
-
# 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.
|
451
|
-
#
|
452
|
-
# Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
513
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
453
514
|
# @param page_token [::String]
|
454
515
|
# Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
|
455
516
|
# @param project [::String]
|
456
517
|
# Project ID for this request.
|
457
518
|
# @param return_partial_success [::Boolean]
|
458
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
459
|
-
# @yield [result,
|
460
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
519
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
520
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
521
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Network>]
|
461
522
|
# @yieldparam response [::Faraday::Response]
|
462
523
|
#
|
463
|
-
# @return [::Google::Cloud::Compute::V1::
|
524
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Network>]
|
464
525
|
#
|
465
526
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
466
527
|
def list request, options = nil
|
@@ -472,26 +533,25 @@ module Google
|
|
472
533
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
473
534
|
|
474
535
|
# Customize the options with defaults
|
475
|
-
call_metadata =
|
536
|
+
call_metadata = @config.rpcs.list.metadata.to_h
|
476
537
|
|
477
538
|
# Set x-goog-api-client header
|
478
539
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
479
540
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
480
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
541
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
542
|
+
transports_version_send: [:rest]
|
481
543
|
|
482
|
-
options.apply_defaults timeout: @config.timeout,
|
544
|
+
options.apply_defaults timeout: @config.rpcs.list.timeout,
|
483
545
|
metadata: call_metadata
|
484
546
|
|
485
|
-
|
486
|
-
|
487
|
-
uri: uri,
|
488
|
-
params: query_string_params,
|
489
|
-
options: options
|
490
|
-
)
|
491
|
-
result = ::Google::Cloud::Compute::V1::NetworkList.decode_json response.body, ignore_unknown_fields: true
|
547
|
+
options.apply_defaults timeout: @config.timeout,
|
548
|
+
metadata: @config.metadata
|
492
549
|
|
493
|
-
|
494
|
-
|
550
|
+
@networks_stub.list request, options do |result, response|
|
551
|
+
result = ::Gapic::Rest::PagedEnumerable.new @networks_stub, :list, "items", request, result, options
|
552
|
+
yield result, response if block_given?
|
553
|
+
return result
|
554
|
+
end
|
495
555
|
rescue ::Faraday::Error => e
|
496
556
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
497
557
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -517,26 +577,17 @@ module Google
|
|
517
577
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
518
578
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
519
579
|
#
|
520
|
-
# @param direction [::
|
580
|
+
# @param direction [::String]
|
521
581
|
# The direction of the exchanged routes.
|
582
|
+
# Check the Direction enum for the list of possible values.
|
522
583
|
# @param filter [::String]
|
523
|
-
# 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 `<`.
|
524
|
-
#
|
525
|
-
# For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
|
526
|
-
#
|
527
|
-
# 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.
|
528
|
-
#
|
529
|
-
# 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) ```
|
584
|
+
# A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
|
530
585
|
# @param max_results [::Integer]
|
531
586
|
# 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`)
|
532
587
|
# @param network [::String]
|
533
588
|
# Name of the network for this request.
|
534
589
|
# @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.
|
590
|
+
# Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
|
540
591
|
# @param page_token [::String]
|
541
592
|
# 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
593
|
# @param peering_name [::String]
|
@@ -546,12 +597,12 @@ module Google
|
|
546
597
|
# @param region [::String]
|
547
598
|
# The region of the request. The response will include all subnet routes, static routes and dynamic routes in the region.
|
548
599
|
# @param return_partial_success [::Boolean]
|
549
|
-
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false
|
550
|
-
# @yield [result,
|
551
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::
|
600
|
+
# Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
|
601
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
602
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::ExchangedPeeringRoute>]
|
552
603
|
# @yieldparam response [::Faraday::Response]
|
553
604
|
#
|
554
|
-
# @return [::Google::Cloud::Compute::V1::
|
605
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::ExchangedPeeringRoute>]
|
555
606
|
#
|
556
607
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
557
608
|
def list_peering_routes request, options = nil
|
@@ -563,26 +614,25 @@ module Google
|
|
563
614
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
564
615
|
|
565
616
|
# Customize the options with defaults
|
566
|
-
call_metadata =
|
617
|
+
call_metadata = @config.rpcs.list_peering_routes.metadata.to_h
|
567
618
|
|
568
619
|
# Set x-goog-api-client header
|
569
620
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
570
621
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
571
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
622
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
623
|
+
transports_version_send: [:rest]
|
572
624
|
|
573
|
-
options.apply_defaults timeout: @config.timeout,
|
625
|
+
options.apply_defaults timeout: @config.rpcs.list_peering_routes.timeout,
|
574
626
|
metadata: call_metadata
|
575
627
|
|
576
|
-
|
577
|
-
|
578
|
-
uri: uri,
|
579
|
-
params: query_string_params,
|
580
|
-
options: options
|
581
|
-
)
|
582
|
-
result = ::Google::Cloud::Compute::V1::ExchangedPeeringRoutesList.decode_json response.body, ignore_unknown_fields: true
|
628
|
+
options.apply_defaults timeout: @config.timeout,
|
629
|
+
metadata: @config.metadata
|
583
630
|
|
584
|
-
|
585
|
-
|
631
|
+
@networks_stub.list_peering_routes request, options do |result, response|
|
632
|
+
result = ::Gapic::Rest::PagedEnumerable.new @networks_stub, :list_peering_routes, "items", request, result, options
|
633
|
+
yield result, response if block_given?
|
634
|
+
return result
|
635
|
+
end
|
586
636
|
rescue ::Faraday::Error => e
|
587
637
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
588
638
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -615,16 +665,12 @@ module Google
|
|
615
665
|
# @param project [::String]
|
616
666
|
# Project ID for this request.
|
617
667
|
# @param request_id [::String]
|
618
|
-
# 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.
|
619
|
-
#
|
620
|
-
#
|
621
|
-
#
|
622
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
623
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
624
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
668
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
669
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
670
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
625
671
|
# @yieldparam response [::Faraday::Response]
|
626
672
|
#
|
627
|
-
# @return [::
|
673
|
+
# @return [::Gapic::Rest::BaseOperation]
|
628
674
|
#
|
629
675
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
630
676
|
def patch request, options = nil
|
@@ -636,26 +682,25 @@ module Google
|
|
636
682
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
637
683
|
|
638
684
|
# Customize the options with defaults
|
639
|
-
call_metadata =
|
685
|
+
call_metadata = @config.rpcs.patch.metadata.to_h
|
640
686
|
|
641
687
|
# Set x-goog-api-client header
|
642
688
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
643
689
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
644
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
690
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
691
|
+
transports_version_send: [:rest]
|
645
692
|
|
646
|
-
options.apply_defaults timeout: @config.timeout,
|
693
|
+
options.apply_defaults timeout: @config.rpcs.patch.timeout,
|
647
694
|
metadata: call_metadata
|
648
695
|
|
649
|
-
|
650
|
-
|
651
|
-
uri: uri,
|
652
|
-
body: body,
|
653
|
-
options: options
|
654
|
-
)
|
655
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
696
|
+
options.apply_defaults timeout: @config.timeout,
|
697
|
+
metadata: @config.metadata
|
656
698
|
|
657
|
-
|
658
|
-
|
699
|
+
@networks_stub.patch request, options do |result, response|
|
700
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
701
|
+
yield result, response if block_given?
|
702
|
+
return result
|
703
|
+
end
|
659
704
|
rescue ::Faraday::Error => e
|
660
705
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
661
706
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -688,16 +733,12 @@ module Google
|
|
688
733
|
# @param project [::String]
|
689
734
|
# Project ID for this request.
|
690
735
|
# @param request_id [::String]
|
691
|
-
# 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.
|
692
|
-
#
|
693
|
-
#
|
694
|
-
#
|
695
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
696
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
697
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
736
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
737
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
738
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
698
739
|
# @yieldparam response [::Faraday::Response]
|
699
740
|
#
|
700
|
-
# @return [::
|
741
|
+
# @return [::Gapic::Rest::BaseOperation]
|
701
742
|
#
|
702
743
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
703
744
|
def remove_peering request, options = nil
|
@@ -709,26 +750,25 @@ module Google
|
|
709
750
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
710
751
|
|
711
752
|
# Customize the options with defaults
|
712
|
-
call_metadata =
|
753
|
+
call_metadata = @config.rpcs.remove_peering.metadata.to_h
|
713
754
|
|
714
755
|
# Set x-goog-api-client header
|
715
756
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
716
757
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
717
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
758
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
759
|
+
transports_version_send: [:rest]
|
718
760
|
|
719
|
-
options.apply_defaults timeout: @config.timeout,
|
761
|
+
options.apply_defaults timeout: @config.rpcs.remove_peering.timeout,
|
720
762
|
metadata: call_metadata
|
721
763
|
|
722
|
-
|
723
|
-
|
724
|
-
uri: uri,
|
725
|
-
body: body,
|
726
|
-
options: options
|
727
|
-
)
|
728
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
764
|
+
options.apply_defaults timeout: @config.timeout,
|
765
|
+
metadata: @config.metadata
|
729
766
|
|
730
|
-
|
731
|
-
|
767
|
+
@networks_stub.remove_peering request, options do |result, response|
|
768
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
769
|
+
yield result, response if block_given?
|
770
|
+
return result
|
771
|
+
end
|
732
772
|
rescue ::Faraday::Error => e
|
733
773
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
734
774
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -759,16 +799,12 @@ module Google
|
|
759
799
|
# @param project [::String]
|
760
800
|
# Project ID for this request.
|
761
801
|
# @param request_id [::String]
|
762
|
-
# 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.
|
763
|
-
#
|
764
|
-
#
|
765
|
-
#
|
766
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
767
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
768
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
802
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
803
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
804
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
769
805
|
# @yieldparam response [::Faraday::Response]
|
770
806
|
#
|
771
|
-
# @return [::
|
807
|
+
# @return [::Gapic::Rest::BaseOperation]
|
772
808
|
#
|
773
809
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
774
810
|
def switch_to_custom_mode request, options = nil
|
@@ -780,33 +816,32 @@ module Google
|
|
780
816
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
781
817
|
|
782
818
|
# Customize the options with defaults
|
783
|
-
call_metadata =
|
819
|
+
call_metadata = @config.rpcs.switch_to_custom_mode.metadata.to_h
|
784
820
|
|
785
821
|
# Set x-goog-api-client header
|
786
822
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
787
823
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
788
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
824
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
825
|
+
transports_version_send: [:rest]
|
789
826
|
|
790
|
-
options.apply_defaults timeout: @config.timeout,
|
827
|
+
options.apply_defaults timeout: @config.rpcs.switch_to_custom_mode.timeout,
|
791
828
|
metadata: call_metadata
|
792
829
|
|
793
|
-
|
794
|
-
|
795
|
-
uri: uri,
|
796
|
-
params: query_string_params,
|
797
|
-
options: options
|
798
|
-
)
|
799
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
830
|
+
options.apply_defaults timeout: @config.timeout,
|
831
|
+
metadata: @config.metadata
|
800
832
|
|
801
|
-
|
802
|
-
|
833
|
+
@networks_stub.switch_to_custom_mode request, options do |result, response|
|
834
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
835
|
+
yield result, response if block_given?
|
836
|
+
return result
|
837
|
+
end
|
803
838
|
rescue ::Faraday::Error => e
|
804
839
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
805
840
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
806
841
|
end
|
807
842
|
|
808
843
|
##
|
809
|
-
# Updates the specified network peering with the data included in the request
|
844
|
+
# Updates the specified network peering with the data included in the request. You can only modify the NetworkPeering.export_custom_routes field and the NetworkPeering.import_custom_routes field.
|
810
845
|
#
|
811
846
|
# @overload update_peering(request, options = nil)
|
812
847
|
# Pass arguments to `update_peering` via a request object, either of type
|
@@ -832,16 +867,12 @@ module Google
|
|
832
867
|
# @param project [::String]
|
833
868
|
# Project ID for this request.
|
834
869
|
# @param request_id [::String]
|
835
|
-
# 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.
|
836
|
-
#
|
837
|
-
#
|
838
|
-
#
|
839
|
-
# The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
840
|
-
# @yield [result, env] Access the result along with the Faraday environment object
|
841
|
-
# @yieldparam result [::Google::Cloud::Compute::V1::Operation]
|
870
|
+
# An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
|
871
|
+
# @yield [result, response] Access the result along with the Faraday response object
|
872
|
+
# @yieldparam result [::Gapic::Rest::BaseOperation]
|
842
873
|
# @yieldparam response [::Faraday::Response]
|
843
874
|
#
|
844
|
-
# @return [::
|
875
|
+
# @return [::Gapic::Rest::BaseOperation]
|
845
876
|
#
|
846
877
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
847
878
|
def update_peering request, options = nil
|
@@ -853,26 +884,25 @@ module Google
|
|
853
884
|
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
854
885
|
|
855
886
|
# Customize the options with defaults
|
856
|
-
call_metadata =
|
887
|
+
call_metadata = @config.rpcs.update_peering.metadata.to_h
|
857
888
|
|
858
889
|
# Set x-goog-api-client header
|
859
890
|
call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
860
891
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
861
|
-
gapic_version: ::Google::Cloud::Compute::V1::VERSION
|
892
|
+
gapic_version: ::Google::Cloud::Compute::V1::VERSION,
|
893
|
+
transports_version_send: [:rest]
|
862
894
|
|
863
|
-
options.apply_defaults timeout: @config.timeout,
|
895
|
+
options.apply_defaults timeout: @config.rpcs.update_peering.timeout,
|
864
896
|
metadata: call_metadata
|
865
897
|
|
866
|
-
|
867
|
-
|
868
|
-
uri: uri,
|
869
|
-
body: body,
|
870
|
-
options: options
|
871
|
-
)
|
872
|
-
result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
|
898
|
+
options.apply_defaults timeout: @config.timeout,
|
899
|
+
metadata: @config.metadata
|
873
900
|
|
874
|
-
|
875
|
-
|
901
|
+
@networks_stub.update_peering request, options do |result, response|
|
902
|
+
result = ::Gapic::Rest::BaseOperation.new result
|
903
|
+
yield result, response if block_given?
|
904
|
+
return result
|
905
|
+
end
|
876
906
|
rescue ::Faraday::Error => e
|
877
907
|
gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
|
878
908
|
raise ::Google::Cloud::Error.from_error(gapic_error)
|
@@ -927,6 +957,9 @@ module Google
|
|
927
957
|
# @!attribute [rw] timeout
|
928
958
|
# The call timeout in seconds.
|
929
959
|
# @return [::Numeric]
|
960
|
+
# @!attribute [rw] metadata
|
961
|
+
# Additional REST headers to be sent with the call.
|
962
|
+
# @return [::Hash{::Symbol=>::String}]
|
930
963
|
#
|
931
964
|
class Configuration
|
932
965
|
extend ::Gapic::Config
|
@@ -940,6 +973,7 @@ module Google
|
|
940
973
|
config_attr :lib_name, nil, ::String, nil
|
941
974
|
config_attr :lib_version, nil, ::String, nil
|
942
975
|
config_attr :timeout, nil, ::Numeric, nil
|
976
|
+
config_attr :metadata, nil, ::Hash, nil
|
943
977
|
|
944
978
|
# @private
|
945
979
|
def initialize parent_config = nil
|
@@ -947,6 +981,116 @@ module Google
|
|
947
981
|
|
948
982
|
yield self if block_given?
|
949
983
|
end
|
984
|
+
|
985
|
+
##
|
986
|
+
# Configurations for individual RPCs
|
987
|
+
# @return [Rpcs]
|
988
|
+
#
|
989
|
+
def rpcs
|
990
|
+
@rpcs ||= begin
|
991
|
+
parent_rpcs = nil
|
992
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
993
|
+
Rpcs.new parent_rpcs
|
994
|
+
end
|
995
|
+
end
|
996
|
+
|
997
|
+
##
|
998
|
+
# Configuration RPC class for the Networks API.
|
999
|
+
#
|
1000
|
+
# Includes fields providing the configuration for each RPC in this service.
|
1001
|
+
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1002
|
+
# the following configuration fields:
|
1003
|
+
#
|
1004
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1005
|
+
#
|
1006
|
+
# there is one other field (`retry_policy`) that can be set
|
1007
|
+
# but is currently not supported for REST Gapic libraries.
|
1008
|
+
#
|
1009
|
+
class Rpcs
|
1010
|
+
##
|
1011
|
+
# RPC-specific configuration for `add_peering`
|
1012
|
+
# @return [::Gapic::Config::Method]
|
1013
|
+
#
|
1014
|
+
attr_reader :add_peering
|
1015
|
+
##
|
1016
|
+
# RPC-specific configuration for `delete`
|
1017
|
+
# @return [::Gapic::Config::Method]
|
1018
|
+
#
|
1019
|
+
attr_reader :delete
|
1020
|
+
##
|
1021
|
+
# RPC-specific configuration for `get`
|
1022
|
+
# @return [::Gapic::Config::Method]
|
1023
|
+
#
|
1024
|
+
attr_reader :get
|
1025
|
+
##
|
1026
|
+
# RPC-specific configuration for `get_effective_firewalls`
|
1027
|
+
# @return [::Gapic::Config::Method]
|
1028
|
+
#
|
1029
|
+
attr_reader :get_effective_firewalls
|
1030
|
+
##
|
1031
|
+
# RPC-specific configuration for `insert`
|
1032
|
+
# @return [::Gapic::Config::Method]
|
1033
|
+
#
|
1034
|
+
attr_reader :insert
|
1035
|
+
##
|
1036
|
+
# RPC-specific configuration for `list`
|
1037
|
+
# @return [::Gapic::Config::Method]
|
1038
|
+
#
|
1039
|
+
attr_reader :list
|
1040
|
+
##
|
1041
|
+
# RPC-specific configuration for `list_peering_routes`
|
1042
|
+
# @return [::Gapic::Config::Method]
|
1043
|
+
#
|
1044
|
+
attr_reader :list_peering_routes
|
1045
|
+
##
|
1046
|
+
# RPC-specific configuration for `patch`
|
1047
|
+
# @return [::Gapic::Config::Method]
|
1048
|
+
#
|
1049
|
+
attr_reader :patch
|
1050
|
+
##
|
1051
|
+
# RPC-specific configuration for `remove_peering`
|
1052
|
+
# @return [::Gapic::Config::Method]
|
1053
|
+
#
|
1054
|
+
attr_reader :remove_peering
|
1055
|
+
##
|
1056
|
+
# RPC-specific configuration for `switch_to_custom_mode`
|
1057
|
+
# @return [::Gapic::Config::Method]
|
1058
|
+
#
|
1059
|
+
attr_reader :switch_to_custom_mode
|
1060
|
+
##
|
1061
|
+
# RPC-specific configuration for `update_peering`
|
1062
|
+
# @return [::Gapic::Config::Method]
|
1063
|
+
#
|
1064
|
+
attr_reader :update_peering
|
1065
|
+
|
1066
|
+
# @private
|
1067
|
+
def initialize parent_rpcs = nil
|
1068
|
+
add_peering_config = parent_rpcs.add_peering if parent_rpcs.respond_to? :add_peering
|
1069
|
+
@add_peering = ::Gapic::Config::Method.new add_peering_config
|
1070
|
+
delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
|
1071
|
+
@delete = ::Gapic::Config::Method.new delete_config
|
1072
|
+
get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
|
1073
|
+
@get = ::Gapic::Config::Method.new get_config
|
1074
|
+
get_effective_firewalls_config = parent_rpcs.get_effective_firewalls if parent_rpcs.respond_to? :get_effective_firewalls
|
1075
|
+
@get_effective_firewalls = ::Gapic::Config::Method.new get_effective_firewalls_config
|
1076
|
+
insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
|
1077
|
+
@insert = ::Gapic::Config::Method.new insert_config
|
1078
|
+
list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
|
1079
|
+
@list = ::Gapic::Config::Method.new list_config
|
1080
|
+
list_peering_routes_config = parent_rpcs.list_peering_routes if parent_rpcs.respond_to? :list_peering_routes
|
1081
|
+
@list_peering_routes = ::Gapic::Config::Method.new list_peering_routes_config
|
1082
|
+
patch_config = parent_rpcs.patch if parent_rpcs.respond_to? :patch
|
1083
|
+
@patch = ::Gapic::Config::Method.new patch_config
|
1084
|
+
remove_peering_config = parent_rpcs.remove_peering if parent_rpcs.respond_to? :remove_peering
|
1085
|
+
@remove_peering = ::Gapic::Config::Method.new remove_peering_config
|
1086
|
+
switch_to_custom_mode_config = parent_rpcs.switch_to_custom_mode if parent_rpcs.respond_to? :switch_to_custom_mode
|
1087
|
+
@switch_to_custom_mode = ::Gapic::Config::Method.new switch_to_custom_mode_config
|
1088
|
+
update_peering_config = parent_rpcs.update_peering if parent_rpcs.respond_to? :update_peering
|
1089
|
+
@update_peering = ::Gapic::Config::Method.new update_peering_config
|
1090
|
+
|
1091
|
+
yield self if block_given?
|
1092
|
+
end
|
1093
|
+
end
|
950
1094
|
end
|
951
1095
|
end
|
952
1096
|
end
|