google-apis-file_v1 0.26.0 → 0.28.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: a695355c216f3567e66d21d027f84e248df3c2ac5d83aebb21c24a320d885c2d
4
- data.tar.gz: '0691ab7d8376e92e02e5ec3505e2121b89bad533184df976f8a1abd250d7517c'
3
+ metadata.gz: a7d21568226529d4522281fa0fadca327e505cec5af5a80ec595e18d9a55e3fe
4
+ data.tar.gz: 855900bf0f911f4598fe7cada7acc3bc0ee1866891462b08bddb0eb33954bf8b
5
5
  SHA512:
6
- metadata.gz: 5632526945dac6b659a7885ec868db33bc184559e449ec70fcf0f73b6ab88bf0eb935cbdddec95e7f6fdbdef1fcd6425d5ed032ad3a63823f3e75d1898a44afd
7
- data.tar.gz: 483e43dad0a280b1444f47f820290efc7e85c55a746b1107509cb3092b4d503af5bde0ac5ffb8d0985d18fcb9ca4d1a335b286013aa0ebdc8957d1e9b8b1a2b7
6
+ metadata.gz: b3c81d3ccd8f23870ea3a9cd531ee24f828b1fe6b664f3d8402ed9c2144b1ca39c15ba6a9a377aa31d92f7fde3638ff3000ccbcf12612a608b804d7d89b10278
7
+ data.tar.gz: 4de7042dcc62476882c9027e8bf43c2e4ebe72a74b767a7917c7eab222170aa69066025b6a9d6989bf6474b9b1e8ce825413e24b381f43cda3eaf3957da611cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-file_v1
2
2
 
3
+ ### v0.28.0 (2022-12-13)
4
+
5
+ * Regenerated from discovery document revision 20221207
6
+
7
+ ### v0.27.0 (2022-11-17)
8
+
9
+ * Regenerated from discovery document revision 20221111
10
+
3
11
  ### v0.26.0 (2022-11-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20221026
@@ -1009,7 +1009,7 @@ module Google
1009
1009
  end
1010
1010
  end
1011
1011
 
1012
- # Defines policies to service maintenance events.
1012
+ # LINT.IfChange Defines policies to service maintenance events.
1013
1013
  class MaintenancePolicy
1014
1014
  include Google::Apis::Core::Hashable
1015
1015
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221026"
25
+ REVISION = "20221207"
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.26.0
4
+ version: 0.28.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-11-14 00:00:00.000000000 Z
11
+ date: 2023-01-04 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1/v0.28.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: []