google-apis-file_v1beta1 0.27.0 → 0.29.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: 2eeed86977af82db2bf02f9bc7ab4965c589009819aaccc5c1d77fb516516517
4
- data.tar.gz: a5b9b8d113395c2834a994338ed6b087a510a107f630ee5fea37bd117451f3fe
3
+ metadata.gz: 1cf2d01c11fa4b38672d7062e5e8678ceaaf8df60b30858afc2c0f66abf9153d
4
+ data.tar.gz: d4c57941cb425cac8b58d9fea053ca862fe84aac5b47ba4ee298f435a55cfce3
5
5
  SHA512:
6
- metadata.gz: ddbfb2b5b4d2251f118ecbf1de94359f18dff5b507b2463a95ad87d3faf4df8188564e9130f6bb69c8339406ade91e30c9f4bfa138675041d1bfd5ea7d9aac77
7
- data.tar.gz: b0c8ea9b2ac673caf8b78e411ce02b45f29dc8870f352b92e16329f83812f7295c6988344aac5fc3bfff73619174917a4876d9cb4efa0f219d5f69c2fe1805dc
6
+ metadata.gz: d01005b5b2cf82c455534e7868563e779901b4a1ad65a50aeb8433defff423b982e72236107bff93a3c4cd665b5a14fb978918883045d67ebf69270b48e1ce8c
7
+ data.tar.gz: 06a5f04736bef97d387e177cbcc9b3b0a0196d658a1a63f175f59ec3dec7442835f843c4f90e1677e9af1a5c802f0f2b3eef908d947bdd458ad0a8dfe8091875
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.29.0 (2022-12-14)
4
+
5
+ * Regenerated from discovery document revision 20221207
6
+
7
+ ### v0.28.0 (2022-11-21)
8
+
9
+ * Regenerated from discovery document revision 20221111
10
+
3
11
  ### v0.27.0 (2022-10-28)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -1081,7 +1081,7 @@ module Google
1081
1081
  end
1082
1082
  end
1083
1083
 
1084
- # Defines policies to service maintenance events.
1084
+ # LINT.IfChange Defines policies to service maintenance events.
1085
1085
  class MaintenancePolicy
1086
1086
  include Google::Apis::Core::Hashable
1087
1087
 
@@ -1406,12 +1406,12 @@ module Google
1406
1406
  end
1407
1407
 
1408
1408
  # RestoreInstanceRequest restores an existing instance's file share from a
1409
- # snapshot or backup.
1409
+ # backup.
1410
1410
  class RestoreInstanceRequest
1411
1411
  include Google::Apis::Core::Hashable
1412
1412
 
1413
- # Required. Name of the file share in the Filestore instance that the snapshot
1414
- # is being restored to.
1413
+ # Required. Name of the file share in the Filestore instance that the backup is
1414
+ # being restored to.
1415
1415
  # Corresponds to the JSON property `fileShare`
1416
1416
  # @return [String]
1417
1417
  attr_accessor :file_share
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FileV1beta1
18
18
  # Version of the google-apis-file_v1beta1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.29.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 = "20220729"
25
+ REVISION = "20221207"
26
26
  end
27
27
  end
28
28
  end
@@ -128,8 +128,8 @@ module Google
128
128
  # Creates a backup.
129
129
  # @param [String] parent
130
130
  # Required. The backup's project and location, in the format `projects/`
131
- # project_id`/locations/`location``. In Filestore, backup locations map to GCP
132
- # regions, for example **us-west1**.
131
+ # project_id`/locations/`location``. In Filestore, backup locations map to
132
+ # Google Cloud regions, for example **us-west1**.
133
133
  # @param [Google::Apis::FileV1beta1::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
@@ -233,8 +233,9 @@ module Google
233
233
  # @param [String] parent
234
234
  # Required. The project and location for which to retrieve backup information,
235
235
  # in the format `projects/`project_id`/locations/`location``. In Filestore,
236
- # backup locations map to GCP regions, for example **us-west1**. To retrieve
237
- # backup information for all locations, use "-" for the ``location`` value.
236
+ # backup locations map to Google Cloud regions, for example **us-west1**. To
237
+ # retrieve backup information for all locations, use "-" for the ``location``
238
+ # value.
238
239
  # @param [String] filter
239
240
  # List filter.
240
241
  # @param [String] order_by
@@ -318,8 +319,8 @@ module Google
318
319
  # also equal to or larger than the minimum capacity of the tier).
319
320
  # @param [String] parent
320
321
  # Required. The instance's project and location, in the format `projects/`
321
- # project_id`/locations/`location``. In Filestore, locations map to GCP zones,
322
- # for example **us-west1-b**.
322
+ # project_id`/locations/`location``. In Filestore, locations map to Google Cloud
323
+ # zones, for example **us-west1-b**.
323
324
  # @param [Google::Apis::FileV1beta1::Instance] instance_object
324
325
  # @param [String] instance_id
325
326
  # Required. The ID of the instance to create. The ID must be unique within the
@@ -427,8 +428,8 @@ module Google
427
428
  # @param [String] parent
428
429
  # Required. The project and location for which to retrieve instance information,
429
430
  # in the format `projects/`project_id`/locations/`location``. In Cloud Filestore,
430
- # locations map to GCP zones, for example **us-west1-b**. To retrieve instance
431
- # information for all locations, use "-" for the ``location`` value.
431
+ # locations map to Google Cloud zones, for example **us-west1-b**. To retrieve
432
+ # instance information for all locations, use "-" for the ``location`` value.
432
433
  # @param [String] filter
433
434
  # List filter.
434
435
  # @param [String] order_by
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.27.0
4
+ version: 0.29.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-31 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.29.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: []