google-apis-dataflow_v1b3 0.17.0 → 0.20.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: e753e7594140031902ba0779a171fd98cc8ecad7b4bfa9e6e7cb837ef87c37ce
4
- data.tar.gz: dbaee56cf195ee3fac604aa7873cff078066b7e806e00639ba940cc401a2b13f
3
+ metadata.gz: 14c343ce1354bd810e3852a751f57d739f4647182a13adec0dfd5ab3288520a5
4
+ data.tar.gz: aa56f2ebdf9fb717f5bf1e631d42edf0e9bce86f61b0bf17dc58ab6dc5670ecf
5
5
  SHA512:
6
- metadata.gz: 7d0ca6f13e1344e8faea0c4b9ad7790c8e4a017a82f2f570113c493bcefce5f899576d3388a6a2575998a86d87aeb588f2c4c1660fbf4773c2d02087b1af5f04
7
- data.tar.gz: 51800048617522398e2514c471573bae23e5377104abd0ce54957237e3c15bb02dc84e25f8260650cc072d983acf8e5337eefca3b406f894d24c3cdfa67c0056
6
+ metadata.gz: ece131ae38087fe170d5cadb30f9427a3f9d31f8babd36cb104f70edab8da60ea332ded1187012194b44d377aa852dfc33ee690346177577db0ff310a3297768
7
+ data.tar.gz: ff2e6cd8ff3ab2b6c24790a1beb2fd3c3a81b7a4e410c4af0eab5ea40f18bcfb6f4924644dc764ffe7467a648d2084dae80789c7dfe2f0c51ba50bef048fc0ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.20.0 (2022-04-21)
4
+
5
+ * Regenerated from discovery document revision 20220414
6
+
7
+ ### v0.19.0 (2022-04-14)
8
+
9
+ * Regenerated from discovery document revision 20220405
10
+
11
+ ### v0.18.0 (2022-03-09)
12
+
13
+ * Regenerated from discovery document revision 20220301
14
+
3
15
  ### v0.17.0 (2022-02-26)
4
16
 
5
17
  * Regenerated from discovery document revision 20220218
@@ -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.
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
 
@@ -2066,11 +2085,11 @@ module Google
2066
2085
  # @return [String]
2067
2086
  attr_accessor :location
2068
2087
 
2069
- # The user-specified Cloud Dataflow job name. Only one Job with a given name may
2070
- # exist in a project at any given time. If a caller attempts to create a Job
2071
- # with the same name as an already-existing Job, the attempt returns the
2072
- # existing Job. The name must match the regular expression `[a-z]([-a-z0-9]`0,38`
2073
- # [a-z0-9])?`
2088
+ # The user-specified Cloud Dataflow job name. Only one Job with a given name can
2089
+ # exist in a project within one region at any given time. Jobs in different
2090
+ # regions can have the same name. If a caller attempts to create a Job with the
2091
+ # same name as an already-existing Job, the attempt returns the existing Job.
2092
+ # The name must match the regular expression `[a-z]([-a-z0-9]`0,38`[a-z0-9])?`
2074
2093
  # Corresponds to the JSON property `name`
2075
2094
  # @return [String]
2076
2095
  attr_accessor :name
@@ -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.
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.
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
@@ -4034,10 +4057,18 @@ module Google
4034
4057
  end
4035
4058
  end
4036
4059
 
4037
- # Defines a SDK harness container for executing Dataflow pipelines.
4060
+ # Defines an SDK harness container for executing Dataflow pipelines.
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
+ # beam_runner_api.proto](https://github.com/apache/beam/blob/master/model/
4066
+ # pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.
4067
+ # proto)
4068
+ # Corresponds to the JSON property `capabilities`
4069
+ # @return [Array<String>]
4070
+ attr_accessor :capabilities
4071
+
4041
4072
  # A docker container image that resides in Google Container Registry.
4042
4073
  # Corresponds to the JSON property `containerImage`
4043
4074
  # @return [String]
@@ -4064,6 +4095,7 @@ module Google
4064
4095
 
4065
4096
  # Update properties of this object
4066
4097
  def update!(**args)
4098
+ @capabilities = args[:capabilities] if args.key?(:capabilities)
4067
4099
  @container_image = args[:container_image] if args.key?(:container_image)
4068
4100
  @environment_id = args[:environment_id] if args.key?(:environment_id)
4069
4101
  @use_single_core_per_container = args[:use_single_core_per_container] if args.key?(:use_single_core_per_container)
@@ -4101,7 +4133,7 @@ module Google
4101
4133
  end
4102
4134
  end
4103
4135
 
4104
- # Request to send encoded debug information.
4136
+ # Request to send encoded debug information. Next ID: 8
4105
4137
  class SendDebugCaptureRequest
4106
4138
  include Google::Apis::Core::Hashable
4107
4139
 
@@ -4115,6 +4147,11 @@ module Google
4115
4147
  # @return [String]
4116
4148
  attr_accessor :data
4117
4149
 
4150
+ # Format for the data field above (id=5).
4151
+ # Corresponds to the JSON property `dataFormat`
4152
+ # @return [String]
4153
+ attr_accessor :data_format
4154
+
4118
4155
  # The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/
4119
4156
  # regional-endpoints) that contains the job specified by job_id.
4120
4157
  # Corresponds to the JSON property `location`
@@ -4134,6 +4171,7 @@ module Google
4134
4171
  def update!(**args)
4135
4172
  @component_id = args[:component_id] if args.key?(:component_id)
4136
4173
  @data = args[:data] if args.key?(:data)
4174
+ @data_format = args[:data_format] if args.key?(:data_format)
4137
4175
  @location = args[:location] if args.key?(:location)
4138
4176
  @worker_id = args[:worker_id] if args.key?(:worker_id)
4139
4177
  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.17.0"
19
+ GEM_VERSION = "0.20.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 = "20220218"
25
+ REVISION = "20220414"
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.17.0
4
+ version: 0.20.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-28 00:00:00.000000000 Z
11
+ date: 2022-04-25 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.20.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: []