Skip to content

Commit 1ed0498

Browse files
feat: Automated regeneration of workstations v1 client (googleapis#21856)
Auto-created at 2025-02-26 21:10:07 +0000 using the toys pull request generator.
1 parent 78cf896 commit 1ed0498

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

generated/google-apis-workstations_v1/CHANGELOG.md

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

3+
### v0.21.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250219
6+
37
### v0.20.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250101

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -733,16 +733,22 @@ class GcePersistentDisk
733733

734734
# Optional. Name of the disk image to use as the source for the disk. Must be
735735
# empty if source_snapshot is set. Updating source_image will update content in
736-
# the ephemeral directory after the workstation is restarted. This field is
737-
# mutable.
736+
# the ephemeral directory after the workstation is restarted. Only file systems
737+
# supported by Container-Optimized OS (COS) are explicitly supported. For a list
738+
# of supported file systems, please refer to the [COS documentation](https://
739+
# cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems).
740+
# This field is mutable.
738741
# Corresponds to the JSON property `sourceImage`
739742
# @return [String]
740743
attr_accessor :source_image
741744

742745
# Optional. Name of the snapshot to use as the source for the disk. Must be
743746
# empty if source_image is set. Must be empty if read_only is false. Updating
744747
# source_snapshot will update content in the ephemeral directory after the
745-
# workstation is restarted. This field is mutable.
748+
# workstation is restarted. Only file systems supported by Container-Optimized
749+
# OS (COS) are explicitly supported. For a list of supported file systems,
750+
# please refer to the [COS documentation](https://cloud.google.com/container-
751+
# optimized-os/docs/concepts/supported-filesystems). This field is mutable.
746752
# Corresponds to the JSON property `sourceSnapshot`
747753
# @return [String]
748754
attr_accessor :source_snapshot
@@ -1510,7 +1516,7 @@ class PrivateClusterConfig
15101516
alias_method :enable_private_endpoint?, :enable_private_endpoint
15111517

15121518
# Output only. Service attachment URI for the workstation cluster. The service
1513-
# attachemnt is created when private endpoint is enabled. To access workstations
1519+
# attachment is created when private endpoint is enabled. To access workstations
15141520
# in the workstation cluster, configure access to the managed service using [
15151521
# Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
15161522
# service-connect-services).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module WorkstationsV1
1818
# Version of the google-apis-workstations_v1 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

0 commit comments

Comments
 (0)