google-apis-dataform_v1beta1 0.17.0 → 0.18.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: 8ae8b6237ad16ac8c4fac97ad8e959fb061a14653b68b8244e24606e3acb05d8
4
- data.tar.gz: 69f79d2fc365eb4fef7ee6d17cc990da42f4562caf46d56809ae411c36ae7ef2
3
+ metadata.gz: 91e2daaccec8ee8e547a369d44347cf0ce435a9498b5b432927d095727024904
4
+ data.tar.gz: ae6533436364904cf3927cf8a6ca906de3ecc8893d039e1fd86673f3009304ff
5
5
  SHA512:
6
- metadata.gz: '0385bc62f9f406eb1d973fe0467556a8a424a458267b44ae8d2b778758654752df8fbb99e2c3646a5eb3d5e846a232bb1769c98fbedd8b411c0a010dfa33c71e'
7
- data.tar.gz: 8fbe40d2f306b46f98326210adab0187797d51002e34a7d0df8c82080922d7048c4938ce7169b12c83984c0a061ee0586c901acef8f46367225806960b15c22d
6
+ metadata.gz: ae82d712a0f4ebca87023cef770f481e166ad37a06e83f149bbbeaef24bf0f9d3f0332d4b5b17d3525dd1d0234e1ce9ddc84d664840d1051021dbd1547c6fca4
7
+ data.tar.gz: 6a5c3323c7273eea9a9714a2416799a01e864d772dc1a307c1981cf946190ffa564f1f116d52924838eb81090248ddfe79a8e05dced3d1b046aeae0c8a450aec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataform_v1beta1
2
2
 
3
+ ### v0.18.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231203
6
+
3
7
  ### v0.17.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231111
@@ -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.18.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 = "20231203"
26
26
  end
27
27
  end
28
28
  end
@@ -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.18.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-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-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.18.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: []