google-cloud-dataflow-v1beta3 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31a921573922912c926eb12ef0aec1e24e1c427ac019913b44e50b53793d47df
4
- data.tar.gz: 3ac77655e77479828fb2456655dc2c73f127ec618d67c84def2201596e520939
3
+ metadata.gz: 8614deb7232a51e475e3ad1710f623b2d6e249764c345a7707e84298a8797b9a
4
+ data.tar.gz: 4beff561fb28db80562727859a35d9a3da83f83476b82fb98751867208e5df04
5
5
  SHA512:
6
- metadata.gz: 8c6c40581c9cf17c42f3283208439e997dbabdd2c740484ff9030258691509cb92a5fca0eb38e13527ce25207e0b280ebc68be77dc6d9bcfa961e0bb0ffb8bdc
7
- data.tar.gz: da8cf4c6773e27f030b5045fd86cec2f54aa2458179df001759e06bb226b7575f9aaf4154e458a2c80a692bc65660d734e06c1ca56fb06370c283a710d106aed
6
+ metadata.gz: d96887e3f598b0731549773a5a5ebaea286cd7149f1f47054fc06336ed1441bb999c8dcec98d4b4cd88f8d90107af70601387ec2a73b9d2d33229b9976a434cd
7
+ data.tar.gz: b83dabb66209a4324818d603b50a8c183996764009a767b05d496afa336468bb56a8636c616553e329a63520075c08bc4518ff3bf0a1c874bb285ff87a581653
@@ -226,6 +226,9 @@ module Google
226
226
  if request.project_id
227
227
  header_params["project_id"] = request.project_id
228
228
  end
229
+ if request.location
230
+ header_params["location"] = request.location
231
+ end
229
232
 
230
233
  request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
231
234
  metadata[:"x-goog-request-params"] ||= request_params_header
@@ -325,6 +328,9 @@ module Google
325
328
  if request.project_id
326
329
  header_params["project_id"] = request.project_id
327
330
  end
331
+ if request.location
332
+ header_params["location"] = request.location
333
+ end
328
334
  if request.job_id
329
335
  header_params["job_id"] = request.job_id
330
336
  end
@@ -428,6 +434,9 @@ module Google
428
434
  if request.project_id
429
435
  header_params["project_id"] = request.project_id
430
436
  end
437
+ if request.location
438
+ header_params["location"] = request.location
439
+ end
431
440
  if request.job_id
432
441
  header_params["job_id"] = request.job_id
433
442
  end
@@ -545,6 +554,9 @@ module Google
545
554
  if request.project_id
546
555
  header_params["project_id"] = request.project_id
547
556
  end
557
+ if request.location
558
+ header_params["location"] = request.location
559
+ end
548
560
 
549
561
  request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
550
562
  metadata[:"x-goog-request-params"] ||= request_params_header
@@ -826,6 +838,9 @@ module Google
826
838
  if request.project_id
827
839
  header_params["project_id"] = request.project_id
828
840
  end
841
+ if request.location
842
+ header_params["location"] = request.location
843
+ end
829
844
  if request.job_id
830
845
  header_params["job_id"] = request.job_id
831
846
  end
@@ -244,6 +244,9 @@ module Google
244
244
  if request.project_id
245
245
  header_params["project_id"] = request.project_id
246
246
  end
247
+ if request.location
248
+ header_params["location"] = request.location
249
+ end
247
250
  if request.job_id
248
251
  header_params["job_id"] = request.job_id
249
252
  end
@@ -225,6 +225,9 @@ module Google
225
225
  if request.project_id
226
226
  header_params["project_id"] = request.project_id
227
227
  end
228
+ if request.location
229
+ header_params["location"] = request.location
230
+ end
228
231
  if request.job_id
229
232
  header_params["job_id"] = request.job_id
230
233
  end
@@ -213,6 +213,9 @@ module Google
213
213
  if request.project_id
214
214
  header_params["project_id"] = request.project_id
215
215
  end
216
+ if request.location
217
+ header_params["location"] = request.location
218
+ end
216
219
  if request.snapshot_id
217
220
  header_params["snapshot_id"] = request.snapshot_id
218
221
  end
@@ -305,6 +308,12 @@ module Google
305
308
  if request.project_id
306
309
  header_params["project_id"] = request.project_id
307
310
  end
311
+ if request.location
312
+ header_params["location"] = request.location
313
+ end
314
+ if request.snapshot_id
315
+ header_params["snapshot_id"] = request.snapshot_id
316
+ end
308
317
 
309
318
  request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
310
319
  metadata[:"x-goog-request-params"] ||= request_params_header
@@ -394,6 +403,12 @@ module Google
394
403
  if request.project_id
395
404
  header_params["project_id"] = request.project_id
396
405
  end
406
+ if request.location
407
+ header_params["location"] = request.location
408
+ end
409
+ if request.job_id
410
+ header_params["job_id"] = request.job_id
411
+ end
397
412
 
398
413
  request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
399
414
  metadata[:"x-goog-request-params"] ||= request_params_header
@@ -223,6 +223,9 @@ module Google
223
223
  if request.project_id
224
224
  header_params["project_id"] = request.project_id
225
225
  end
226
+ if request.location
227
+ header_params["location"] = request.location
228
+ end
226
229
 
227
230
  request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
228
231
  metadata[:"x-goog-request-params"] ||= request_params_header
@@ -324,6 +327,9 @@ module Google
324
327
  if request.project_id
325
328
  header_params["project_id"] = request.project_id
326
329
  end
330
+ if request.location
331
+ header_params["location"] = request.location
332
+ end
327
333
 
328
334
  request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
329
335
  metadata[:"x-goog-request-params"] ||= request_params_header
@@ -419,6 +425,9 @@ module Google
419
425
  if request.project_id
420
426
  header_params["project_id"] = request.project_id
421
427
  end
428
+ if request.location
429
+ header_params["location"] = request.location
430
+ end
422
431
 
423
432
  request_params_header = header_params.map { |k, v| "#{k}=#{v}" }.join("&")
424
433
  metadata[:"x-goog-request-params"] ||= request_params_header
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataflow
23
23
  module V1beta3
24
- VERSION = "0.2.0"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -30,6 +30,8 @@ module Google
30
30
  ##
31
31
  # To load this package, including all its services, and instantiate a client:
32
32
  #
33
+ # @example
34
+ #
33
35
  # require "google/cloud/dataflow/v1beta3"
34
36
  # client = ::Google::Cloud::Dataflow::V1beta3::Snapshots::Client.new
35
37
  #
@@ -73,6 +73,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
73
73
  optional :container_image, :string, 1
74
74
  optional :use_single_core_per_container, :bool, 2
75
75
  optional :environment_id, :string, 3
76
+ repeated :capabilities, :string, 4
76
77
  end
77
78
  add_message "google.dataflow.v1beta3.WorkerPool" do
78
79
  optional :kind, :string, 1
@@ -336,6 +336,10 @@ module Google
336
336
  # @return [::String]
337
337
  # Environment ID for the Beam runner API proto Environment that corresponds
338
338
  # to the current SDK Harness.
339
+ # @!attribute [rw] capabilities
340
+ # @return [::Array<::String>]
341
+ # The set of capabilities enumerated in the above Environment proto. See also
342
+ # https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/beam_runner_api.proto
339
343
  class SdkHarnessContainerImage
340
344
  include ::Google::Protobuf::MessageExts
341
345
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -22,7 +22,6 @@ module Google
22
22
  module Dataflow
23
23
  module V1beta3
24
24
  # Defines a job to be run by the Cloud Dataflow service.
25
- # nextID: 26
26
25
  # @!attribute [rw] id
27
26
  # @return [::String]
28
27
  # The unique ID of this job.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataflow-v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-16 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common