google-cloud-compute-v1 0.5.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -1
  3. data/AUTHENTICATION.md +7 -25
  4. data/README.md +4 -4
  5. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +2 -2
  6. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +37 -8
  7. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +59 -14
  8. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +158 -19
  9. data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +46 -0
  10. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +169 -23
  11. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +46 -0
  12. data/lib/google/cloud/compute/v1/compute_pb.rb +534 -2
  13. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +2 -2
  14. data/lib/google/cloud/compute/v1/disks/rest/client.rb +93 -24
  15. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +44 -10
  16. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +98 -31
  17. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +2 -2
  18. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +54 -13
  19. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +70 -17
  20. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +34 -7
  21. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +64 -16
  22. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +55 -14
  23. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +2 -2
  24. data/lib/google/cloud/compute/v1/global_operations/rest/nonstandard_lro.rb +68 -0
  25. data/lib/google/cloud/compute/v1/global_operations.rb +1 -0
  26. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +1 -1
  27. data/lib/google/cloud/compute/v1/global_organization_operations/rest/nonstandard_lro.rb +68 -0
  28. data/lib/google/cloud/compute/v1/global_organization_operations.rb +1 -0
  29. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +47 -13
  30. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +55 -14
  31. data/lib/google/cloud/compute/v1/images/rest/client.rb +64 -16
  32. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +172 -47
  33. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +71 -18
  34. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +34 -7
  35. data/lib/google/cloud/compute/v1/instances/rest/client.rb +521 -96
  36. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +91 -0
  37. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +48 -11
  38. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +1 -1
  39. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +44 -10
  40. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +34 -7
  41. data/lib/google/cloud/compute/v1/machine_images/credentials.rb +52 -0
  42. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +804 -0
  43. data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +363 -0
  44. data/lib/google/cloud/compute/v1/machine_images/rest.rb +33 -0
  45. data/lib/google/cloud/compute/v1/machine_images.rb +44 -0
  46. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +2 -2
  47. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +60 -15
  48. data/lib/google/cloud/compute/v1/networks/rest/client.rb +85 -23
  49. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +82 -21
  50. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +37 -8
  51. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +2 -2
  52. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +48 -11
  53. data/lib/google/cloud/compute/v1/projects/rest/client.rb +107 -31
  54. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +47 -13
  55. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +51 -14
  56. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +58 -13
  57. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +58 -13
  58. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +116 -5
  59. data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +48 -0
  60. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +1 -1
  61. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +92 -23
  62. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +47 -10
  63. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +58 -13
  64. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +171 -46
  65. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +26 -5
  66. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +24 -3
  67. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +36 -7
  68. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +38 -9
  69. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +1 -1
  70. data/lib/google/cloud/compute/v1/region_operations/rest/nonstandard_lro.rb +68 -0
  71. data/lib/google/cloud/compute/v1/region_operations.rb +1 -0
  72. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +38 -9
  73. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +47 -10
  74. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +62 -17
  75. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +58 -13
  76. data/lib/google/cloud/compute/v1/regions/rest/client.rb +3 -3
  77. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +138 -11
  78. data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +48 -0
  79. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +37 -8
  80. data/lib/google/cloud/compute/v1/routers/rest/client.rb +60 -15
  81. data/lib/google/cloud/compute/v1/routes/rest/client.rb +34 -7
  82. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +75 -20
  83. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +51 -14
  84. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +116 -7
  85. data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +46 -0
  86. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +37 -10
  87. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +45 -11
  88. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +71 -18
  89. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +47 -13
  90. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +56 -15
  91. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +86 -24
  92. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +37 -8
  93. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +92 -23
  94. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +74 -19
  95. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +54 -13
  96. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +37 -8
  97. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +65 -17
  98. data/lib/google/cloud/compute/v1/version.rb +1 -1
  99. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +48 -11
  100. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +37 -8
  101. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +1 -1
  102. data/lib/google/cloud/compute/v1/zone_operations/rest/nonstandard_lro.rb +68 -0
  103. data/lib/google/cloud/compute/v1/zone_operations.rb +1 -0
  104. data/lib/google/cloud/compute/v1/zones/rest/client.rb +1 -1
  105. data/lib/google/cloud/compute/v1.rb +3 -0
  106. data/proto_docs/README.md +1 -1
  107. data/proto_docs/google/api/resource.rb +10 -71
  108. data/proto_docs/google/cloud/compute/v1/compute.rb +1647 -330
  109. metadata +14 -7
@@ -19,6 +19,7 @@
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/compute/v1/compute_pb"
21
21
  require "google/cloud/compute/v1/region_instances/rest/service_stub"
22
+ require "google/cloud/compute/v1/region_operations/rest"
22
23
 
23
24
  module Google
24
25
  module Cloud
@@ -122,9 +123,21 @@ module Google
122
123
  credentials = Credentials.new credentials, scope: @config.scope
123
124
  end
124
125
 
126
+ @region_operations = ::Google::Cloud::Compute::V1::RegionOperations::Rest::Client.new do |config|
127
+ config.credentials = credentials
128
+ config.endpoint = @config.endpoint
129
+ end
130
+
125
131
  @region_instances_stub = ::Google::Cloud::Compute::V1::RegionInstances::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
126
132
  end
127
133
 
134
+ ##
135
+ # Get the associated client for long-running operations via RegionOperations.
136
+ #
137
+ # @return [::Google::Cloud::Compute::V1::RegionOperations::Rest::Client]
138
+ #
139
+ attr_reader :region_operations
140
+
128
141
  # Service calls
129
142
 
130
143
  ##
@@ -156,10 +169,10 @@ module Google
156
169
  # @param request_id [::String]
157
170
  # 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).
158
171
  # @yield [result, response] Access the result along with the Faraday response object
159
- # @yieldparam result [::Gapic::Rest::BaseOperation]
172
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
160
173
  # @yieldparam response [::Faraday::Response]
161
174
  #
162
- # @return [::Gapic::Rest::BaseOperation]
175
+ # @return [::Gapic::GenericLRO::Operation]
163
176
  #
164
177
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
165
178
  def bulk_insert request, options = nil
@@ -186,7 +199,15 @@ module Google
186
199
  metadata: @config.metadata
187
200
 
188
201
  @region_instances_stub.bulk_insert request, options do |result, response|
189
- result = ::Gapic::Rest::BaseOperation.new result
202
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
203
+ operation: result,
204
+ client: region_operations,
205
+ request_values: {
206
+ "project" => request.project,
207
+ "region" => request.region
208
+ },
209
+ options: options
210
+ )
190
211
  yield result, response if block_given?
191
212
  return result
192
213
  end
@@ -19,6 +19,7 @@
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/compute/v1/compute_pb"
21
21
  require "google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub"
22
+ require "google/cloud/compute/v1/region_operations/rest"
22
23
 
23
24
  module Google
24
25
  module Cloud
@@ -134,9 +135,21 @@ module Google
134
135
  credentials = Credentials.new credentials, scope: @config.scope
135
136
  end
136
137
 
138
+ @region_operations = ::Google::Cloud::Compute::V1::RegionOperations::Rest::Client.new do |config|
139
+ config.credentials = credentials
140
+ config.endpoint = @config.endpoint
141
+ end
142
+
137
143
  @region_network_endpoint_groups_stub = ::Google::Cloud::Compute::V1::RegionNetworkEndpointGroups::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
138
144
  end
139
145
 
146
+ ##
147
+ # Get the associated client for long-running operations via RegionOperations.
148
+ #
149
+ # @return [::Google::Cloud::Compute::V1::RegionOperations::Rest::Client]
150
+ #
151
+ attr_reader :region_operations
152
+
140
153
  # Service calls
141
154
 
142
155
  ##
@@ -168,10 +181,10 @@ module Google
168
181
  # @param request_id [::String]
169
182
  # 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).
170
183
  # @yield [result, response] Access the result along with the Faraday response object
171
- # @yieldparam result [::Gapic::Rest::BaseOperation]
184
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
172
185
  # @yieldparam response [::Faraday::Response]
173
186
  #
174
- # @return [::Gapic::Rest::BaseOperation]
187
+ # @return [::Gapic::GenericLRO::Operation]
175
188
  #
176
189
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
177
190
  def delete request, options = nil
@@ -198,7 +211,15 @@ module Google
198
211
  metadata: @config.metadata
199
212
 
200
213
  @region_network_endpoint_groups_stub.delete request, options do |result, response|
201
- result = ::Gapic::Rest::BaseOperation.new result
214
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
215
+ operation: result,
216
+ client: region_operations,
217
+ request_values: {
218
+ "project" => request.project,
219
+ "region" => request.region
220
+ },
221
+ options: options
222
+ )
202
223
  yield result, response if block_given?
203
224
  return result
204
225
  end
@@ -301,10 +322,10 @@ module Google
301
322
  # @param request_id [::String]
302
323
  # 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).
303
324
  # @yield [result, response] Access the result along with the Faraday response object
304
- # @yieldparam result [::Gapic::Rest::BaseOperation]
325
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
305
326
  # @yieldparam response [::Faraday::Response]
306
327
  #
307
- # @return [::Gapic::Rest::BaseOperation]
328
+ # @return [::Gapic::GenericLRO::Operation]
308
329
  #
309
330
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
310
331
  def insert request, options = nil
@@ -331,7 +352,15 @@ module Google
331
352
  metadata: @config.metadata
332
353
 
333
354
  @region_network_endpoint_groups_stub.insert request, options do |result, response|
334
- result = ::Gapic::Rest::BaseOperation.new result
355
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
356
+ operation: result,
357
+ client: region_operations,
358
+ request_values: {
359
+ "project" => request.project,
360
+ "region" => request.region
361
+ },
362
+ options: options
363
+ )
335
364
  yield result, response if block_given?
336
365
  return result
337
366
  end
@@ -361,7 +390,7 @@ module Google
361
390
  # the default parameter values, pass an empty Hash as a request object (see above).
362
391
  #
363
392
  # @param filter [::String]
364
- # 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) ```
393
+ # A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ```
365
394
  # @param max_results [::Integer]
366
395
  # 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`)
367
396
  # @param order_by [::String]
@@ -19,6 +19,7 @@
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/compute/v1/compute_pb"
21
21
  require "google/cloud/compute/v1/region_notification_endpoints/rest/service_stub"
22
+ require "google/cloud/compute/v1/region_operations/rest"
22
23
 
23
24
  module Google
24
25
  module Cloud
@@ -134,9 +135,21 @@ module Google
134
135
  credentials = Credentials.new credentials, scope: @config.scope
135
136
  end
136
137
 
138
+ @region_operations = ::Google::Cloud::Compute::V1::RegionOperations::Rest::Client.new do |config|
139
+ config.credentials = credentials
140
+ config.endpoint = @config.endpoint
141
+ end
142
+
137
143
  @region_notification_endpoints_stub = ::Google::Cloud::Compute::V1::RegionNotificationEndpoints::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
138
144
  end
139
145
 
146
+ ##
147
+ # Get the associated client for long-running operations via RegionOperations.
148
+ #
149
+ # @return [::Google::Cloud::Compute::V1::RegionOperations::Rest::Client]
150
+ #
151
+ attr_reader :region_operations
152
+
140
153
  # Service calls
141
154
 
142
155
  ##
@@ -166,12 +179,12 @@ module Google
166
179
  # @param region [::String]
167
180
  # Name of the region scoping this request.
168
181
  # @param request_id [::String]
169
- # 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). end_interface: MixerMutationRequestBuilder
182
+ # 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).
170
183
  # @yield [result, response] Access the result along with the Faraday response object
171
- # @yieldparam result [::Gapic::Rest::BaseOperation]
184
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
172
185
  # @yieldparam response [::Faraday::Response]
173
186
  #
174
- # @return [::Gapic::Rest::BaseOperation]
187
+ # @return [::Gapic::GenericLRO::Operation]
175
188
  #
176
189
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
177
190
  def delete request, options = nil
@@ -198,7 +211,15 @@ module Google
198
211
  metadata: @config.metadata
199
212
 
200
213
  @region_notification_endpoints_stub.delete request, options do |result, response|
201
- result = ::Gapic::Rest::BaseOperation.new result
214
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
215
+ operation: result,
216
+ client: region_operations,
217
+ request_values: {
218
+ "project" => request.project,
219
+ "region" => request.region
220
+ },
221
+ options: options
222
+ )
202
223
  yield result, response if block_given?
203
224
  return result
204
225
  end
@@ -299,12 +320,12 @@ module Google
299
320
  # @param region [::String]
300
321
  # Name of the region scoping this request.
301
322
  # @param request_id [::String]
302
- # 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). end_interface: MixerMutationRequestBuilder
323
+ # 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).
303
324
  # @yield [result, response] Access the result along with the Faraday response object
304
- # @yieldparam result [::Gapic::Rest::BaseOperation]
325
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
305
326
  # @yieldparam response [::Faraday::Response]
306
327
  #
307
- # @return [::Gapic::Rest::BaseOperation]
328
+ # @return [::Gapic::GenericLRO::Operation]
308
329
  #
309
330
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
310
331
  def insert request, options = nil
@@ -331,7 +352,15 @@ module Google
331
352
  metadata: @config.metadata
332
353
 
333
354
  @region_notification_endpoints_stub.insert request, options do |result, response|
334
- result = ::Gapic::Rest::BaseOperation.new result
355
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
356
+ operation: result,
357
+ client: region_operations,
358
+ request_values: {
359
+ "project" => request.project,
360
+ "region" => request.region
361
+ },
362
+ options: options
363
+ )
335
364
  yield result, response if block_given?
336
365
  return result
337
366
  end
@@ -361,7 +390,7 @@ module Google
361
390
  # the default parameter values, pass an empty Hash as a request object (see above).
362
391
  #
363
392
  # @param filter [::String]
364
- # 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) ```
393
+ # A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ```
365
394
  # @param max_results [::Integer]
366
395
  # 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`)
367
396
  # @param order_by [::String]
@@ -290,7 +290,7 @@ module Google
290
290
  # the default parameter values, pass an empty Hash as a request object (see above).
291
291
  #
292
292
  # @param filter [::String]
293
- # 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) ```
293
+ # A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ```
294
294
  # @param max_results [::Integer]
295
295
  # 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`)
296
296
  # @param order_by [::String]
@@ -0,0 +1,68 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2022 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/operation/retry_policy"
20
+ require "gapic/generic_lro/operation"
21
+
22
+ module Google
23
+ module Cloud
24
+ module Compute
25
+ module V1
26
+ module RegionOperations
27
+ module Rest
28
+ # A module containing nonstandard lro helpers
29
+ module NonstandardLro
30
+ class << self
31
+ ##
32
+ # Creates a Generic LRO operation object that wraps the nonstandard
33
+ # long-running operation specific to this service.
34
+ #
35
+ # @param operation [Object] The long-running operation object that is returned by the initial method call.
36
+ #
37
+ # @param client [::Google::Cloud::Compute::V1::RegionOperations::Rest::Client] The client that handles the polling for the longrunning operation.
38
+ #
39
+ # @param request_values [Map<String, String>] The values that are to be copied from the request that
40
+ # triggered the longrunning operation, into the request that polls for the longrunning operation.
41
+ # The format is `name of the request field -> value`
42
+ #
43
+ # @param options [Gapic::CallOptions] call options for this operation
44
+ #
45
+ # @return [Gapic::GenericLRO::Operation]
46
+ #
47
+ def create_operation operation:, client:, request_values:, options:
48
+ Gapic::GenericLRO::Operation.new(operation,
49
+ client: client,
50
+ polling_method_name: "get",
51
+ request_values: request_values,
52
+ operation_status_field: "status",
53
+ operation_name_field: "name",
54
+ operation_err_code_field: "http_error_status_code",
55
+ operation_err_msg_field: "http_error_message",
56
+ operation_copy_fields: {
57
+ "name" => "operation"
58
+ },
59
+ options: options)
60
+ end
61
+ end
62
+ end
63
+ end
64
+ end
65
+ end
66
+ end
67
+ end
68
+ end
@@ -22,6 +22,7 @@ require "gapic/config/method"
22
22
  require "google/cloud/compute/v1/version"
23
23
 
24
24
  require "google/cloud/compute/v1/region_operations/credentials"
25
+ require "google/cloud/compute/v1/region_operations/rest/nonstandard_lro"
25
26
  require "google/cloud/compute/v1/region_operations/rest"
26
27
 
27
28
  module Google
@@ -19,6 +19,7 @@
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/compute/v1/compute_pb"
21
21
  require "google/cloud/compute/v1/region_ssl_certificates/rest/service_stub"
22
+ require "google/cloud/compute/v1/region_operations/rest"
22
23
 
23
24
  module Google
24
25
  module Cloud
@@ -134,9 +135,21 @@ module Google
134
135
  credentials = Credentials.new credentials, scope: @config.scope
135
136
  end
136
137
 
138
+ @region_operations = ::Google::Cloud::Compute::V1::RegionOperations::Rest::Client.new do |config|
139
+ config.credentials = credentials
140
+ config.endpoint = @config.endpoint
141
+ end
142
+
137
143
  @region_ssl_certificates_stub = ::Google::Cloud::Compute::V1::RegionSslCertificates::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
138
144
  end
139
145
 
146
+ ##
147
+ # Get the associated client for long-running operations via RegionOperations.
148
+ #
149
+ # @return [::Google::Cloud::Compute::V1::RegionOperations::Rest::Client]
150
+ #
151
+ attr_reader :region_operations
152
+
140
153
  # Service calls
141
154
 
142
155
  ##
@@ -164,14 +177,14 @@ module Google
164
177
  # @param region [::String]
165
178
  # Name of the region scoping this request.
166
179
  # @param request_id [::String]
167
- # 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). end_interface: MixerMutationRequestBuilder
180
+ # 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).
168
181
  # @param ssl_certificate [::String]
169
182
  # Name of the SslCertificate resource to delete.
170
183
  # @yield [result, response] Access the result along with the Faraday response object
171
- # @yieldparam result [::Gapic::Rest::BaseOperation]
184
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
172
185
  # @yieldparam response [::Faraday::Response]
173
186
  #
174
- # @return [::Gapic::Rest::BaseOperation]
187
+ # @return [::Gapic::GenericLRO::Operation]
175
188
  #
176
189
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
177
190
  def delete request, options = nil
@@ -198,7 +211,15 @@ module Google
198
211
  metadata: @config.metadata
199
212
 
200
213
  @region_ssl_certificates_stub.delete request, options do |result, response|
201
- result = ::Gapic::Rest::BaseOperation.new result
214
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
215
+ operation: result,
216
+ client: region_operations,
217
+ request_values: {
218
+ "project" => request.project,
219
+ "region" => request.region
220
+ },
221
+ options: options
222
+ )
202
223
  yield result, response if block_given?
203
224
  return result
204
225
  end
@@ -297,14 +318,14 @@ module Google
297
318
  # @param region [::String]
298
319
  # Name of the region scoping this request.
299
320
  # @param request_id [::String]
300
- # 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). end_interface: MixerMutationRequestBuilder
321
+ # 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).
301
322
  # @param ssl_certificate_resource [::Google::Cloud::Compute::V1::SslCertificate, ::Hash]
302
323
  # The body resource for this request
303
324
  # @yield [result, response] Access the result along with the Faraday response object
304
- # @yieldparam result [::Gapic::Rest::BaseOperation]
325
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
305
326
  # @yieldparam response [::Faraday::Response]
306
327
  #
307
- # @return [::Gapic::Rest::BaseOperation]
328
+ # @return [::Gapic::GenericLRO::Operation]
308
329
  #
309
330
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
310
331
  def insert request, options = nil
@@ -331,7 +352,15 @@ module Google
331
352
  metadata: @config.metadata
332
353
 
333
354
  @region_ssl_certificates_stub.insert request, options do |result, response|
334
- result = ::Gapic::Rest::BaseOperation.new result
355
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
356
+ operation: result,
357
+ client: region_operations,
358
+ request_values: {
359
+ "project" => request.project,
360
+ "region" => request.region
361
+ },
362
+ options: options
363
+ )
335
364
  yield result, response if block_given?
336
365
  return result
337
366
  end
@@ -361,7 +390,7 @@ module Google
361
390
  # the default parameter values, pass an empty Hash as a request object (see above).
362
391
  #
363
392
  # @param filter [::String]
364
- # 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) ```
393
+ # A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ```
365
394
  # @param max_results [::Integer]
366
395
  # 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`)
367
396
  # @param order_by [::String]
@@ -19,6 +19,7 @@
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/compute/v1/compute_pb"
21
21
  require "google/cloud/compute/v1/region_target_http_proxies/rest/service_stub"
22
+ require "google/cloud/compute/v1/region_operations/rest"
22
23
 
23
24
  module Google
24
25
  module Cloud
@@ -136,9 +137,21 @@ module Google
136
137
  credentials = Credentials.new credentials, scope: @config.scope
137
138
  end
138
139
 
140
+ @region_operations = ::Google::Cloud::Compute::V1::RegionOperations::Rest::Client.new do |config|
141
+ config.credentials = credentials
142
+ config.endpoint = @config.endpoint
143
+ end
144
+
139
145
  @region_target_http_proxies_stub = ::Google::Cloud::Compute::V1::RegionTargetHttpProxies::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
140
146
  end
141
147
 
148
+ ##
149
+ # Get the associated client for long-running operations via RegionOperations.
150
+ #
151
+ # @return [::Google::Cloud::Compute::V1::RegionOperations::Rest::Client]
152
+ #
153
+ attr_reader :region_operations
154
+
142
155
  # Service calls
143
156
 
144
157
  ##
@@ -170,10 +183,10 @@ module Google
170
183
  # @param target_http_proxy [::String]
171
184
  # Name of the TargetHttpProxy resource to delete.
172
185
  # @yield [result, response] Access the result along with the Faraday response object
173
- # @yieldparam result [::Gapic::Rest::BaseOperation]
186
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
174
187
  # @yieldparam response [::Faraday::Response]
175
188
  #
176
- # @return [::Gapic::Rest::BaseOperation]
189
+ # @return [::Gapic::GenericLRO::Operation]
177
190
  #
178
191
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
179
192
  def delete request, options = nil
@@ -200,7 +213,15 @@ module Google
200
213
  metadata: @config.metadata
201
214
 
202
215
  @region_target_http_proxies_stub.delete request, options do |result, response|
203
- result = ::Gapic::Rest::BaseOperation.new result
216
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
217
+ operation: result,
218
+ client: region_operations,
219
+ request_values: {
220
+ "project" => request.project,
221
+ "region" => request.region
222
+ },
223
+ options: options
224
+ )
204
225
  yield result, response if block_given?
205
226
  return result
206
227
  end
@@ -303,10 +324,10 @@ module Google
303
324
  # @param target_http_proxy_resource [::Google::Cloud::Compute::V1::TargetHttpProxy, ::Hash]
304
325
  # The body resource for this request
305
326
  # @yield [result, response] Access the result along with the Faraday response object
306
- # @yieldparam result [::Gapic::Rest::BaseOperation]
327
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
307
328
  # @yieldparam response [::Faraday::Response]
308
329
  #
309
- # @return [::Gapic::Rest::BaseOperation]
330
+ # @return [::Gapic::GenericLRO::Operation]
310
331
  #
311
332
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
312
333
  def insert request, options = nil
@@ -333,7 +354,15 @@ module Google
333
354
  metadata: @config.metadata
334
355
 
335
356
  @region_target_http_proxies_stub.insert request, options do |result, response|
336
- result = ::Gapic::Rest::BaseOperation.new result
357
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
358
+ operation: result,
359
+ client: region_operations,
360
+ request_values: {
361
+ "project" => request.project,
362
+ "region" => request.region
363
+ },
364
+ options: options
365
+ )
337
366
  yield result, response if block_given?
338
367
  return result
339
368
  end
@@ -363,7 +392,7 @@ module Google
363
392
  # the default parameter values, pass an empty Hash as a request object (see above).
364
393
  #
365
394
  # @param filter [::String]
366
- # 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) ```
395
+ # A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ```
367
396
  # @param max_results [::Integer]
368
397
  # 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`)
369
398
  # @param order_by [::String]
@@ -447,10 +476,10 @@ module Google
447
476
  # @param url_map_reference_resource [::Google::Cloud::Compute::V1::UrlMapReference, ::Hash]
448
477
  # The body resource for this request
449
478
  # @yield [result, response] Access the result along with the Faraday response object
450
- # @yieldparam result [::Gapic::Rest::BaseOperation]
479
+ # @yieldparam result [::Gapic::GenericLRO::Operation]
451
480
  # @yieldparam response [::Faraday::Response]
452
481
  #
453
- # @return [::Gapic::Rest::BaseOperation]
482
+ # @return [::Gapic::GenericLRO::Operation]
454
483
  #
455
484
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
456
485
  def set_url_map request, options = nil
@@ -477,7 +506,15 @@ module Google
477
506
  metadata: @config.metadata
478
507
 
479
508
  @region_target_http_proxies_stub.set_url_map request, options do |result, response|
480
- result = ::Gapic::Rest::BaseOperation.new result
509
+ result = ::Google::Cloud::Compute::V1::RegionOperations::Rest::NonstandardLro.create_operation(
510
+ operation: result,
511
+ client: region_operations,
512
+ request_values: {
513
+ "project" => request.project,
514
+ "region" => request.region
515
+ },
516
+ options: options
517
+ )
481
518
  yield result, response if block_given?
482
519
  return result
483
520
  end