google-apis-datafusion_v1beta1 0.4.0 → 0.5.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: 17567f8a2de5d0f28337168ab6c221ffa068b381489a13c707d2953c8f8a79b5
4
- data.tar.gz: 74d7d339eef11db2895de821c2a6587a85086bfc9e2e28f40f387432954457f8
3
+ metadata.gz: f7dde1e2a35e4601080dd4987449f0871b25927c31fb0011913f7fa875ca69d0
4
+ data.tar.gz: 589c6742c5b469a86ddfaae6aa76c528896d9cb0787177618e030d6642a82cad
5
5
  SHA512:
6
- metadata.gz: e82294f37158454df9b0c3b1281211c9917b29e64f43dedf61cbe0f200b4ac5215953b27f1ef2630b901eb6f33368118aa9e1ec119660e42f2da9483f407b4f7
7
- data.tar.gz: 91db8d489eb6a901840bd360413388f0df98913d79d86397dd9acab9ecc214025e6ab62782f4ef368af36b4d94ab26d80990ad51f77d1ba6a1a71cc494500bcb
6
+ metadata.gz: 427762e8fb82e9422771017275790d91568b6ec5fe5a388402be2d234d7e48eacca3b0af349c9b0eb6147bb6b187280d8f8b4e3e2d6a8f7d5c4d37353f32c295
7
+ data.tar.gz: 221e3ebfdd3db2a2e2c95783812bcc5f41fc370383a958739b8ce05bb3e55c213a5f786a1caf970884a85f9d33976035e009d6926947da9470eb9bbe8939a09d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datafusion_v1beta1
2
2
 
3
+ ### v0.5.0 (2021-03-13)
4
+
5
+ * Regenerated from discovery document revision 20210311
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -35,7 +35,7 @@ module Google
35
35
  # This is NOT the gem version.
36
36
  VERSION = 'V1beta1'
37
37
 
38
- # View and manage your data across Google Cloud Platform services
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.4.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210218"
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
- # The standard list filter.
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 standard list page size.
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
- # The standard list page token.
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.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-08 00:00:00.000000000 Z
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.4.0
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: []