google-apis-file_v1beta1 0.49.0 → 0.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 28a8bbd7608897723e417eea9192ecae95c590efab12abb7a3b01ed1f519528e
|
4
|
+
data.tar.gz: 92b0658b630857bb6716bc928e630b3691174d9e1d85c6ea8cc4c4c6ce2f408b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2469f4e086a727534bcdb23b58e21825491b56a7ae54f347fb467b3a42636cf589e17f5a10c8c43271890d84beafd3f91ec10e1c976ff266b29a8d960250ad9a
|
7
|
+
data.tar.gz: c2dc0eeeae5d9fa2eea75d685d8aade3f4da38d7c8f259b4f4e6897377f2b962cdabf20e853bee0c76eaed2ada420eac2c47be2303aa4e7666164c5209cf32b0
|
data/CHANGELOG.md
CHANGED
@@ -47,6 +47,12 @@ module Google
|
|
47
47
|
# @return [Fixnum]
|
48
48
|
attr_accessor :download_bytes
|
49
49
|
|
50
|
+
# Output only. The file system protocol of the source Filestore instance that
|
51
|
+
# this backup is created from.
|
52
|
+
# Corresponds to the JSON property `fileSystemProtocol`
|
53
|
+
# @return [String]
|
54
|
+
attr_accessor :file_system_protocol
|
55
|
+
|
50
56
|
# Immutable. KMS key name used for data encryption.
|
51
57
|
# Corresponds to the JSON property `kmsKeyName`
|
52
58
|
# @return [String]
|
@@ -122,6 +128,7 @@ module Google
|
|
122
128
|
@create_time = args[:create_time] if args.key?(:create_time)
|
123
129
|
@description = args[:description] if args.key?(:description)
|
124
130
|
@download_bytes = args[:download_bytes] if args.key?(:download_bytes)
|
131
|
+
@file_system_protocol = args[:file_system_protocol] if args.key?(:file_system_protocol)
|
125
132
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
126
133
|
@labels = args[:labels] if args.key?(:labels)
|
127
134
|
@name = args[:name] if args.key?(:name)
|
@@ -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.50.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240704"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -317,6 +317,7 @@ module Google
|
|
317
317
|
property :create_time, as: 'createTime'
|
318
318
|
property :description, as: 'description'
|
319
319
|
property :download_bytes, :numeric_string => true, as: 'downloadBytes'
|
320
|
+
property :file_system_protocol, as: 'fileSystemProtocol'
|
320
321
|
property :kms_key_name, as: 'kmsKeyName'
|
321
322
|
hash :labels, as: 'labels'
|
322
323
|
property :name, as: 'name'
|
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.50.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: 2024-
|
11
|
+
date: 2024-07-25 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.50.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: []
|