google-apis-dataform_v1beta1 0.1.0 → 0.2.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: 9298af87b24f06107f559a46b1ba2c0f086cb691dce0b691bda35f3b8d4d519b
|
|
4
|
+
data.tar.gz: 505e645ea31f928afdfb2e35b90f4025077d88e3253bd26d11c97383a87ce6a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c8a9d0f52cb8e0335b1bf5308726970e70f0a4eea8d015d8548ab41ce304b9c27624bab0806fa01c13df21272570b439e93f690a34662f5dc97becebfeaf856
|
|
7
|
+
data.tar.gz: b78140987b280577b8ec1f4a10a4e7f3fbfc80e334c1b68d5639344343735942ce1cda80fb13c7df1e7d4f6cf179aac6791d7cf9cbb1ec8cb58261f6857d6159
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dataform_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.2.0 (2023-01-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230107
|
|
6
|
+
* Regenerated using generator version 0.11.1
|
|
7
|
+
|
|
3
8
|
### v0.1.0 (2022-12-22)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20221217
|
|
@@ -1966,6 +1966,12 @@ module Google
|
|
|
1966
1966
|
# @return [String]
|
|
1967
1967
|
attr_accessor :state
|
|
1968
1968
|
|
|
1969
|
+
# Immutable. The name of the workflow config to invoke. Must be in the format `
|
|
1970
|
+
# projects/*/locations/*/repositories/*/workflowConfigs/*`.
|
|
1971
|
+
# Corresponds to the JSON property `workflowConfig`
|
|
1972
|
+
# @return [String]
|
|
1973
|
+
attr_accessor :workflow_config
|
|
1974
|
+
|
|
1969
1975
|
def initialize(**args)
|
|
1970
1976
|
update!(**args)
|
|
1971
1977
|
end
|
|
@@ -1977,6 +1983,7 @@ module Google
|
|
|
1977
1983
|
@invocation_timing = args[:invocation_timing] if args.key?(:invocation_timing)
|
|
1978
1984
|
@name = args[:name] if args.key?(:name)
|
|
1979
1985
|
@state = args[:state] if args.key?(:state)
|
|
1986
|
+
@workflow_config = args[:workflow_config] if args.key?(:workflow_config)
|
|
1980
1987
|
end
|
|
1981
1988
|
end
|
|
1982
1989
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataformV1beta1
|
|
18
18
|
# Version of the google-apis-dataform_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.11.
|
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230107"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataform_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.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-01-
|
|
11
|
+
date: 2023-01-15 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-dataform_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataform_v1beta1/v0.2.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataform_v1beta1
|
|
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.
|
|
78
|
+
rubygems_version: 3.4.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Dataform API V1beta1
|