google-apis-dataflow_v1b3 0.43.0 → 0.44.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: 9fe0e4c6546a9b04e0c93ebcb23eef220722fa47083fff48dabe77dc0ee184f1
4
- data.tar.gz: 314b060a6c72f44506af29849ebea931206154606bc346f9af44118fa0633fe2
3
+ metadata.gz: c0755b1317352b7c4daa29272f352d2c68eb915141162c36b1fb9dc1cad07a55
4
+ data.tar.gz: 8b4beea3b521b96f9cae8be0758c630486d8263f1a190e8483214f747c1db362
5
5
  SHA512:
6
- metadata.gz: aedd1a8cc9a37bac6f4b6a5631079026eece5c960caa8821b939ff59f40004a03e00bd172923943eb545f5aa2b5720c4119268ed1e0079df28db1aa3df547f49
7
- data.tar.gz: a86316f0913e001b74fdcec2a4aa05d1a1fd023b3a57798fe83aaa351781eeb2abd3352fcc13e5b6d761c1c601f4064e43dadc077901d0e90a392477320912d1
6
+ metadata.gz: e4d5ae0ab7c321b8064d00eafb62ad0257b46fa47377ecafe309feda63e45e9e4d252593943aaa5e3a04d18c196587d3f29666a27803b642433e57d20dba0b34
7
+ data.tar.gz: e352c32edf9ef7b2fdbdbaa13aadca4707b805b3752fd759f3ec0e1fe3a673aa4ae65073d4a4d1416188e5cb14017155938ddbe67534d5cc0366c5f77170cccb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.44.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230902
6
+
3
7
  ### v0.43.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230729
@@ -3500,6 +3500,13 @@ module Google
3500
3500
  # @return [Hash<String,String>]
3501
3501
  attr_accessor :custom_metadata
3502
3502
 
3503
+ # Optional. The default values will pre-populate the parameter with the given
3504
+ # value from the proto. If default_value is left empty, the parameter will be
3505
+ # populated with a default of the relevant type, e.g. false for a boolean.
3506
+ # Corresponds to the JSON property `defaultValue`
3507
+ # @return [String]
3508
+ attr_accessor :default_value
3509
+
3503
3510
  # Optional. The options shown when ENUM ParameterType is specified.
3504
3511
  # Corresponds to the JSON property `enumOptions`
3505
3512
  # @return [Array<Google::Apis::DataflowV1b3::ParameterMetadataEnumOption>]
@@ -3565,6 +3572,7 @@ module Google
3565
3572
  # Update properties of this object
3566
3573
  def update!(**args)
3567
3574
  @custom_metadata = args[:custom_metadata] if args.key?(:custom_metadata)
3575
+ @default_value = args[:default_value] if args.key?(:default_value)
3568
3576
  @enum_options = args[:enum_options] if args.key?(:enum_options)
3569
3577
  @group_name = args[:group_name] if args.key?(:group_name)
3570
3578
  @help_text = args[:help_text] if args.key?(:help_text)
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230729"
25
+ REVISION = "20230902"
26
26
  end
27
27
  end
28
28
  end
@@ -1994,6 +1994,7 @@ module Google
1994
1994
  # @private
1995
1995
  class Representation < Google::Apis::Core::JsonRepresentation
1996
1996
  hash :custom_metadata, as: 'customMetadata'
1997
+ property :default_value, as: 'defaultValue'
1997
1998
  collection :enum_options, as: 'enumOptions', class: Google::Apis::DataflowV1b3::ParameterMetadataEnumOption, decorator: Google::Apis::DataflowV1b3::ParameterMetadataEnumOption::Representation
1998
1999
 
1999
2000
  property :group_name, as: 'groupName'
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.43.0
4
+ version: 0.44.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.44.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dataflow API V1b3