google-apis-workstations_v1 0.20.0 → 0.22.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: f3e4983d70330351ecbe7d02798eb51a339753ca656c7e1a6a6e559387c3924b
4
- data.tar.gz: 20829d4576af4c79cf4fd0e16907879478f07a2a62ae3f0ae7ed2a6344e992ec
3
+ metadata.gz: bf786505844b90d359a13ee63eb0b38ec9ae441bf94d4b168caf51ce713d5af4
4
+ data.tar.gz: '0977854863228245647c4c9be49ece7a126faaf55508298905c08ae3524c8f25'
5
5
  SHA512:
6
- metadata.gz: c7b0b8cd7cadfdc1784d544d1e529146f2db3ce2f81e5448e557f985a22ce5386b1b7afce188885b7614ba2976b57d769e70671f2ad89da893e768c7292a08af
7
- data.tar.gz: ed9c062cefee58b63508fd241efb9df2da48107b591684a1dec87cea377ab328ad0accd76c1fb0b15bc11a40bbd2043bbc2979f0981e992fe07f90c5007db327
6
+ metadata.gz: 334327c003207676fbf0687a5dfde9fe8c16e6be320110db74e6108a1ea11d0c85512ff7ce5e89b86ca721aac9b01e132ad40c9a705c4ebefb27cab6ef655315
7
+ data.tar.gz: abec4c956a976d19c0da366075ba392a507e0aeab1d1ad8fb7c69c4a6b535fe89a8ba97c7eeec1cb2778208d3f04404a424d8e9f0838a7d8f2d6748a15eb4962
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.22.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250311
6
+
7
+ ### v0.21.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250219
10
+
3
11
  ### v0.20.0 (2025-01-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20250101
@@ -733,8 +733,11 @@ module Google
733
733
 
734
734
  # Optional. Name of the disk image to use as the source for the disk. Must be
735
735
  # 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.
738
741
  # Corresponds to the JSON property `sourceImage`
739
742
  # @return [String]
740
743
  attr_accessor :source_image
@@ -742,7 +745,10 @@ module Google
742
745
  # Optional. Name of the snapshot to use as the source for the disk. Must be
743
746
  # empty if source_image is set. Must be empty if read_only is false. Updating
744
747
  # 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.
746
752
  # Corresponds to the JSON property `sourceSnapshot`
747
753
  # @return [String]
748
754
  attr_accessor :source_snapshot
@@ -798,7 +804,8 @@ module Google
798
804
  attr_accessor :size_gb
799
805
 
800
806
  # Optional. Name of the snapshot to use as the source for the disk. If set,
801
- # size_gb and fs_type must be empty.
807
+ # size_gb and fs_type must be empty. Must be formatted as ext4 file system with
808
+ # no partitions.
802
809
  # Corresponds to the JSON property `sourceSnapshot`
803
810
  # @return [String]
804
811
  attr_accessor :source_snapshot
@@ -1510,7 +1517,7 @@ module Google
1510
1517
  alias_method :enable_private_endpoint?, :enable_private_endpoint
1511
1518
 
1512
1519
  # Output only. Service attachment URI for the workstation cluster. The service
1513
- # attachemnt is created when private endpoint is enabled. To access workstations
1520
+ # attachment is created when private endpoint is enabled. To access workstations
1514
1521
  # in the workstation cluster, configure access to the managed service using [
1515
1522
  # Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
1516
1523
  # service-connect-services).
@@ -1929,8 +1936,8 @@ module Google
1929
1936
  attr_accessor :create_time
1930
1937
 
1931
1938
  # Output only. Whether this workstation cluster is in degraded mode, in which
1932
- # case it may require user action to restore full functionality. Details can be
1933
- # found in conditions.
1939
+ # case it may require user action to restore full functionality. The conditions
1940
+ # field contains detailed information about the status of the cluster.
1934
1941
  # Corresponds to the JSON property `degraded`
1935
1942
  # @return [Boolean]
1936
1943
  attr_accessor :degraded
@@ -1995,8 +2002,9 @@ module Google
1995
2002
  # @return [String]
1996
2003
  attr_accessor :subnetwork
1997
2004
 
1998
- # Optional. Tag keys/values directly bound to this resource. For example: "123/
1999
- # environment": "production", "123/costCenter": "marketing"
2005
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
2006
+ # resource. For example: "123/environment": "production", "123/costCenter": "
2007
+ # marketing"
2000
2008
  # Corresponds to the JSON property `tags`
2001
2009
  # @return [Hash<String,String>]
2002
2010
  attr_accessor :tags
@@ -2061,7 +2069,8 @@ module Google
2061
2069
  # @return [Hash<String,String>]
2062
2070
  attr_accessor :annotations
2063
2071
 
2064
- # Output only. Status conditions describing the current resource state.
2072
+ # Output only. Status conditions describing the workstation configuration's
2073
+ # current state.
2065
2074
  # Corresponds to the JSON property `conditions`
2066
2075
  # @return [Array<Google::Apis::WorkstationsV1::Status>]
2067
2076
  attr_accessor :conditions
@@ -2076,8 +2085,10 @@ module Google
2076
2085
  # @return [String]
2077
2086
  attr_accessor :create_time
2078
2087
 
2079
- # Output only. Whether this resource is degraded, in which case it may require
2080
- # user action to restore full functionality. See also the conditions field.
2088
+ # Output only. Whether this workstation configuration is in degraded mode, in
2089
+ # which case it may require user action to restore full functionality. The
2090
+ # conditions field contains detailed information about the status of the
2091
+ # configuration.
2081
2092
  # Corresponds to the JSON property `degraded`
2082
2093
  # @return [Boolean]
2083
2094
  attr_accessor :degraded
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkstationsV1
18
18
  # Version of the google-apis-workstations_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250101"
25
+ REVISION = "20250311"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.20.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.22.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Workstations API V1
79
79
  test_files: []