google-apis-file_v1beta1 0.16.0 → 0.17.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: 662df2fcc08f701b24f9b78c8ff6800ae2a63c8843a5c4ddf43b3eb3e8535b17
4
- data.tar.gz: de573b1e3fbb95a5345c12649c87c8aa450d7cf322015ff90fab837677c4e6df
3
+ metadata.gz: 013a47616522e69f9facefb153ded1ab5d543ffcb5ba10e160cc4159435a8c4a
4
+ data.tar.gz: 82de47b51f537ff676da226f09eb4bb56bc2bfd40e2d447cca3e232cc639d6ec
5
5
  SHA512:
6
- metadata.gz: d0685e555dabdb84f263296495e2dbd8f49c3002f0e6821f45b0872fc504156bc4d2aca6fb4ed585a4acabdb3a03e1ff976e17c81c9dfe8b78ff194adf476e28
7
- data.tar.gz: b1dc8ea4fa3e8134d201cff3790122ecdf519a1759893bba150c64815a6322e4f2c1ee9a56a1fc78aeaed703f98354d2e312759ca255373055e7f82636d6801a
6
+ metadata.gz: 54404acadb3f3ba6f747f67d021f05cbe6715988af1e97b5db770bbd60b39ea467d74c0d922cd762aa400a1af5e9236a310f87064045a729e0dd2c755e56ffc8
7
+ data.tar.gz: e0cdf0986071db48a2c57835b617481b9d22a68efe686f66fcd05918dbf6ee899f0da19f8f69a9afb74de0b6e176cfedbcc03c5599b92f1544c563f663ddf36f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.17.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.16.0 (2021-10-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20211017
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/file_v1beta1"
51
51
  client = Google::Apis::FileV1beta1::CloudFilestoreService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module FileV1beta1
18
18
  # Version of the google-apis-file_v1beta1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-10-27 00:00:00.000000000 Z
11
+ date: 2022-01-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-file_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Filestore API V1beta1