google-cloud-compute-v1 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +2 -2
  3. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +2 -2
  4. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +3 -3
  5. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +3 -3
  6. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +3 -3
  7. data/lib/google/cloud/compute/v1/compute_pb.rb +145 -0
  8. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +3 -3
  9. data/lib/google/cloud/compute/v1/disks/rest/client.rb +94 -3
  10. data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +62 -0
  11. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +2 -2
  12. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +4 -4
  13. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +2 -2
  14. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +2 -2
  15. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +3 -3
  16. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +2 -2
  17. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +3 -3
  18. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +2 -2
  19. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +2 -2
  20. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +2 -2
  21. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +3 -3
  22. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +2 -2
  23. data/lib/google/cloud/compute/v1/images/rest/client.rb +5 -5
  24. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +3 -3
  25. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +2 -2
  26. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +93 -6
  27. data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +59 -0
  28. data/lib/google/cloud/compute/v1/instances/rest/client.rb +91 -3
  29. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +62 -0
  30. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +2 -2
  31. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +2 -2
  32. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +2 -2
  33. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +2 -2
  34. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +2 -2
  35. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +3 -3
  36. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +3 -3
  37. data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +2 -2
  38. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +2 -2
  39. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +3 -3
  40. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +2 -2
  41. data/lib/google/cloud/compute/v1/networks/rest/client.rb +3 -3
  42. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +90 -2
  43. data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +62 -0
  44. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +3 -3
  45. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +3 -3
  46. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +2 -2
  47. data/lib/google/cloud/compute/v1/projects/rest/client.rb +2 -2
  48. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +2 -2
  49. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +2 -2
  50. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +2 -2
  51. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +2 -2
  52. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +3 -3
  53. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +3 -3
  54. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +93 -2
  55. data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +62 -0
  56. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +2 -2
  57. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +3 -3
  58. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +2 -2
  59. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +2 -2
  60. data/lib/google/cloud/compute/v1/region_instance_templates/credentials.rb +52 -0
  61. data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +624 -0
  62. data/lib/google/cloud/compute/v1/region_instance_templates/rest/service_stub.rb +291 -0
  63. data/lib/google/cloud/compute/v1/region_instance_templates/rest.rb +51 -0
  64. data/lib/google/cloud/compute/v1/region_instance_templates.rb +47 -0
  65. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +2 -2
  66. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +3 -3
  67. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +2 -2
  68. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +2 -2
  69. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +2 -2
  70. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +2 -2
  71. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +2 -2
  72. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +2 -2
  73. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +3 -3
  74. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +3 -3
  75. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +2 -2
  76. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +3 -3
  77. data/lib/google/cloud/compute/v1/regions/rest/client.rb +3 -3
  78. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +2 -2
  79. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +2 -2
  80. data/lib/google/cloud/compute/v1/rest.rb +1 -0
  81. data/lib/google/cloud/compute/v1/routers/rest/client.rb +3 -3
  82. data/lib/google/cloud/compute/v1/routes/rest/client.rb +3 -3
  83. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +2 -2
  84. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +2 -2
  85. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +3 -3
  86. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +3 -3
  87. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +3 -3
  88. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +3 -3
  89. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +2 -2
  90. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +3 -3
  91. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +3 -3
  92. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +3 -3
  93. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +3 -3
  94. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +3 -3
  95. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +3 -3
  96. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +3 -3
  97. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +3 -3
  98. data/lib/google/cloud/compute/v1/version.rb +1 -1
  99. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +3 -3
  100. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +3 -3
  101. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +2 -2
  102. data/lib/google/cloud/compute/v1/zones/rest/client.rb +3 -3
  103. data/lib/google/cloud/compute/v1.rb +1 -0
  104. data/proto_docs/google/api/client.rb +9 -3
  105. data/proto_docs/google/cloud/compute/v1/compute.rb +414 -29
  106. metadata +9 -4
@@ -68,6 +68,7 @@ require "google/cloud/compute/v1/region_health_check_services/rest"
68
68
  require "google/cloud/compute/v1/region_health_checks/rest"
69
69
  require "google/cloud/compute/v1/region_instance_group_managers/rest"
70
70
  require "google/cloud/compute/v1/region_instance_groups/rest"
71
+ require "google/cloud/compute/v1/region_instance_templates/rest"
71
72
  require "google/cloud/compute/v1/region_instances/rest"
72
73
  require "google/cloud/compute/v1/region_network_endpoint_groups/rest"
73
74
  require "google/cloud/compute/v1/region_network_firewall_policies/rest"
@@ -335,7 +335,7 @@ module Google
335
335
  end
336
336
 
337
337
  ##
338
- # Returns the specified Router resource. Gets a list of available routers by making a list() request.
338
+ # Returns the specified Router resource.
339
339
  #
340
340
  # @overload get(request, options = nil)
341
341
  # Pass arguments to `get` via a request object, either of type
@@ -959,9 +959,9 @@ module Google
959
959
  # * (`String`) The path to a service account key file in JSON format
960
960
  # * (`Hash`) A service account key as a Hash
961
961
  # * (`Google::Auth::Credentials`) A googleauth credentials object
962
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
962
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
963
963
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
964
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
964
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
965
965
  # * (`nil`) indicating no credentials
966
966
  # @return [::Object]
967
967
  # @!attribute [rw] scope
@@ -236,7 +236,7 @@ module Google
236
236
  end
237
237
 
238
238
  ##
239
- # Returns the specified Route resource. Gets a list of available routes by making a list() request.
239
+ # Returns the specified Route resource.
240
240
  #
241
241
  # @overload get(request, options = nil)
242
242
  # Pass arguments to `get` via a request object, either of type
@@ -484,9 +484,9 @@ module Google
484
484
  # * (`String`) The path to a service account key file in JSON format
485
485
  # * (`Hash`) A service account key as a Hash
486
486
  # * (`Google::Auth::Credentials`) A googleauth credentials object
487
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
487
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
488
488
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
489
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
489
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
490
490
  # * (`nil`) indicating no credentials
491
491
  # @return [::Object]
492
492
  # @!attribute [rw] scope
@@ -1102,9 +1102,9 @@ module Google
1102
1102
  # * (`String`) The path to a service account key file in JSON format
1103
1103
  # * (`Hash`) A service account key as a Hash
1104
1104
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1105
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1105
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1106
1106
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1107
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1107
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1108
1108
  # * (`nil`) indicating no credentials
1109
1109
  # @return [::Object]
1110
1110
  # @!attribute [rw] scope
@@ -868,9 +868,9 @@ module Google
868
868
  # * (`String`) The path to a service account key file in JSON format
869
869
  # * (`Hash`) A service account key as a Hash
870
870
  # * (`Google::Auth::Credentials`) A googleauth credentials object
871
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
871
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
872
872
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
873
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
873
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
874
874
  # * (`nil`) indicating no credentials
875
875
  # @return [::Object]
876
876
  # @!attribute [rw] scope
@@ -247,7 +247,7 @@ module Google
247
247
  end
248
248
 
249
249
  ##
250
- # Returns the specified Snapshot resource. Gets a list of available snapshots by making a list() request.
250
+ # Returns the specified Snapshot resource.
251
251
  #
252
252
  # @overload get(request, options = nil)
253
253
  # Pass arguments to `get` via a request object, either of type
@@ -767,9 +767,9 @@ module Google
767
767
  # * (`String`) The path to a service account key file in JSON format
768
768
  # * (`Hash`) A service account key as a Hash
769
769
  # * (`Google::Auth::Credentials`) A googleauth credentials object
770
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
770
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
771
771
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
772
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
772
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
773
773
  # * (`nil`) indicating no credentials
774
774
  # @return [::Object]
775
775
  # @!attribute [rw] scope
@@ -316,7 +316,7 @@ module Google
316
316
  end
317
317
 
318
318
  ##
319
- # Returns the specified SslCertificate resource. Gets a list of available SSL certificates by making a list() request.
319
+ # Returns the specified SslCertificate resource.
320
320
  #
321
321
  # @overload get(request, options = nil)
322
322
  # Pass arguments to `get` via a request object, either of type
@@ -564,9 +564,9 @@ module Google
564
564
  # * (`String`) The path to a service account key file in JSON format
565
565
  # * (`Hash`) A service account key as a Hash
566
566
  # * (`Google::Auth::Credentials`) A googleauth credentials object
567
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
567
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
568
568
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
569
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
569
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
570
570
  # * (`nil`) indicating no credentials
571
571
  # @return [::Object]
572
572
  # @!attribute [rw] scope
@@ -387,7 +387,7 @@ module Google
387
387
  end
388
388
 
389
389
  ##
390
- # Returns the specified SSL policy resource. Gets a list of available SSL policies by making a list() request.
390
+ # Returns the specified SSL policy resource.
391
391
  #
392
392
  # @overload insert(request, options = nil)
393
393
  # Pass arguments to `insert` via a request object, either of type
@@ -719,9 +719,9 @@ module Google
719
719
  # * (`String`) The path to a service account key file in JSON format
720
720
  # * (`Hash`) A service account key as a Hash
721
721
  # * (`Google::Auth::Credentials`) A googleauth credentials object
722
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
722
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
723
723
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
724
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
724
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
725
725
  # * (`nil`) indicating no credentials
726
726
  # @return [::Object]
727
727
  # @!attribute [rw] scope
@@ -418,7 +418,7 @@ module Google
418
418
  end
419
419
 
420
420
  ##
421
- # Returns the specified subnetwork. Gets a list of available subnetworks list() request.
421
+ # Returns the specified subnetwork.
422
422
  #
423
423
  # @overload get(request, options = nil)
424
424
  # Pass arguments to `get` via a request object, either of type
@@ -1110,9 +1110,9 @@ module Google
1110
1110
  # * (`String`) The path to a service account key file in JSON format
1111
1111
  # * (`Hash`) A service account key as a Hash
1112
1112
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1113
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1113
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1114
1114
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1115
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1115
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1116
1116
  # * (`nil`) indicating no credentials
1117
1117
  # @return [::Object]
1118
1118
  # @!attribute [rw] scope
@@ -562,9 +562,9 @@ module Google
562
562
  # * (`String`) The path to a service account key file in JSON format
563
563
  # * (`Hash`) A service account key as a Hash
564
564
  # * (`Google::Auth::Credentials`) A googleauth credentials object
565
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
565
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
566
566
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
567
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
567
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
568
568
  # * (`nil`) indicating no credentials
569
569
  # @return [::Object]
570
570
  # @!attribute [rw] scope
@@ -320,7 +320,7 @@ module Google
320
320
  end
321
321
 
322
322
  ##
323
- # Returns the specified TargetHttpProxy resource. Gets a list of available target HTTP proxies by making a list() request.
323
+ # Returns the specified TargetHttpProxy resource.
324
324
  #
325
325
  # @overload get(request, options = nil)
326
326
  # Pass arguments to `get` via a request object, either of type
@@ -720,9 +720,9 @@ module Google
720
720
  # * (`String`) The path to a service account key file in JSON format
721
721
  # * (`Hash`) A service account key as a Hash
722
722
  # * (`Google::Auth::Credentials`) A googleauth credentials object
723
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
723
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
724
724
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
725
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
725
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
726
726
  # * (`nil`) indicating no credentials
727
727
  # @return [::Object]
728
728
  # @!attribute [rw] scope
@@ -328,7 +328,7 @@ module Google
328
328
  end
329
329
 
330
330
  ##
331
- # Returns the specified TargetHttpsProxy resource. Gets a list of available target HTTPS proxies by making a list() request.
331
+ # Returns the specified TargetHttpsProxy resource.
332
332
  #
333
333
  # @overload get(request, options = nil)
334
334
  # Pass arguments to `get` via a request object, either of type
@@ -1032,9 +1032,9 @@ module Google
1032
1032
  # * (`String`) The path to a service account key file in JSON format
1033
1033
  # * (`Hash`) A service account key as a Hash
1034
1034
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1035
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1035
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1036
1036
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1037
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1037
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1038
1038
  # * (`nil`) indicating no credentials
1039
1039
  # @return [::Object]
1040
1040
  # @!attribute [rw] scope
@@ -319,7 +319,7 @@ module Google
319
319
  end
320
320
 
321
321
  ##
322
- # Returns the specified TargetInstance resource. Gets a list of available target instances by making a list() request.
322
+ # Returns the specified TargetInstance resource.
323
323
  #
324
324
  # @overload get(request, options = nil)
325
325
  # Pass arguments to `get` via a request object, either of type
@@ -574,9 +574,9 @@ module Google
574
574
  # * (`String`) The path to a service account key file in JSON format
575
575
  # * (`Hash`) A service account key as a Hash
576
576
  # * (`Google::Auth::Credentials`) A googleauth credentials object
577
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
577
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
578
578
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
579
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
579
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
580
580
  # * (`nil`) indicating no credentials
581
581
  # @return [::Object]
582
582
  # @!attribute [rw] scope
@@ -489,7 +489,7 @@ module Google
489
489
  end
490
490
 
491
491
  ##
492
- # Returns the specified target pool. Gets a list of available target pools by making a list() request.
492
+ # Returns the specified target pool.
493
493
  #
494
494
  # @overload get(request, options = nil)
495
495
  # Pass arguments to `get` via a request object, either of type
@@ -1051,9 +1051,9 @@ module Google
1051
1051
  # * (`String`) The path to a service account key file in JSON format
1052
1052
  # * (`Hash`) A service account key as a Hash
1053
1053
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1054
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1054
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1055
1055
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1056
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1056
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1057
1057
  # * (`nil`) indicating no credentials
1058
1058
  # @return [::Object]
1059
1059
  # @!attribute [rw] scope
@@ -246,7 +246,7 @@ module Google
246
246
  end
247
247
 
248
248
  ##
249
- # Returns the specified TargetSslProxy resource. Gets a list of available target SSL proxies by making a list() request.
249
+ # Returns the specified TargetSslProxy resource.
250
250
  #
251
251
  # @overload get(request, options = nil)
252
252
  # Pass arguments to `get` via a request object, either of type
@@ -874,9 +874,9 @@ module Google
874
874
  # * (`String`) The path to a service account key file in JSON format
875
875
  # * (`Hash`) A service account key as a Hash
876
876
  # * (`Google::Auth::Credentials`) A googleauth credentials object
877
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
877
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
878
878
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
879
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
879
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
880
880
  # * (`nil`) indicating no credentials
881
881
  # @return [::Object]
882
882
  # @!attribute [rw] scope
@@ -320,7 +320,7 @@ module Google
320
320
  end
321
321
 
322
322
  ##
323
- # Returns the specified TargetTcpProxy resource. Gets a list of available target TCP proxies by making a list() request.
323
+ # Returns the specified TargetTcpProxy resource.
324
324
  #
325
325
  # @overload get(request, options = nil)
326
326
  # Pass arguments to `get` via a request object, either of type
@@ -720,9 +720,9 @@ module Google
720
720
  # * (`String`) The path to a service account key file in JSON format
721
721
  # * (`Hash`) A service account key as a Hash
722
722
  # * (`Google::Auth::Credentials`) A googleauth credentials object
723
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
723
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
724
724
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
725
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
725
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
726
726
  # * (`nil`) indicating no credentials
727
727
  # @return [::Object]
728
728
  # @!attribute [rw] scope
@@ -321,7 +321,7 @@ module Google
321
321
  end
322
322
 
323
323
  ##
324
- # Returns the specified target VPN gateway. Gets a list of available target VPN gateways by making a list() request.
324
+ # Returns the specified target VPN gateway.
325
325
  #
326
326
  # @overload get(request, options = nil)
327
327
  # Pass arguments to `get` via a request object, either of type
@@ -655,9 +655,9 @@ module Google
655
655
  # * (`String`) The path to a service account key file in JSON format
656
656
  # * (`Hash`) A service account key as a Hash
657
657
  # * (`Google::Auth::Credentials`) A googleauth credentials object
658
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
658
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
659
659
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
660
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
660
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
661
661
  # * (`nil`) indicating no credentials
662
662
  # @return [::Object]
663
663
  # @!attribute [rw] scope
@@ -324,7 +324,7 @@ module Google
324
324
  end
325
325
 
326
326
  ##
327
- # Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request.
327
+ # Returns the specified UrlMap resource.
328
328
  #
329
329
  # @overload get(request, options = nil)
330
330
  # Pass arguments to `get` via a request object, either of type
@@ -866,9 +866,9 @@ module Google
866
866
  # * (`String`) The path to a service account key file in JSON format
867
867
  # * (`Hash`) A service account key as a Hash
868
868
  # * (`Google::Auth::Credentials`) A googleauth credentials object
869
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
869
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
870
870
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
871
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
871
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
872
872
  # * (`nil`) indicating no credentials
873
873
  # @return [::Object]
874
874
  # @!attribute [rw] scope
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Compute
23
23
  module V1
24
- VERSION = "2.0.0"
24
+ VERSION = "2.1.0"
25
25
  end
26
26
  end
27
27
  end
@@ -328,7 +328,7 @@ module Google
328
328
  end
329
329
 
330
330
  ##
331
- # Returns the specified VPN gateway. Gets a list of available VPN gateways by making a list() request.
331
+ # Returns the specified VPN gateway.
332
332
  #
333
333
  # @overload get(request, options = nil)
334
334
  # Pass arguments to `get` via a request object, either of type
@@ -796,9 +796,9 @@ module Google
796
796
  # * (`String`) The path to a service account key file in JSON format
797
797
  # * (`Hash`) A service account key as a Hash
798
798
  # * (`Google::Auth::Credentials`) A googleauth credentials object
799
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
799
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
800
800
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
801
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
801
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
802
802
  # * (`nil`) indicating no credentials
803
803
  # @return [::Object]
804
804
  # @!attribute [rw] scope
@@ -321,7 +321,7 @@ module Google
321
321
  end
322
322
 
323
323
  ##
324
- # Returns the specified VpnTunnel resource. Gets a list of available VPN tunnels by making a list() request.
324
+ # Returns the specified VpnTunnel resource.
325
325
  #
326
326
  # @overload get(request, options = nil)
327
327
  # Pass arguments to `get` via a request object, either of type
@@ -655,9 +655,9 @@ module Google
655
655
  # * (`String`) The path to a service account key file in JSON format
656
656
  # * (`Hash`) A service account key as a Hash
657
657
  # * (`Google::Auth::Credentials`) A googleauth credentials object
658
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
658
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
659
659
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
660
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
660
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
661
661
  # * (`nil`) indicating no credentials
662
662
  # @return [::Object]
663
663
  # @!attribute [rw] scope
@@ -458,9 +458,9 @@ module Google
458
458
  # * (`String`) The path to a service account key file in JSON format
459
459
  # * (`Hash`) A service account key as a Hash
460
460
  # * (`Google::Auth::Credentials`) A googleauth credentials object
461
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
461
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
462
462
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
463
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
463
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
464
464
  # * (`nil`) indicating no credentials
465
465
  # @return [::Object]
466
466
  # @!attribute [rw] scope
@@ -144,7 +144,7 @@ module Google
144
144
  # Service calls
145
145
 
146
146
  ##
147
- # Returns the specified Zone resource. Gets a list of available zones by making a list() request.
147
+ # Returns the specified Zone resource.
148
148
  #
149
149
  # @overload get(request, options = nil)
150
150
  # Pass arguments to `get` via a request object, either of type
@@ -318,9 +318,9 @@ module Google
318
318
  # * (`String`) The path to a service account key file in JSON format
319
319
  # * (`Hash`) A service account key as a Hash
320
320
  # * (`Google::Auth::Credentials`) A googleauth credentials object
321
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
321
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
322
322
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
323
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
323
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
324
324
  # * (`nil`) indicating no credentials
325
325
  # @return [::Object]
326
326
  # @!attribute [rw] scope
@@ -68,6 +68,7 @@ require "google/cloud/compute/v1/region_health_check_services"
68
68
  require "google/cloud/compute/v1/region_health_checks"
69
69
  require "google/cloud/compute/v1/region_instance_group_managers"
70
70
  require "google/cloud/compute/v1/region_instance_groups"
71
+ require "google/cloud/compute/v1/region_instance_templates"
71
72
  require "google/cloud/compute/v1/region_instances"
72
73
  require "google/cloud/compute/v1/region_network_endpoint_groups"
73
74
  require "google/cloud/compute/v1/region_network_firewall_policies"
@@ -35,7 +35,9 @@ module Google
35
35
  # Details about how and where to publish client libraries.
36
36
  # @!attribute [rw] version
37
37
  # @return [::String]
38
- # Version of the API to apply these settings to.
38
+ # Version of the API to apply these settings to. This is the full protobuf
39
+ # package for the API, ending in the version element.
40
+ # Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
39
41
  # @!attribute [rw] launch_stage
40
42
  # @return [::Google::Api::LaunchStage]
41
43
  # Launch stage of this version of the API.
@@ -111,6 +113,10 @@ module Google
111
113
  # Client library settings. If the same version string appears multiple
112
114
  # times in this list, then the last one wins. Settings from earlier
113
115
  # settings with the same version string are discarded.
116
+ # @!attribute [rw] proto_reference_documentation_uri
117
+ # @return [::String]
118
+ # Optional link to proto reference documentation. Example:
119
+ # https://cloud.google.com/pubsub/lite/docs/reference/rpc
114
120
  class Publishing
115
121
  include ::Google::Protobuf::MessageExts
116
122
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -240,8 +246,8 @@ module Google
240
246
  # Example of a YAML configuration::
241
247
  #
242
248
  # publishing:
243
- # method_behavior:
244
- # - selector: CreateAdDomain
249
+ # method_settings:
250
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
245
251
  # long_running:
246
252
  # initial_poll_delay:
247
253
  # seconds: 60 # 1 minute