google-apis-dataflow_v1b3 0.43.0 → 0.44.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0755b1317352b7c4daa29272f352d2c68eb915141162c36b1fb9dc1cad07a55
|
|
4
|
+
data.tar.gz: 8b4beea3b521b96f9cae8be0758c630486d8263f1a190e8483214f747c1db362
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4d5ae0ab7c321b8064d00eafb62ad0257b46fa47377ecafe309feda63e45e9e4d252593943aaa5e3a04d18c196587d3f29666a27803b642433e57d20dba0b34
|
|
7
|
+
data.tar.gz: e352c32edf9ef7b2fdbdbaa13aadca4707b805b3752fd759f3ec0e1fe3a673aa4ae65073d4a4d1416188e5cb14017155938ddbe67534d5cc0366c5f77170cccb
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|