google-apis-datafusion_v1 0.3.0 → 0.4.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: 5c3e2a2a4b755eb2f7502841f5958f4cb77f7a4427a60f4298d3ccdd0c5d4607
4
- data.tar.gz: 5e44ae4ee61d15ad90023ff89a6c72cf92ec9b4685d0be09a59b3df474f2cca9
3
+ metadata.gz: cae7959d67c0832a5d358c391dc2a1be7c97e3c8e2ea57a40f6e8da77f5a45ea
4
+ data.tar.gz: 9d7744657a6e7aa52877732950e59036bc42941350d7708c62cd41a62f72c72e
5
5
  SHA512:
6
- metadata.gz: 50d3e00c429efbb8a6c15bf6742ee0a89a795f786788b4183480c5f7ea94c77be43d955a13c17df98faf3038eb7f0d27abf74a001a031911007b5d601d454d8a
7
- data.tar.gz: 2151973a093fac979634946b7eee617e14b083d1a067f732ace9ecc262bc4b8365d082110ea174c3fb66fe5d8bcbc670254d22bd230e647385f183520f97eb5b
6
+ metadata.gz: 2c8766fb7c89fb8fbd9f02aa3bcc22eac9e055df4ba1b74a6b5f5967ae8ee85f3bd062f1a5019846a3fdf74ffa2f8590bbc85f03475c19cc1017546261c15793
7
+ data.tar.gz: 9a8bbf399307520654d88b8952ddc78f7e7a82bf9afb8d88eaa29648c9d83154ee53214dbe00160e05ba0441948748617387c0269255093977819d73972e395a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datafusion_v1
2
2
 
3
+ ### v0.4.0 (2021-03-13)
4
+
5
+ * Regenerated from discovery document revision 20210311
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Regenerated using generator version 0.1.2
@@ -35,7 +35,7 @@ module Google
35
35
  # This is NOT the gem version.
36
36
  VERSION = 'V1'
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 DatafusionV1
18
18
  # Version of the google-apis-datafusion_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.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 = "20210107"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datafusion_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datafusion_v1
57
57
  post_install_message:
58
58
  rdoc_options: []