google-apis-file_v1beta1 0.40.0 → 0.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b654bda0f3043fd6c2058b73a75e5640365bbfbf8ddd4da1ce189316fef8545c
|
|
4
|
+
data.tar.gz: 5a5e54b53d24c9330176c7a280a5ed3eff6fddbd7ac505a1f20e1f79e196ef0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dedd50376ecdcea898ed46f423a06550bee650f38e5fd5d9e093663478c91451e7e3279a9192b930414975fa6179c99ed2c537993989a33343bfc56dddfb2268
|
|
7
|
+
data.tar.gz: afc22c8c80dbcf9179610ee7269789e614b9d027393b01e7dbe9a8298274e1fc321734fd1e9318500b0b3fc5284209b0c74c55d6e3e9adc967b878d62c7ef121
|
data/CHANGELOG.md
CHANGED
|
@@ -304,8 +304,8 @@ module Google
|
|
|
304
304
|
|
|
305
305
|
# Required. The name of the file share. Must use 1-16 characters for the basic
|
|
306
306
|
# service tier and 1-63 characters for all other service tiers. Must use
|
|
307
|
-
# lowercase letters, numbers, or underscores [a-z0-9_]
|
|
308
|
-
# Immutable.
|
|
307
|
+
# lowercase letters, numbers, or underscores `[a-z0-9_]`. Must start with a
|
|
308
|
+
# letter. Immutable.
|
|
309
309
|
# Corresponds to the JSON property `name`
|
|
310
310
|
# @return [String]
|
|
311
311
|
attr_accessor :name
|
|
@@ -1548,9 +1548,9 @@ module Google
|
|
|
1548
1548
|
include Google::Apis::Core::Hashable
|
|
1549
1549
|
|
|
1550
1550
|
# Required. The snapshot resource ID, in the format 'my-snapshot', where the
|
|
1551
|
-
# specified ID is the `snapshot_id` of the fully qualified name like projects/`
|
|
1551
|
+
# specified ID is the `snapshot_id` of the fully qualified name like `projects/`
|
|
1552
1552
|
# project_id`/locations/`location_id`/instances/`instance_id`/snapshots/`
|
|
1553
|
-
# snapshot_id
|
|
1553
|
+
# snapshot_id``
|
|
1554
1554
|
# Corresponds to the JSON property `targetSnapshotId`
|
|
1555
1555
|
# @return [String]
|
|
1556
1556
|
attr_accessor :target_snapshot_id
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -547,8 +547,8 @@ module Google
|
|
|
547
547
|
|
|
548
548
|
# Revert an existing instance's file system to a specified snapshot.
|
|
549
549
|
# @param [String] name
|
|
550
|
-
# Required. projects/`project_id`/locations/`location_id`/instances/`
|
|
551
|
-
#
|
|
550
|
+
# Required. `projects/`project_id`/locations/`location_id`/instances/`
|
|
551
|
+
# instance_id``. The resource name of the instance, in the format
|
|
552
552
|
# @param [Google::Apis::FileV1beta1::RevertInstanceRequest] revert_instance_request_object
|
|
553
553
|
# @param [String] fields
|
|
554
554
|
# Selector specifying which fields to include in a partial response.
|
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.
|
|
4
|
+
version: 0.41.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: 2023-12-
|
|
11
|
+
date: 2023-12-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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.41.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: []
|