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
@@ -0,0 +1,291 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/compute/v1/compute_pb"
20
+
21
+ module Google
22
+ module Cloud
23
+ module Compute
24
+ module V1
25
+ module RegionInstanceTemplates
26
+ module Rest
27
+ ##
28
+ # REST service stub for the RegionInstanceTemplates service.
29
+ # Service stub contains baseline method implementations
30
+ # including transcoding, making the REST call, and deserialing the response.
31
+ #
32
+ class ServiceStub
33
+ def initialize endpoint:, credentials:
34
+ # These require statements are intentionally placed here to initialize
35
+ # the REST modules only when it's required.
36
+ require "gapic/rest"
37
+
38
+ @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials,
39
+ numeric_enums: false,
40
+ raise_faraday_errors: false
41
+ end
42
+
43
+ ##
44
+ # Baseline implementation for the delete REST call
45
+ #
46
+ # @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionInstanceTemplateRequest]
47
+ # A request object representing the call parameters. Required.
48
+ # @param options [::Gapic::CallOptions]
49
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
50
+ #
51
+ # @yield [result, operation] Access the result along with the TransportOperation object
52
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
53
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
54
+ #
55
+ # @return [::Google::Cloud::Compute::V1::Operation]
56
+ # A result object deserialized from the server's reply
57
+ def delete request_pb, options = nil
58
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
59
+
60
+ verb, uri, query_string_params, body = ServiceStub.transcode_delete_request request_pb
61
+ query_string_params = if query_string_params.any?
62
+ query_string_params.to_h { |p| p.split("=", 2) }
63
+ else
64
+ {}
65
+ end
66
+
67
+ response = @client_stub.make_http_request(
68
+ verb,
69
+ uri: uri,
70
+ body: body || "",
71
+ params: query_string_params,
72
+ options: options
73
+ )
74
+ operation = ::Gapic::Rest::TransportOperation.new response
75
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
76
+
77
+ yield result, operation if block_given?
78
+ result
79
+ end
80
+
81
+ ##
82
+ # Baseline implementation for the get REST call
83
+ #
84
+ # @param request_pb [::Google::Cloud::Compute::V1::GetRegionInstanceTemplateRequest]
85
+ # A request object representing the call parameters. Required.
86
+ # @param options [::Gapic::CallOptions]
87
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
88
+ #
89
+ # @yield [result, operation] Access the result along with the TransportOperation object
90
+ # @yieldparam result [::Google::Cloud::Compute::V1::InstanceTemplate]
91
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
92
+ #
93
+ # @return [::Google::Cloud::Compute::V1::InstanceTemplate]
94
+ # A result object deserialized from the server's reply
95
+ def get request_pb, options = nil
96
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
97
+
98
+ verb, uri, query_string_params, body = ServiceStub.transcode_get_request request_pb
99
+ query_string_params = if query_string_params.any?
100
+ query_string_params.to_h { |p| p.split("=", 2) }
101
+ else
102
+ {}
103
+ end
104
+
105
+ response = @client_stub.make_http_request(
106
+ verb,
107
+ uri: uri,
108
+ body: body || "",
109
+ params: query_string_params,
110
+ options: options
111
+ )
112
+ operation = ::Gapic::Rest::TransportOperation.new response
113
+ result = ::Google::Cloud::Compute::V1::InstanceTemplate.decode_json response.body, ignore_unknown_fields: true
114
+
115
+ yield result, operation if block_given?
116
+ result
117
+ end
118
+
119
+ ##
120
+ # Baseline implementation for the insert REST call
121
+ #
122
+ # @param request_pb [::Google::Cloud::Compute::V1::InsertRegionInstanceTemplateRequest]
123
+ # A request object representing the call parameters. Required.
124
+ # @param options [::Gapic::CallOptions]
125
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
126
+ #
127
+ # @yield [result, operation] Access the result along with the TransportOperation object
128
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
129
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
130
+ #
131
+ # @return [::Google::Cloud::Compute::V1::Operation]
132
+ # A result object deserialized from the server's reply
133
+ def insert request_pb, options = nil
134
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
135
+
136
+ verb, uri, query_string_params, body = ServiceStub.transcode_insert_request request_pb
137
+ query_string_params = if query_string_params.any?
138
+ query_string_params.to_h { |p| p.split("=", 2) }
139
+ else
140
+ {}
141
+ end
142
+
143
+ response = @client_stub.make_http_request(
144
+ verb,
145
+ uri: uri,
146
+ body: body || "",
147
+ params: query_string_params,
148
+ options: options
149
+ )
150
+ operation = ::Gapic::Rest::TransportOperation.new response
151
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
152
+
153
+ yield result, operation if block_given?
154
+ result
155
+ end
156
+
157
+ ##
158
+ # Baseline implementation for the list REST call
159
+ #
160
+ # @param request_pb [::Google::Cloud::Compute::V1::ListRegionInstanceTemplatesRequest]
161
+ # A request object representing the call parameters. Required.
162
+ # @param options [::Gapic::CallOptions]
163
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
164
+ #
165
+ # @yield [result, operation] Access the result along with the TransportOperation object
166
+ # @yieldparam result [::Google::Cloud::Compute::V1::InstanceTemplateList]
167
+ # @yieldparam operation [::Gapic::Rest::TransportOperation]
168
+ #
169
+ # @return [::Google::Cloud::Compute::V1::InstanceTemplateList]
170
+ # A result object deserialized from the server's reply
171
+ def list request_pb, options = nil
172
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
173
+
174
+ verb, uri, query_string_params, body = ServiceStub.transcode_list_request request_pb
175
+ query_string_params = if query_string_params.any?
176
+ query_string_params.to_h { |p| p.split("=", 2) }
177
+ else
178
+ {}
179
+ end
180
+
181
+ response = @client_stub.make_http_request(
182
+ verb,
183
+ uri: uri,
184
+ body: body || "",
185
+ params: query_string_params,
186
+ options: options
187
+ )
188
+ operation = ::Gapic::Rest::TransportOperation.new response
189
+ result = ::Google::Cloud::Compute::V1::InstanceTemplateList.decode_json response.body, ignore_unknown_fields: true
190
+
191
+ yield result, operation if block_given?
192
+ result
193
+ end
194
+
195
+ ##
196
+ # @private
197
+ #
198
+ # GRPC transcoding helper method for the delete REST call
199
+ #
200
+ # @param request_pb [::Google::Cloud::Compute::V1::DeleteRegionInstanceTemplateRequest]
201
+ # A request object representing the call parameters. Required.
202
+ # @return [Array(String, [String, nil], Hash{String => String})]
203
+ # Uri, Body, Query string parameters
204
+ def self.transcode_delete_request request_pb
205
+ transcoder = Gapic::Rest::GrpcTranscoder.new
206
+ .with_bindings(
207
+ uri_method: :delete,
208
+ uri_template: "/compute/v1/projects/{project}/regions/{region}/instanceTemplates/{instance_template}",
209
+ matches: [
210
+ ["project", %r{^[^/]+/?$}, false],
211
+ ["region", %r{^[^/]+/?$}, false],
212
+ ["instance_template", %r{^[^/]+/?$}, false]
213
+ ]
214
+ )
215
+ transcoder.transcode request_pb
216
+ end
217
+
218
+ ##
219
+ # @private
220
+ #
221
+ # GRPC transcoding helper method for the get REST call
222
+ #
223
+ # @param request_pb [::Google::Cloud::Compute::V1::GetRegionInstanceTemplateRequest]
224
+ # A request object representing the call parameters. Required.
225
+ # @return [Array(String, [String, nil], Hash{String => String})]
226
+ # Uri, Body, Query string parameters
227
+ def self.transcode_get_request request_pb
228
+ transcoder = Gapic::Rest::GrpcTranscoder.new
229
+ .with_bindings(
230
+ uri_method: :get,
231
+ uri_template: "/compute/v1/projects/{project}/regions/{region}/instanceTemplates/{instance_template}",
232
+ matches: [
233
+ ["project", %r{^[^/]+/?$}, false],
234
+ ["region", %r{^[^/]+/?$}, false],
235
+ ["instance_template", %r{^[^/]+/?$}, false]
236
+ ]
237
+ )
238
+ transcoder.transcode request_pb
239
+ end
240
+
241
+ ##
242
+ # @private
243
+ #
244
+ # GRPC transcoding helper method for the insert REST call
245
+ #
246
+ # @param request_pb [::Google::Cloud::Compute::V1::InsertRegionInstanceTemplateRequest]
247
+ # A request object representing the call parameters. Required.
248
+ # @return [Array(String, [String, nil], Hash{String => String})]
249
+ # Uri, Body, Query string parameters
250
+ def self.transcode_insert_request request_pb
251
+ transcoder = Gapic::Rest::GrpcTranscoder.new
252
+ .with_bindings(
253
+ uri_method: :post,
254
+ uri_template: "/compute/v1/projects/{project}/regions/{region}/instanceTemplates",
255
+ body: "instance_template_resource",
256
+ matches: [
257
+ ["project", %r{^[^/]+/?$}, false],
258
+ ["region", %r{^[^/]+/?$}, false]
259
+ ]
260
+ )
261
+ transcoder.transcode request_pb
262
+ end
263
+
264
+ ##
265
+ # @private
266
+ #
267
+ # GRPC transcoding helper method for the list REST call
268
+ #
269
+ # @param request_pb [::Google::Cloud::Compute::V1::ListRegionInstanceTemplatesRequest]
270
+ # A request object representing the call parameters. Required.
271
+ # @return [Array(String, [String, nil], Hash{String => String})]
272
+ # Uri, Body, Query string parameters
273
+ def self.transcode_list_request request_pb
274
+ transcoder = Gapic::Rest::GrpcTranscoder.new
275
+ .with_bindings(
276
+ uri_method: :get,
277
+ uri_template: "/compute/v1/projects/{project}/regions/{region}/instanceTemplates",
278
+ matches: [
279
+ ["project", %r{^[^/]+/?$}, false],
280
+ ["region", %r{^[^/]+/?$}, false]
281
+ ]
282
+ )
283
+ transcoder.transcode request_pb
284
+ end
285
+ end
286
+ end
287
+ end
288
+ end
289
+ end
290
+ end
291
+ end
@@ -0,0 +1,51 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/rest"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/compute/v1/version"
24
+
25
+ require "google/cloud/compute/v1/region_instance_templates/credentials"
26
+ require "google/cloud/compute/v1/region_instance_templates/rest/client"
27
+
28
+ module Google
29
+ module Cloud
30
+ module Compute
31
+ module V1
32
+ ##
33
+ # The RegionInstanceTemplates API.
34
+ #
35
+ # To load this service and instantiate a REST client:
36
+ #
37
+ # require "google/cloud/compute/v1/region_instance_templates/rest"
38
+ # client = ::Google::Cloud::Compute::V1::RegionInstanceTemplates::Rest::Client.new
39
+ #
40
+ module RegionInstanceTemplates
41
+ # Client for the REST transport
42
+ module Rest
43
+ end
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
49
+
50
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
51
+ require "google/cloud/compute/v1/region_instance_templates/rest/helpers" if ::File.file? helper_path
@@ -0,0 +1,47 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/config"
20
+ require "gapic/config/method"
21
+
22
+ require "google/cloud/compute/v1/version"
23
+
24
+ require "google/cloud/compute/v1/region_instance_templates/credentials"
25
+ require "google/cloud/compute/v1/region_instance_templates/rest"
26
+
27
+ module Google
28
+ module Cloud
29
+ module Compute
30
+ module V1
31
+ ##
32
+ # The RegionInstanceTemplates API.
33
+ #
34
+ # @example Load this service and instantiate a REST client
35
+ #
36
+ # require "google/cloud/compute/v1/region_instance_templates/rest"
37
+ # client = ::Google::Cloud::Compute::V1::RegionInstanceTemplates::Rest::Client.new
38
+ #
39
+ module RegionInstanceTemplates
40
+ end
41
+ end
42
+ end
43
+ end
44
+ end
45
+
46
+ helper_path = ::File.join __dir__, "region_instance_templates", "helpers.rb"
47
+ require "google/cloud/compute/v1/region_instance_templates/helpers" if ::File.file? helper_path
@@ -264,9 +264,9 @@ module Google
264
264
  # * (`String`) The path to a service account key file in JSON format
265
265
  # * (`Hash`) A service account key as a Hash
266
266
  # * (`Google::Auth::Credentials`) A googleauth credentials object
267
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
267
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
268
268
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
269
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
269
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
270
270
  # * (`nil`) indicating no credentials
271
271
  # @return [::Object]
272
272
  # @!attribute [rw] scope
@@ -239,7 +239,7 @@ module Google
239
239
  end
240
240
 
241
241
  ##
242
- # Returns the specified network endpoint group. Gets a list of available network endpoint groups by making a list() request.
242
+ # Returns the specified network endpoint group.
243
243
  #
244
244
  # @overload get(request, options = nil)
245
245
  # Pass arguments to `get` via a request object, either of type
@@ -494,9 +494,9 @@ module Google
494
494
  # * (`String`) The path to a service account key file in JSON format
495
495
  # * (`Hash`) A service account key as a Hash
496
496
  # * (`Google::Auth::Credentials`) A googleauth credentials object
497
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
497
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
498
498
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
499
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
499
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
500
500
  # * (`nil`) indicating no credentials
501
501
  # @return [::Object]
502
502
  # @!attribute [rw] scope
@@ -1499,9 +1499,9 @@ module Google
1499
1499
  # * (`String`) The path to a service account key file in JSON format
1500
1500
  # * (`Hash`) A service account key as a Hash
1501
1501
  # * (`Google::Auth::Credentials`) A googleauth credentials object
1502
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
1502
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
1503
1503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
1504
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
1504
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
1505
1505
  # * (`nil`) indicating no credentials
1506
1506
  # @return [::Object]
1507
1507
  # @!attribute [rw] scope
@@ -494,9 +494,9 @@ module Google
494
494
  # * (`String`) The path to a service account key file in JSON format
495
495
  # * (`Hash`) A service account key as a Hash
496
496
  # * (`Google::Auth::Credentials`) A googleauth credentials object
497
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
497
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
498
498
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
499
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
499
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
500
500
  # * (`nil`) indicating no credentials
501
501
  # @return [::Object]
502
502
  # @!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
@@ -577,9 +577,9 @@ module Google
577
577
  # * (`String`) The path to a service account key file in JSON format
578
578
  # * (`Hash`) A service account key as a Hash
579
579
  # * (`Google::Auth::Credentials`) A googleauth credentials object
580
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
580
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
581
581
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
582
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
582
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
583
583
  # * (`nil`) indicating no credentials
584
584
  # @return [::Object]
585
585
  # @!attribute [rw] scope
@@ -494,9 +494,9 @@ module Google
494
494
  # * (`String`) The path to a service account key file in JSON format
495
495
  # * (`Hash`) A service account key as a Hash
496
496
  # * (`Google::Auth::Credentials`) A googleauth credentials object
497
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
497
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
498
498
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
499
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
499
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
500
500
  # * (`nil`) indicating no credentials
501
501
  # @return [::Object]
502
502
  # @!attribute [rw] scope
@@ -654,9 +654,9 @@ module Google
654
654
  # * (`String`) The path to a service account key file in JSON format
655
655
  # * (`Hash`) A service account key as a Hash
656
656
  # * (`Google::Auth::Credentials`) A googleauth credentials object
657
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
657
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
658
658
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
659
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
659
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
660
660
  # * (`nil`) indicating no credentials
661
661
  # @return [::Object]
662
662
  # @!attribute [rw] scope
@@ -241,7 +241,7 @@ module Google
241
241
  end
242
242
 
243
243
  ##
244
- # Returns the specified TargetHttpProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.
244
+ # Returns the specified TargetHttpProxy resource in the specified region.
245
245
  #
246
246
  # @overload get(request, options = nil)
247
247
  # Pass arguments to `get` via a request object, either of type
@@ -575,9 +575,9 @@ module Google
575
575
  # * (`String`) The path to a service account key file in JSON format
576
576
  # * (`Hash`) A service account key as a Hash
577
577
  # * (`Google::Auth::Credentials`) A googleauth credentials object
578
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
578
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
579
579
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
580
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
580
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
581
581
  # * (`nil`) indicating no credentials
582
582
  # @return [::Object]
583
583
  # @!attribute [rw] scope
@@ -245,7 +245,7 @@ module Google
245
245
  end
246
246
 
247
247
  ##
248
- # Returns the specified TargetHttpsProxy resource in the specified region. Gets a list of available target HTTP proxies by making a list() request.
248
+ # Returns the specified TargetHttpsProxy resource in the specified region.
249
249
  #
250
250
  # @overload get(request, options = nil)
251
251
  # Pass arguments to `get` via a request object, either of type
@@ -737,9 +737,9 @@ module Google
737
737
  # * (`String`) The path to a service account key file in JSON format
738
738
  # * (`Hash`) A service account key as a Hash
739
739
  # * (`Google::Auth::Credentials`) A googleauth credentials object
740
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
740
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
741
741
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
742
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
742
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
743
743
  # * (`nil`) indicating no credentials
744
744
  # @return [::Object]
745
745
  # @!attribute [rw] scope
@@ -494,9 +494,9 @@ module Google
494
494
  # * (`String`) The path to a service account key file in JSON format
495
495
  # * (`Hash`) A service account key as a Hash
496
496
  # * (`Google::Auth::Credentials`) A googleauth credentials object
497
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
497
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
498
498
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
499
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
499
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
500
500
  # * (`nil`) indicating no credentials
501
501
  # @return [::Object]
502
502
  # @!attribute [rw] scope
@@ -245,7 +245,7 @@ module Google
245
245
  end
246
246
 
247
247
  ##
248
- # Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() request.
248
+ # Returns the specified UrlMap resource.
249
249
  #
250
250
  # @overload get(request, options = nil)
251
251
  # Pass arguments to `get` via a request object, either of type
@@ -726,9 +726,9 @@ module Google
726
726
  # * (`String`) The path to a service account key file in JSON format
727
727
  # * (`Hash`) A service account key as a Hash
728
728
  # * (`Google::Auth::Credentials`) A googleauth credentials object
729
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
729
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
730
730
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
731
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
731
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
732
732
  # * (`nil`) indicating no credentials
733
733
  # @return [::Object]
734
734
  # @!attribute [rw] scope
@@ -144,7 +144,7 @@ module Google
144
144
  # Service calls
145
145
 
146
146
  ##
147
- # Returns the specified Region resource. Gets a list of available regions by making a list() request. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
147
+ # Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
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
@@ -952,9 +952,9 @@ module Google
952
952
  # * (`String`) The path to a service account key file in JSON format
953
953
  # * (`Hash`) A service account key as a Hash
954
954
  # * (`Google::Auth::Credentials`) A googleauth credentials object
955
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
955
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
956
956
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
957
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
957
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
958
958
  # * (`nil`) indicating no credentials
959
959
  # @return [::Object]
960
960
  # @!attribute [rw] scope
@@ -787,9 +787,9 @@ module Google
787
787
  # * (`String`) The path to a service account key file in JSON format
788
788
  # * (`Hash`) A service account key as a Hash
789
789
  # * (`Google::Auth::Credentials`) A googleauth credentials object
790
- # (see the [googleauth docs](https://googleapis.dev/ruby/googleauth/latest/index.html))
790
+ # (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
791
791
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
792
- # (see the [signet docs](https://googleapis.dev/ruby/signet/latest/Signet/OAuth2/Client.html))
792
+ # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
793
793
  # * (`nil`) indicating no credentials
794
794
  # @return [::Object]
795
795
  # @!attribute [rw] scope