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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91e2daaccec8ee8e547a369d44347cf0ce435a9498b5b432927d095727024904
|
|
4
|
+
data.tar.gz: ae6533436364904cf3927cf8a6ca906de3ecc8893d039e1fd86673f3009304ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae82d712a0f4ebca87023cef770f481e166ad37a06e83f149bbbeaef24bf0f9d3f0332d4b5b17d3525dd1d0234e1ce9ddc84d664840d1051021dbd1547c6fca4
|
|
7
|
+
data.tar.gz: 6a5c3323c7273eea9a9714a2416799a01e864d772dc1a307c1981cf946190ffa564f1f116d52924838eb81090248ddfe79a8e05dced3d1b046aeae0c8a450aec
|
data/CHANGELOG.md
CHANGED
|
@@ -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.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 = "
|
|
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
|
|
2210
|
-
#
|
|
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.
|
|
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
|
+
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.
|
|
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: []
|