Skip to content

Commit c069cfe

Browse files
feat: Automated regeneration of file v1beta1 client (#13205)
Auto-created at 2023-01-08 09:50:06 +0000 using the toys pull request generator.
1 parent fa8b038 commit c069cfe

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174665,6 +174665,7 @@
174665174665
"/file:v1beta1/Instance/name": name
174666174666
"/file:v1beta1/Instance/networks": networks
174667174667
"/file:v1beta1/Instance/networks/network": network
174668+
"/file:v1beta1/Instance/protocol": protocol
174668174669
"/file:v1beta1/Instance/satisfiesPzs": satisfies_pzs
174669174670
"/file:v1beta1/Instance/state": state
174670174671
"/file:v1beta1/Instance/statusMessage": status_message

generated/google-apis-file_v1beta1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-file_v1beta1
22

3+
### v0.30.0 (2023-01-08)
4+
5+
* Regenerated from discovery document revision 20230103
6+
* Regenerated using generator version 0.11.1
7+
38
### v0.29.0 (2022-12-14)
49

510
* Regenerated from discovery document revision 20221207

generated/google-apis-file_v1beta1/lib/google/apis/file_v1beta1/classes.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,13 @@ class Instance
800800
# @return [Array<Google::Apis::FileV1beta1::NetworkConfig>]
801801
attr_accessor :networks
802802

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+
803810
# Output only. Reserved for future use.
804811
# Corresponds to the JSON property `satisfiesPzs`
805812
# @return [Boolean]
@@ -846,6 +853,7 @@ def update!(**args)
846853
@multi_share_enabled = args[:multi_share_enabled] if args.key?(:multi_share_enabled)
847854
@name = args[:name] if args.key?(:name)
848855
@networks = args[:networks] if args.key?(:networks)
856+
@protocol = args[:protocol] if args.key?(:protocol)
849857
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
850858
@state = args[:state] if args.key?(:state)
851859
@status_message = args[:status_message] if args.key?(:status_message)

generated/google-apis-file_v1beta1/lib/google/apis/file_v1beta1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FileV1beta1
1818
# Version of the google-apis-file_v1beta1 gem
19-
GEM_VERSION = "0.29.0"
19+
GEM_VERSION = "0.30.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.11.0"
22+
GENERATOR_VERSION = "0.11.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20221207"
25+
REVISION = "20230103"
2626
end
2727
end
2828
end

generated/google-apis-file_v1beta1/lib/google/apis/file_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
447447
property :name, as: 'name'
448448
collection :networks, as: 'networks', class: Google::Apis::FileV1beta1::NetworkConfig, decorator: Google::Apis::FileV1beta1::NetworkConfig::Representation
449449

450+
property :protocol, as: 'protocol'
450451
property :satisfies_pzs, as: 'satisfiesPzs'
451452
property :state, as: 'state'
452453
property :status_message, as: 'statusMessage'

0 commit comments

Comments
 (0)