google-apis-file_v1beta1 0.29.0 → 0.30.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: 1cf2d01c11fa4b38672d7062e5e8678ceaaf8df60b30858afc2c0f66abf9153d
4
- data.tar.gz: d4c57941cb425cac8b58d9fea053ca862fe84aac5b47ba4ee298f435a55cfce3
3
+ metadata.gz: 25e65ae3c63ea373c8a9262ddd5ad28fe41c1409bc93ae122544b89a466c4953
4
+ data.tar.gz: 3b3c4136963f3a6d90893cb672c7e9fb0b647c06968a0b24c0e27bc8f23f53f6
5
5
  SHA512:
6
- metadata.gz: d01005b5b2cf82c455534e7868563e779901b4a1ad65a50aeb8433defff423b982e72236107bff93a3c4cd665b5a14fb978918883045d67ebf69270b48e1ce8c
7
- data.tar.gz: 06a5f04736bef97d387e177cbcc9b3b0a0196d658a1a63f175f59ec3dec7442835f843c4f90e1677e9af1a5c802f0f2b3eef908d947bdd458ad0a8dfe8091875
6
+ metadata.gz: 2c29c7bb49e3e838e1cbbe3092084b0f2642b4c89cad9cbd1d0b31ad3ab3c98ac431e2f7af2dc78e913effc0e751eb01a91ce03e1be817b063b8e6aa47f6de5a
7
+ data.tar.gz: 5c5c81677193f11e433d528654b66906890f5b99eb3e176e1852a67292b6d533364c9581f92ab8863be49e7d3df90ad40c4420747f75e0d8cb0f593fb87bc8d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-file_v1beta1
2
2
 
3
+ ### v0.30.0 (2023-01-08)
4
+
5
+ * Regenerated from discovery document revision 20230103
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.29.0 (2022-12-14)
4
9
 
5
10
  * Regenerated from discovery document revision 20221207
@@ -800,6 +800,13 @@ module Google
800
800
  # @return [Array<Google::Apis::FileV1beta1::NetworkConfig>]
801
801
  attr_accessor :networks
802
802
 
803
+ # Immutable. The protocol indicates the access protocol for all shares in the
804
+ # instance. This field is immutable and it cannot be changed after the instance
805
+ # has been created. Default value: `NFS_V3`.
806
+ # Corresponds to the JSON property `protocol`
807
+ # @return [String]
808
+ attr_accessor :protocol
809
+
803
810
  # Output only. Reserved for future use.
804
811
  # Corresponds to the JSON property `satisfiesPzs`
805
812
  # @return [Boolean]
@@ -846,6 +853,7 @@ module Google
846
853
  @multi_share_enabled = args[:multi_share_enabled] if args.key?(:multi_share_enabled)
847
854
  @name = args[:name] if args.key?(:name)
848
855
  @networks = args[:networks] if args.key?(:networks)
856
+ @protocol = args[:protocol] if args.key?(:protocol)
849
857
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
850
858
  @state = args[:state] if args.key?(:state)
851
859
  @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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221207"
25
+ REVISION = "20230103"
26
26
  end
27
27
  end
28
28
  end
@@ -447,6 +447,7 @@ module Google
447
447
  property :name, as: 'name'
448
448
  collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
449
449
 
450
+ property :protocol, as: 'protocol'
450
451
  property :satisfies_pzs, as: 'satisfiesPzs'
451
452
  property :state, as: 'state'
452
453
  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.29.0
4
+ version: 0.30.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-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-08 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.30.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Filestore API V1beta1