google-apis-dataform_v1beta1 0.17.0 → 0.19.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: 8ae8b6237ad16ac8c4fac97ad8e959fb061a14653b68b8244e24606e3acb05d8
4
- data.tar.gz: 69f79d2fc365eb4fef7ee6d17cc990da42f4562caf46d56809ae411c36ae7ef2
3
+ metadata.gz: 06bf35aab18fb597fb15e31c4c0715eb9e5ab745e9c88bd99d2ba4225103fca6
4
+ data.tar.gz: bc64ba5a2063f8d575663110d8abca4e662b8f58b9f63c69f7a39b01f8ed68b9
5
5
  SHA512:
6
- metadata.gz: '0385bc62f9f406eb1d973fe0467556a8a424a458267b44ae8d2b778758654752df8fbb99e2c3646a5eb3d5e846a232bb1769c98fbedd8b411c0a010dfa33c71e'
7
- data.tar.gz: 8fbe40d2f306b46f98326210adab0187797d51002e34a7d0df8c82080922d7048c4938ce7169b12c83984c0a061ee0586c901acef8f46367225806960b15c22d
6
+ metadata.gz: b158e0dcd5eb750d14503e51f5df5673e15431b62c40011a66faf751d8016a8b942cd1ac12a3f99cc42eb71e1e10086d12da1294faed966ccb184c5aef42e925
7
+ data.tar.gz: '0396e1c79a67e94e08031a3d103286afc8b8ad75d2300329361b022574bd1f122ca19a6800bbe0d71cac9446687e13106afba51aef99a219cdfb31b37d3c825e'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.19.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231209
6
+
7
+ ### v0.18.0 (2023-12-10)
8
+
9
+ * Regenerated from discovery document revision 20231203
10
+
3
11
  ### v0.17.0 (2023-11-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20231111
@@ -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.17.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 = "20231111"
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
@@ -2206,8 +2206,9 @@ module Google
2206
2206
  # @param [String] workspace
2207
2207
  # Required. The workspace's name.
2208
2208
  # @param [String] filter
2209
- # Optional. Optional filter for the returned list in go/filtering format.
2210
- # Filtering is only currently supported on the `path` field.
2209
+ # Optional. Optional filter for the returned list in filtering format. Filtering
2210
+ # is only currently supported on the `path` field. See https://google.aip.dev/
2211
+ # 160 for details.
2211
2212
  # @param [Fixnum] page_size
2212
2213
  # Optional. Maximum number of search results to return. The server may return
2213
2214
  # fewer items than requested. If unspecified, the server will pick an
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.17.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-11-19 00:00:00.000000000 Z
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.17.0
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: []