google-apis-file_v1beta1 0.13.0 → 0.14.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: 695cae4e5972dc360a9db757f3b17017acbaee731cf462d96b8bf0b5cf22c34d
4
- data.tar.gz: 6d489a42c36bbff5443195f739f034387f7a37ba4520969c5b4965c2f0b89859
3
+ metadata.gz: eda0fc8f0657ce0ea5592b67900de8e51de8a6d45cffb9a38e509ff4eaefeaa4
4
+ data.tar.gz: bb56aa97b7bd41470f21ed34cd13ad539bef9e0b4447e03ea58fd66f13a023db
5
5
  SHA512:
6
- metadata.gz: 842d5d60150c9af56f166dca9b3fe9498557d146484eda11376209c3d854ad2e522a1f3dff7e7c040d6b10ea7f04a1d75a68b0c812644364e9e9007f45adbec4
7
- data.tar.gz: 2545c82819a434d8a5e27f10081260b61dcae77254d71afff2279071a6859cf197f81b57fd0ef7fc620848d28c08f917de3cec477c98cd9ee8bf6224d6b02426
6
+ metadata.gz: 2016a41e606dde06bf420fe48c82520d4817bf5f4036b3e97cd0ffc5aae031e9259dc05354f839b3fce5a9e73a737bc3573f684490af06b7d5fe78a14e798016
7
+ data.tar.gz: 949c095adf349b6f29d6765fbaf77490c8db7db86f0b34e97aa5a925e86264c26dca1ed335b25df721c2123a74717a8516f4c3803dd0181fbe62a187768ef447
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-08-28)
4
+
5
+ * Regenerated from discovery document revision 20210810
6
+
3
7
  ### v0.13.0 (2021-08-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20210804
@@ -775,6 +775,11 @@ module Google
775
775
  # @return [Array<Google::Apis::FileV1beta1::FileShareConfig>]
776
776
  attr_accessor :file_shares
777
777
 
778
+ # KMS key name used for data encryption.
779
+ # Corresponds to the JSON property `kmsKeyName`
780
+ # @return [String]
781
+ attr_accessor :kms_key_name
782
+
778
783
  # Resource labels to represent user provided metadata.
779
784
  # Corresponds to the JSON property `labels`
780
785
  # @return [Hash<String,String>]
@@ -808,6 +813,12 @@ module Google
808
813
  # @return [String]
809
814
  attr_accessor :status_message
810
815
 
816
+ # Output only. field indicates all the reasons the instance is in "SUSPENDED"
817
+ # state.
818
+ # Corresponds to the JSON property `suspensionReasons`
819
+ # @return [Array<String>]
820
+ attr_accessor :suspension_reasons
821
+
811
822
  # The service tier of the instance.
812
823
  # Corresponds to the JSON property `tier`
813
824
  # @return [String]
@@ -823,12 +834,14 @@ module Google
823
834
  @description = args[:description] if args.key?(:description)
824
835
  @etag = args[:etag] if args.key?(:etag)
825
836
  @file_shares = args[:file_shares] if args.key?(:file_shares)
837
+ @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
826
838
  @labels = args[:labels] if args.key?(:labels)
827
839
  @name = args[:name] if args.key?(:name)
828
840
  @networks = args[:networks] if args.key?(:networks)
829
841
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
830
842
  @state = args[:state] if args.key?(:state)
831
843
  @status_message = args[:status_message] if args.key?(:status_message)
844
+ @suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
832
845
  @tier = args[:tier] if args.key?(:tier)
833
846
  end
834
847
  end
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210804"
25
+ REVISION = "20210810"
26
26
  end
27
27
  end
28
28
  end
@@ -422,6 +422,7 @@ module Google
422
422
  property :etag, as: 'etag'
423
423
  collection :file_shares, as: 'fileShares', class: Google::Apis::FileV1beta1::FileShareConfig, decorator: Google::Apis::FileV1beta1::FileShareConfig::Representation
424
424
 
425
+ property :kms_key_name, as: 'kmsKeyName'
425
426
  hash :labels, as: 'labels'
426
427
  property :name, as: 'name'
427
428
  collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
@@ -429,6 +430,7 @@ module Google
429
430
  property :satisfies_pzs, as: 'satisfiesPzs'
430
431
  property :state, as: 'state'
431
432
  property :status_message, as: 'statusMessage'
433
+ collection :suspension_reasons, as: 'suspensionReasons'
432
434
  property :tier, as: 'tier'
433
435
  end
434
436
  end
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.13.0
4
+ version: 0.14.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: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-08-30 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/master/generated/google-apis-file_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-file_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []