google-apis-dataflow_v1b3 0.16.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a7cf3e491a2d3a5d2d2f824d3741c8111e559e8a0ad2f175320daa268129ec4
4
- data.tar.gz: 3d9ac5694807dd3c2d4e31aac3e8bc6f0d583b0e3fdb0f4f28bf4eb8f35f70de
3
+ metadata.gz: 790aae0b82f3f0b7cc9c03987f2fcec67ba754da09cb96aa2176dafe8000ae43
4
+ data.tar.gz: 5209c3c23c488167f8868c803d4de02bd06a7113f083c32d39c181e792c83da1
5
5
  SHA512:
6
- metadata.gz: 58027ab27621634c72286bf670345eaf71a82071f7f2ac18971504423e0b59e1d0dae822df475ed14ead595f76eea95aca176f060d3df2e791f277d01fa2ff4f
7
- data.tar.gz: 534344acd798363f33264164dad3ef59935f2a969a2e015e9f7950f47e2fff82041edfa321fd1d08474f42f8f32436581038f2899226ab215daba20f2fab60cf
6
+ metadata.gz: 1e8ecd9992fa738e8ff910c69a0bcca18b6cdbecaefe9c4d1be4637495e85271e5b9b8270d468ffdad359a56e99022d47f0f9c2d7092779ba680a38145681456
7
+ data.tar.gz: f75b3c91c350b1ca77933b5ed433e2aea5918768fe9e961a874a3f061000ef58cc6dec8797138a13c44aa587e0b6a9d3278202c60f4c8c902ee6a50c68d54edd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.19.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220405
6
+
7
+ ### v0.18.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220301
10
+
11
+ ### v0.17.0 (2022-02-26)
12
+
13
+ * Regenerated from discovery document revision 20220218
14
+
3
15
  ### v0.16.0 (2022-02-19)
4
16
 
5
17
  * Regenerated from discovery document revision 20220215
@@ -466,6 +466,21 @@ module Google
466
466
  # @return [String]
467
467
  attr_accessor :image
468
468
 
469
+ # Cloud Storage path to self-signed certificate of private registry.
470
+ # Corresponds to the JSON property `imageRepositoryCertPath`
471
+ # @return [String]
472
+ attr_accessor :image_repository_cert_path
473
+
474
+ # Secret Manager secret id for password to authenticate to private registry.
475
+ # Corresponds to the JSON property `imageRepositoryPasswordSecretId`
476
+ # @return [String]
477
+ attr_accessor :image_repository_password_secret_id
478
+
479
+ # Secret Manager secret id for username to authenticate to private registry.
480
+ # Corresponds to the JSON property `imageRepositoryUsernameSecretId`
481
+ # @return [String]
482
+ attr_accessor :image_repository_username_secret_id
483
+
469
484
  # Metadata describing a template.
470
485
  # Corresponds to the JSON property `metadata`
471
486
  # @return [Google::Apis::DataflowV1b3::TemplateMetadata]
@@ -484,6 +499,9 @@ module Google
484
499
  def update!(**args)
485
500
  @default_environment = args[:default_environment] if args.key?(:default_environment)
486
501
  @image = args[:image] if args.key?(:image)
502
+ @image_repository_cert_path = args[:image_repository_cert_path] if args.key?(:image_repository_cert_path)
503
+ @image_repository_password_secret_id = args[:image_repository_password_secret_id] if args.key?(:image_repository_password_secret_id)
504
+ @image_repository_username_secret_id = args[:image_repository_username_secret_id] if args.key?(:image_repository_username_secret_id)
487
505
  @metadata = args[:metadata] if args.key?(:metadata)
488
506
  @sdk_info = args[:sdk_info] if args.key?(:sdk_info)
489
507
  end
@@ -1988,7 +2006,8 @@ module Google
1988
2006
  end
1989
2007
  end
1990
2008
 
1991
- # Defines a job to be run by the Cloud Dataflow service. nextID: 26
2009
+ # Defines a job to be run by the Cloud Dataflow service. Do not enter
2010
+ # confidential information when you supply string values using the API.
1992
2011
  class Job
1993
2012
  include Google::Apis::Core::Hashable
1994
2013
 
@@ -2566,7 +2585,8 @@ module Google
2566
2585
  class LaunchFlexTemplateResponse
2567
2586
  include Google::Apis::Core::Hashable
2568
2587
 
2569
- # Defines a job to be run by the Cloud Dataflow service. nextID: 26
2588
+ # Defines a job to be run by the Cloud Dataflow service. Do not enter
2589
+ # confidential information when you supply string values using the API.
2570
2590
  # Corresponds to the JSON property `job`
2571
2591
  # @return [Google::Apis::DataflowV1b3::Job]
2572
2592
  attr_accessor :job
@@ -2581,7 +2601,9 @@ module Google
2581
2601
  end
2582
2602
  end
2583
2603
 
2584
- # Parameters to provide to the template being launched.
2604
+ # Parameters to provide to the template being launched. Note that the [metadata
2605
+ # in the pipeline code] (https://cloud.google.com/dataflow/docs/guides/templates/
2606
+ # creating-templates#metadata) determines which runtime parameters are valid.
2585
2607
  class LaunchTemplateParameters
2586
2608
  include Google::Apis::Core::Hashable
2587
2609
 
@@ -2631,7 +2653,8 @@ module Google
2631
2653
  class LaunchTemplateResponse
2632
2654
  include Google::Apis::Core::Hashable
2633
2655
 
2634
- # Defines a job to be run by the Cloud Dataflow service. nextID: 26
2656
+ # Defines a job to be run by the Cloud Dataflow service. Do not enter
2657
+ # confidential information when you supply string values using the API.
2635
2658
  # Corresponds to the JSON property `job`
2636
2659
  # @return [Google::Apis::DataflowV1b3::Job]
2637
2660
  attr_accessor :job
@@ -3908,7 +3931,7 @@ module Google
3908
3931
  # @return [String]
3909
3932
  attr_accessor :network
3910
3933
 
3911
- # The initial number of Google Compute Engine instnaces for the job.
3934
+ # The initial number of Google Compute Engine instances for the job.
3912
3935
  # Corresponds to the JSON property `numWorkers`
3913
3936
  # @return [Fixnum]
3914
3937
  attr_accessor :num_workers
@@ -4038,6 +4061,13 @@ module Google
4038
4061
  class SdkHarnessContainerImage
4039
4062
  include Google::Apis::Core::Hashable
4040
4063
 
4064
+ # The set of capabilities enumerated in the above Environment proto. See also
4065
+ # https://github.com/apache/beam/blob/master/model/pipeline/src/main/proto/
4066
+ # beam_runner_api.proto
4067
+ # Corresponds to the JSON property `capabilities`
4068
+ # @return [Array<String>]
4069
+ attr_accessor :capabilities
4070
+
4041
4071
  # A docker container image that resides in Google Container Registry.
4042
4072
  # Corresponds to the JSON property `containerImage`
4043
4073
  # @return [String]
@@ -4064,6 +4094,7 @@ module Google
4064
4094
 
4065
4095
  # Update properties of this object
4066
4096
  def update!(**args)
4097
+ @capabilities = args[:capabilities] if args.key?(:capabilities)
4067
4098
  @container_image = args[:container_image] if args.key?(:container_image)
4068
4099
  @environment_id = args[:environment_id] if args.key?(:environment_id)
4069
4100
  @use_single_core_per_container = args[:use_single_core_per_container] if args.key?(:use_single_core_per_container)
@@ -4101,7 +4132,7 @@ module Google
4101
4132
  end
4102
4133
  end
4103
4134
 
4104
- # Request to send encoded debug information.
4135
+ # Request to send encoded debug information. Next ID: 8
4105
4136
  class SendDebugCaptureRequest
4106
4137
  include Google::Apis::Core::Hashable
4107
4138
 
@@ -4115,6 +4146,11 @@ module Google
4115
4146
  # @return [String]
4116
4147
  attr_accessor :data
4117
4148
 
4149
+ # Format for the data field above (id=5).
4150
+ # Corresponds to the JSON property `dataFormat`
4151
+ # @return [String]
4152
+ attr_accessor :data_format
4153
+
4118
4154
  # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
4119
4155
  # regional-endpoints) that contains the job specified by job_id.
4120
4156
  # Corresponds to the JSON property `location`
@@ -4134,6 +4170,7 @@ module Google
4134
4170
  def update!(**args)
4135
4171
  @component_id = args[:component_id] if args.key?(:component_id)
4136
4172
  @data = args[:data] if args.key?(:data)
4173
+ @data_format = args[:data_format] if args.key?(:data_format)
4137
4174
  @location = args[:location] if args.key?(:location)
4138
4175
  @worker_id = args[:worker_id] if args.key?(:worker_id)
4139
4176
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataflowV1b3
18
18
  # Version of the google-apis-dataflow_v1b3 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220215"
25
+ REVISION = "20220405"
26
26
  end
27
27
  end
28
28
  end
@@ -1119,6 +1119,9 @@ module Google
1119
1119
  property :default_environment, as: 'defaultEnvironment', class: Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment, decorator: Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment::Representation
1120
1120
 
1121
1121
  property :image, as: 'image'
1122
+ property :image_repository_cert_path, as: 'imageRepositoryCertPath'
1123
+ property :image_repository_password_secret_id, as: 'imageRepositoryPasswordSecretId'
1124
+ property :image_repository_username_secret_id, as: 'imageRepositoryUsernameSecretId'
1122
1125
  property :metadata, as: 'metadata', class: Google::Apis::DataflowV1b3::TemplateMetadata, decorator: Google::Apis::DataflowV1b3::TemplateMetadata::Representation
1123
1126
 
1124
1127
  property :sdk_info, as: 'sdkInfo', class: Google::Apis::DataflowV1b3::SdkInfo, decorator: Google::Apis::DataflowV1b3::SdkInfo::Representation
@@ -2075,6 +2078,7 @@ module Google
2075
2078
  class SdkHarnessContainerImage
2076
2079
  # @private
2077
2080
  class Representation < Google::Apis::Core::JsonRepresentation
2081
+ collection :capabilities, as: 'capabilities'
2078
2082
  property :container_image, as: 'containerImage'
2079
2083
  property :environment_id, as: 'environmentId'
2080
2084
  property :use_single_core_per_container, as: 'useSingleCorePerContainer'
@@ -2095,6 +2099,7 @@ module Google
2095
2099
  class Representation < Google::Apis::Core::JsonRepresentation
2096
2100
  property :component_id, as: 'componentId'
2097
2101
  property :data, as: 'data'
2102
+ property :data_format, as: 'dataFormat'
2098
2103
  property :location, as: 'location'
2099
2104
  property :worker_id, as: 'workerId'
2100
2105
  end
@@ -171,7 +171,8 @@ module Google
171
171
  # Creates a Cloud Dataflow job. To create a job, we recommend using `projects.
172
172
  # locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/
173
173
  # dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is
174
- # not recommended, as your job will always start in `us-central1`.
174
+ # not recommended, as your job will always start in `us-central1`. Do not enter
175
+ # confidential information when you supply string values using the API.
175
176
  # @param [String] project_id
176
177
  # The ID of the Cloud Platform project that the job belongs to.
177
178
  # @param [Google::Apis::DataflowV1b3::Job] job_object
@@ -721,7 +722,8 @@ module Google
721
722
  # Creates a Cloud Dataflow job. To create a job, we recommend using `projects.
722
723
  # locations.jobs.create` with a [regional endpoint] (https://cloud.google.com/
723
724
  # dataflow/docs/concepts/regional-endpoints). Using `projects.jobs.create` is
724
- # not recommended, as your job will always start in `us-central1`.
725
+ # not recommended, as your job will always start in `us-central1`. Do not enter
726
+ # confidential information when you supply string values using the API.
725
727
  # @param [String] project_id
726
728
  # The ID of the Cloud Platform project that the job belongs to.
727
729
  # @param [String] location
@@ -1498,7 +1500,8 @@ module Google
1498
1500
  execute_or_queue_command(command, &block)
1499
1501
  end
1500
1502
 
1501
- # Creates a Cloud Dataflow job from a template.
1503
+ # Creates a Cloud Dataflow job from a template. Do not enter confidential
1504
+ # information when you supply string values using the API.
1502
1505
  # @param [String] project_id
1503
1506
  # Required. The ID of the Cloud Platform project that the job belongs to.
1504
1507
  # @param [String] location
@@ -1700,7 +1703,8 @@ module Google
1700
1703
  execute_or_queue_command(command, &block)
1701
1704
  end
1702
1705
 
1703
- # Creates a Cloud Dataflow job from a template.
1706
+ # Creates a Cloud Dataflow job from a template. Do not enter confidential
1707
+ # information when you supply string values using the API.
1704
1708
  # @param [String] project_id
1705
1709
  # Required. The ID of the Cloud Platform project that the job belongs to.
1706
1710
  # @param [Google::Apis::DataflowV1b3::CreateJobFromTemplateRequest] create_job_from_template_request_object
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataflow_v1b3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.19.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-21 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
63
63
  post_install_message:
64
64
  rdoc_options: []