google-apis-file_v1beta1 0.39.0 → 0.40.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: e475bff2055586e17cbff5c87d306f2d7b40bb33127c68cc16d80e6dc8a2ea7a
|
|
4
|
+
data.tar.gz: b422d5b72da6242e2c05e506445ac1959dbfa348ccb1e0e1d410c2a70adbcd28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0f07f089e5f2b5589f4fb5c2be401ee5d3963180ae5df553ddcf9becb12c456f66dd0b35c4b96de355ac30877c37c3381bc5da4df59aec33623db90692d6996
|
|
7
|
+
data.tar.gz: 83c3ee2b1466c41393839c5963ce27ee3ac8251e4c22ad1dff318396c3bb2ea18281def7c84c7e4d19030aa60167f74040b689b0b0d909df7795beb49f5d1290
|
data/CHANGELOG.md
CHANGED
|
@@ -63,6 +63,12 @@ module Google
|
|
|
63
63
|
# @return [String]
|
|
64
64
|
attr_accessor :name
|
|
65
65
|
|
|
66
|
+
# Output only. Reserved for future use.
|
|
67
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
68
|
+
# @return [Boolean]
|
|
69
|
+
attr_accessor :satisfies_pzi
|
|
70
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
71
|
+
|
|
66
72
|
# Output only. Reserved for future use.
|
|
67
73
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
68
74
|
# @return [Boolean]
|
|
@@ -112,6 +118,7 @@ module Google
|
|
|
112
118
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
113
119
|
@labels = args[:labels] if args.key?(:labels)
|
|
114
120
|
@name = args[:name] if args.key?(:name)
|
|
121
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
115
122
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
116
123
|
@source_file_share = args[:source_file_share] if args.key?(:source_file_share)
|
|
117
124
|
@source_instance = args[:source_instance] if args.key?(:source_instance)
|
|
@@ -852,6 +859,12 @@ module Google
|
|
|
852
859
|
# @return [String]
|
|
853
860
|
attr_accessor :protocol
|
|
854
861
|
|
|
862
|
+
# Output only. Reserved for future use.
|
|
863
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
864
|
+
# @return [Boolean]
|
|
865
|
+
attr_accessor :satisfies_pzi
|
|
866
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
867
|
+
|
|
855
868
|
# Output only. Reserved for future use.
|
|
856
869
|
# Corresponds to the JSON property `satisfiesPzs`
|
|
857
870
|
# @return [Boolean]
|
|
@@ -900,6 +913,7 @@ module Google
|
|
|
900
913
|
@name = args[:name] if args.key?(:name)
|
|
901
914
|
@networks = args[:networks] if args.key?(:networks)
|
|
902
915
|
@protocol = args[:protocol] if args.key?(:protocol)
|
|
916
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
903
917
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
904
918
|
@state = args[:state] if args.key?(:state)
|
|
905
919
|
@status_message = args[:status_message] if args.key?(:status_message)
|
|
@@ -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.40.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 = "20231110"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -278,6 +278,7 @@ module Google
|
|
|
278
278
|
property :kms_key_name, as: 'kmsKeyName'
|
|
279
279
|
hash :labels, as: 'labels'
|
|
280
280
|
property :name, as: 'name'
|
|
281
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
281
282
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
282
283
|
property :source_file_share, as: 'sourceFileShare'
|
|
283
284
|
property :source_instance, as: 'sourceInstance'
|
|
@@ -470,6 +471,7 @@ module Google
|
|
|
470
471
|
collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
|
|
471
472
|
|
|
472
473
|
property :protocol, as: 'protocol'
|
|
474
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
473
475
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
474
476
|
property :state, as: 'state'
|
|
475
477
|
property :status_message, as: 'statusMessage'
|
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.40.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-
|
|
11
|
+
date: 2023-12-03 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.40.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: []
|