google-apis-datafusion_v1beta1 0.4.0 → 0.5.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: f7dde1e2a35e4601080dd4987449f0871b25927c31fb0011913f7fa875ca69d0
|
|
4
|
+
data.tar.gz: 589c6742c5b469a86ddfaae6aa76c528896d9cb0787177618e030d6642a82cad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 427762e8fb82e9422771017275790d91568b6ec5fe5a388402be2d234d7e48eacca3b0af349c9b0eb6147bb6b187280d8f8b4e3e2d6a8f7d5c4d37353f32c295
|
|
7
|
+
data.tar.gz: 221e3ebfdd3db2a2e2c95783812bcc5f41fc370383a958739b8ce05bb3e55c213a5f786a1caf970884a85f9d33976035e009d6926947da9470eb9bbe8939a09d
|
data/CHANGELOG.md
CHANGED
|
@@ -35,7 +35,7 @@ module Google
|
|
|
35
35
|
# This is NOT the gem version.
|
|
36
36
|
VERSION = 'V1beta1'
|
|
37
37
|
|
|
38
|
-
#
|
|
38
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
|
39
39
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
40
40
|
end
|
|
41
41
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DatafusionV1beta1
|
|
18
18
|
# Version of the google-apis-datafusion_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210311"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -89,13 +89,17 @@ module Google
|
|
|
89
89
|
# @param [String] name
|
|
90
90
|
# The resource that owns the locations collection, if applicable.
|
|
91
91
|
# @param [String] filter
|
|
92
|
-
#
|
|
92
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
93
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
|
94
|
+
# AIP-160](https://google.aip.dev/160).
|
|
93
95
|
# @param [Boolean] include_unrevealed_locations
|
|
94
96
|
# If true, the returned list will include locations which are not yet revealed.
|
|
95
97
|
# @param [Fixnum] page_size
|
|
96
|
-
# The
|
|
98
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
99
|
+
# default.
|
|
97
100
|
# @param [String] page_token
|
|
98
|
-
#
|
|
101
|
+
# A page token received from the `next_page_token` field in the response. Send
|
|
102
|
+
# that page token to receive the subsequent page.
|
|
99
103
|
# @param [String] fields
|
|
100
104
|
# Selector specifying which fields to include in a partial response.
|
|
101
105
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-datafusion_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.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: 2021-03-
|
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datafusion_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1beta1/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datafusion_v1beta1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|