google-apis-file_v1 0.25.0 → 0.27.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: a5297793ed1c382cbadd55c48483d189dc86a4e242cb0b376c8d9e191240589f
4
- data.tar.gz: e124f14582d8267c656334f0a7d8c529368111f0397d9aa779a00479e7f11817
3
+ metadata.gz: ff6a083decda6c44319ff0715771a88a6757ce37c335f1014cd7c26cc61feb92
4
+ data.tar.gz: 06aa3859e47a8c45795636afb564dc4a4ab739a605cb08fcfb193e11432374e7
5
5
  SHA512:
6
- metadata.gz: 8710700e69d43d05094afe49c93044049969fa2195187183e97688c127a4e87fcfb0bbd8b4c80fd776f404190f600b8c5dbb4d6192f76acdb9329f5bdf26aaf0
7
- data.tar.gz: 7bc6d7d7d80df91105868b4d900b75dedf59cca24aa157d820213c40033a81eba139ffb4291e033ff00842dc56bf49009ca6d10495d787906bda0288747fed99
6
+ metadata.gz: c180fdd0cdd28b3121f0dec49e54d9fdc464cd31783bb481e9607e7c08c00f50b69a588c32f3eaa21e9bbbd9f11940269a3cb63a43edd51f380e31c4af601902
7
+ data.tar.gz: 2a64e3aab39b2806f3836c4121d35f77a4c4b56d642dc95ebe8e284d1e91758f962ad6304f3788e1a6996995a82e0cf9fbe6b04f6fa48938f19c19c789dcb811
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-file_v1
2
2
 
3
+ ### v0.27.0 (2022-11-17)
4
+
5
+ * Regenerated from discovery document revision 20221111
6
+
7
+ ### v0.26.0 (2022-11-08)
8
+
9
+ * Regenerated from discovery document revision 20221026
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.25.0 (2022-09-27)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FileV1
18
18
  # Version of the google-apis-file_v1 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220729"
25
+ REVISION = "20221111"
26
26
  end
27
27
  end
28
28
  end
@@ -129,7 +129,7 @@ module Google
129
129
  # @param [String] parent
130
130
  # Required. The backup's project and location, in the format `projects/`
131
131
  # project_number`/locations/`location``. In Filestore, backup locations map to
132
- # GCP regions, for example **us-west1**.
132
+ # Google Cloud regions, for example **us-west1**.
133
133
  # @param [Google::Apis::FileV1::Backup] backup_object
134
134
  # @param [String] backup_id
135
135
  # Required. The ID to use for the backup. The ID must be unique within the
@@ -234,8 +234,9 @@ module Google
234
234
  # @param [String] parent
235
235
  # Required. The project and location for which to retrieve backup information,
236
236
  # in the format `projects/`project_number`/locations/`location``. In Filestore,
237
- # backup locations map to GCP regions, for example **us-west1**. To retrieve
238
- # backup information for all locations, use "-" for the ``location`` value.
237
+ # backup locations map to Google Cloud regions, for example **us-west1**. To
238
+ # retrieve backup information for all locations, use "-" for the ``location``
239
+ # value.
239
240
  # @param [String] filter
240
241
  # List filter.
241
242
  # @param [String] order_by
@@ -319,8 +320,8 @@ module Google
319
320
  # also equal to or larger than the minimum capacity of the tier).
320
321
  # @param [String] parent
321
322
  # Required. The instance's project and location, in the format `projects/`
322
- # project_id`/locations/`location``. In Filestore, locations map to GCP zones,
323
- # for example **us-west1-b**.
323
+ # project_id`/locations/`location``. In Filestore, locations map to Google Cloud
324
+ # zones, for example **us-west1-b**.
324
325
  # @param [Google::Apis::FileV1::Instance] instance_object
325
326
  # @param [String] instance_id
326
327
  # Required. The name of the instance to create. The name must be unique for the
@@ -426,8 +427,8 @@ module Google
426
427
  # @param [String] parent
427
428
  # Required. The project and location for which to retrieve instance information,
428
429
  # in the format `projects/`project_id`/locations/`location``. In Cloud Filestore,
429
- # locations map to GCP zones, for example **us-west1-b**. To retrieve instance
430
- # information for all locations, use "-" for the ``location`` value.
430
+ # locations map to Google Cloud zones, for example **us-west1-b**. To retrieve
431
+ # instance information for all locations, use "-" for the ``location`` value.
431
432
  # @param [String] filter
432
433
  # List filter.
433
434
  # @param [String] order_by
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-file_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.27.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: 2022-10-03 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1
63
63
  post_install_message:
64
64
  rdoc_options: []