google-apis-dataform_v1beta1 0.18.0 → 0.19.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: 06bf35aab18fb597fb15e31c4c0715eb9e5ab745e9c88bd99d2ba4225103fca6
|
|
4
|
+
data.tar.gz: bc64ba5a2063f8d575663110d8abca4e662b8f58b9f63c69f7a39b01f8ed68b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b158e0dcd5eb750d14503e51f5df5673e15431b62c40011a66faf751d8016a8b942cd1ac12a3f99cc42eb71e1e10086d12da1294faed966ccb184c5aef42e925
|
|
7
|
+
data.tar.gz: '0396e1c79a67e94e08031a3d103286afc8b8ad75d2300329361b022574bd1f122ca19a6800bbe0d71cac9446687e13106afba51aef99a219cdfb31b37d3c825e'
|
data/CHANGELOG.md
CHANGED
|
@@ -2045,6 +2045,12 @@ module Google
|
|
|
2045
2045
|
# @return [String]
|
|
2046
2046
|
attr_accessor :cron_schedule
|
|
2047
2047
|
|
|
2048
|
+
# Optional. Disables automatic creation of compilation results.
|
|
2049
|
+
# Corresponds to the JSON property `disabled`
|
|
2050
|
+
# @return [Boolean]
|
|
2051
|
+
attr_accessor :disabled
|
|
2052
|
+
alias_method :disabled?, :disabled
|
|
2053
|
+
|
|
2048
2054
|
# Required. Git commit/tag/branch name at which the repository should be
|
|
2049
2055
|
# compiled. Must exist in the remote repository. Examples: - a commit SHA: `
|
|
2050
2056
|
# 12ade345` - a tag: `tag1` - a branch name: `branch1`
|
|
@@ -2089,6 +2095,7 @@ module Google
|
|
|
2089
2095
|
def update!(**args)
|
|
2090
2096
|
@code_compilation_config = args[:code_compilation_config] if args.key?(:code_compilation_config)
|
|
2091
2097
|
@cron_schedule = args[:cron_schedule] if args.key?(:cron_schedule)
|
|
2098
|
+
@disabled = args[:disabled] if args.key?(:disabled)
|
|
2092
2099
|
@git_commitish = args[:git_commitish] if args.key?(:git_commitish)
|
|
2093
2100
|
@name = args[:name] if args.key?(:name)
|
|
2094
2101
|
@recent_scheduled_release_records = args[:recent_scheduled_release_records] if args.key?(:recent_scheduled_release_records)
|
|
@@ -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.19.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 = "20231209"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1116,6 +1116,7 @@ module Google
|
|
|
1116
1116
|
property :code_compilation_config, as: 'codeCompilationConfig', class: Google::Apis::DataformV1beta1::CodeCompilationConfig, decorator: Google::Apis::DataformV1beta1::CodeCompilationConfig::Representation
|
|
1117
1117
|
|
|
1118
1118
|
property :cron_schedule, as: 'cronSchedule'
|
|
1119
|
+
property :disabled, as: 'disabled'
|
|
1119
1120
|
property :git_commitish, as: 'gitCommitish'
|
|
1120
1121
|
property :name, as: 'name'
|
|
1121
1122
|
collection :recent_scheduled_release_records, as: 'recentScheduledReleaseRecords', class: Google::Apis::DataformV1beta1::ScheduledReleaseRecord, decorator: Google::Apis::DataformV1beta1::ScheduledReleaseRecord::Representation
|
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.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: 2023-12-
|
|
11
|
+
date: 2023-12-17 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.19.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: []
|