google-cloud-compute-v1 2.7.2 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +1 -0
  3. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +1 -0
  4. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +1 -0
  5. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +1 -1
  6. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +1 -0
  7. data/lib/google/cloud/compute/v1/compute_pb.rb +13 -1
  8. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +1 -0
  9. data/lib/google/cloud/compute/v1/disks/rest/client.rb +1 -0
  10. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +1 -0
  11. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +1 -0
  12. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +1 -0
  13. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +2 -1
  14. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +1 -0
  15. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +1 -0
  16. data/lib/google/cloud/compute/v1/instances/rest/client.rb +108 -3
  17. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +61 -0
  18. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +1 -0
  19. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +1 -0
  20. data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +1 -0
  21. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +1 -0
  22. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +1 -0
  23. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +1 -0
  24. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +1 -0
  25. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +1 -0
  26. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +1 -0
  27. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +1 -0
  28. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +1 -0
  29. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +1 -1
  30. data/lib/google/cloud/compute/v1/region_zones/credentials.rb +53 -0
  31. data/lib/google/cloud/compute/v1/region_zones/rest/client.rb +404 -0
  32. data/lib/google/cloud/compute/v1/region_zones/rest/service_stub.rb +129 -0
  33. data/lib/google/cloud/compute/v1/region_zones/rest.rb +51 -0
  34. data/lib/google/cloud/compute/v1/region_zones.rb +47 -0
  35. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +1 -0
  36. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +1 -0
  37. data/lib/google/cloud/compute/v1/rest.rb +1 -0
  38. data/lib/google/cloud/compute/v1/routers/rest/client.rb +1 -0
  39. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +1 -0
  40. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +1 -0
  41. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +1 -0
  42. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +1 -0
  43. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +1 -0
  44. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +1 -0
  45. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +1 -0
  46. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +1 -0
  47. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +1 -0
  48. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +1 -1
  49. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +1 -0
  50. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +1 -0
  51. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +1 -0
  52. data/lib/google/cloud/compute/v1/version.rb +1 -1
  53. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +1 -0
  54. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +1 -0
  55. data/lib/google/cloud/compute/v1.rb +1 -0
  56. data/proto_docs/google/cloud/compute/v1/compute.rb +391 -85
  57. metadata +7 -2
@@ -330,6 +330,7 @@ module Google
330
330
  # @param return_partial_success [::Boolean]
331
331
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
332
332
  # @param service_project_number [::Integer]
333
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
333
334
  # @yield [result, operation] Access the result along with the TransportOperation object
334
335
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::SecurityPoliciesScopedList>]
335
336
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -229,6 +229,7 @@ module Google
229
229
  # @param return_partial_success [::Boolean]
230
230
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
231
231
  # @param service_project_number [::Integer]
232
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
232
233
  # @yield [result, operation] Access the result along with the TransportOperation object
233
234
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::ServiceAttachmentsScopedList>]
234
235
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -218,6 +218,7 @@ module Google
218
218
  # @param return_partial_success [::Boolean]
219
219
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
220
220
  # @param service_project_number [::Integer]
221
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
221
222
  # @yield [result, operation] Access the result along with the TransportOperation object
222
223
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::SslCertificatesScopedList>]
223
224
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -225,6 +225,7 @@ module Google
225
225
  # @param return_partial_success [::Boolean]
226
226
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
227
227
  # @param service_project_number [::Integer]
228
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
228
229
  # @yield [result, operation] Access the result along with the TransportOperation object
229
230
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::SslPoliciesScopedList>]
230
231
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -238,6 +238,7 @@ module Google
238
238
  # @param return_partial_success [::Boolean]
239
239
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
240
240
  # @param service_project_number [::Integer]
241
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
241
242
  # @yield [result, operation] Access the result along with the TransportOperation object
242
243
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::SubnetworksScopedList>]
243
244
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -222,6 +222,7 @@ module Google
222
222
  # @param return_partial_success [::Boolean]
223
223
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
224
224
  # @param service_project_number [::Integer]
225
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
225
226
  # @yield [result, operation] Access the result along with the TransportOperation object
226
227
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::TargetHttpProxiesScopedList>]
227
228
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -230,6 +230,7 @@ module Google
230
230
  # @param return_partial_success [::Boolean]
231
231
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
232
232
  # @param service_project_number [::Integer]
233
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
233
234
  # @yield [result, operation] Access the result along with the TransportOperation object
234
235
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::TargetHttpsProxiesScopedList>]
235
236
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -220,6 +220,7 @@ module Google
220
220
  # @param return_partial_success [::Boolean]
221
221
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
222
222
  # @param service_project_number [::Integer]
223
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
223
224
  # @yield [result, operation] Access the result along with the TransportOperation object
224
225
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::TargetInstancesScopedList>]
225
226
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -422,6 +422,7 @@ module Google
422
422
  # @param return_partial_success [::Boolean]
423
423
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
424
424
  # @param service_project_number [::Integer]
425
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
425
426
  # @yield [result, operation] Access the result along with the TransportOperation object
426
427
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::TargetPoolsScopedList>]
427
428
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -908,7 +908,7 @@ module Google
908
908
  end
909
909
 
910
910
  ##
911
- # Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends.
911
+ # Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the load balancer. They do not affect the connection between the load balancer and the backends.
912
912
  #
913
913
  # @overload set_ssl_policy(request, options = nil)
914
914
  # Pass arguments to `set_ssl_policy` via a request object, either of type
@@ -222,6 +222,7 @@ module Google
222
222
  # @param return_partial_success [::Boolean]
223
223
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
224
224
  # @param service_project_number [::Integer]
225
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
225
226
  # @yield [result, operation] Access the result along with the TransportOperation object
226
227
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::TargetTcpProxiesScopedList>]
227
228
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -220,6 +220,7 @@ module Google
220
220
  # @param return_partial_success [::Boolean]
221
221
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
222
222
  # @param service_project_number [::Integer]
223
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
223
224
  # @yield [result, operation] Access the result along with the TransportOperation object
224
225
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::TargetVpnGatewaysScopedList>]
225
226
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -226,6 +226,7 @@ module Google
226
226
  # @param return_partial_success [::Boolean]
227
227
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
228
228
  # @param service_project_number [::Integer]
229
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
229
230
  # @yield [result, operation] Access the result along with the TransportOperation object
230
231
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::UrlMapsScopedList>]
231
232
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Compute
23
23
  module V1
24
- VERSION = "2.7.2"
24
+ VERSION = "2.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -227,6 +227,7 @@ module Google
227
227
  # @param return_partial_success [::Boolean]
228
228
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
229
229
  # @param service_project_number [::Integer]
230
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
230
231
  # @yield [result, operation] Access the result along with the TransportOperation object
231
232
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::VpnGatewaysScopedList>]
232
233
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -220,6 +220,7 @@ module Google
220
220
  # @param return_partial_success [::Boolean]
221
221
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
222
222
  # @param service_project_number [::Integer]
223
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
223
224
  # @yield [result, operation] Access the result along with the TransportOperation object
224
225
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::VpnTunnelsScopedList>]
225
226
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -82,6 +82,7 @@ require "google/cloud/compute/v1/region_target_http_proxies"
82
82
  require "google/cloud/compute/v1/region_target_https_proxies"
83
83
  require "google/cloud/compute/v1/region_target_tcp_proxies"
84
84
  require "google/cloud/compute/v1/region_url_maps"
85
+ require "google/cloud/compute/v1/region_zones"
85
86
  require "google/cloud/compute/v1/regions"
86
87
  require "google/cloud/compute/v1/reservations"
87
88
  require "google/cloud/compute/v1/resource_policies"