google-apis-workstations_v1 0.21.0 → 0.23.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: 2e92c4412f67b0c1772aab39498ca118ca6f3696778acb0cdca0f5d2cf240f67
4
- data.tar.gz: d4a61d623d5e69e2222443e2436c46fed869320a2ce19b94e54ac192fca1dd5b
3
+ metadata.gz: d85cedd0d226a5a2479481485de142ae96811d7bf865e0f6065ef8f4bfb223f2
4
+ data.tar.gz: 4e3b2922484d435f98b2e58610a4c8fd9ecc09cafad1c2aa500c0d84a7ac1138
5
5
  SHA512:
6
- metadata.gz: 3858ca7de4d85a9a3d440de3edf27f7da2b94ad12cd035f9356a22c2328b549937b533f70db660b4044b1fe70544130e8fadcde1cd19a398b82cc1000feda71c
7
- data.tar.gz: c58315f8da9b82e25b07c382704bc9acb2c8c660cf778906ab946491f9b1483a6968ba53a1525caf6232d11ee24e60518fc0078516ef158b87ebee6062bdad27
6
+ metadata.gz: 4181f041113cae97407964915fa4938e1a1fce8bb01118c11b2ea50d52eeb67264ef0470b32a1d83eed441d415c264a27b5144706a8004d0bc642a1f266ffeca
7
+ data.tar.gz: 2b174ee3f0c1a6437357fafc56a6aab8946eca514086f195e1ff5bdcb1bb1f4513bdec88abe730f5ee30bb816b00a45c26701c9854455243af4407fa386ab09e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.23.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250326
6
+
7
+ ### v0.22.0 (2025-03-23)
8
+
9
+ * Regenerated from discovery document revision 20250311
10
+
3
11
  ### v0.21.0 (2025-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20250219
@@ -746,9 +746,10 @@ module Google
746
746
  # empty if source_image is set. Must be empty if read_only is false. Updating
747
747
  # source_snapshot will update content in the ephemeral directory after the
748
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.
749
+ # OS (COS) are explicitly supported. For a list of supported file systems, see [
750
+ # the filesystems available in Container-Optimized OS](https://cloud.google.com/
751
+ # container-optimized-os/docs/concepts/supported-filesystems). This field is
752
+ # mutable.
752
753
  # Corresponds to the JSON property `sourceSnapshot`
753
754
  # @return [String]
754
755
  attr_accessor :source_snapshot
@@ -804,7 +805,8 @@ module Google
804
805
  attr_accessor :size_gb
805
806
 
806
807
  # Optional. Name of the snapshot to use as the source for the disk. If set,
807
- # size_gb and fs_type must be empty.
808
+ # size_gb and fs_type must be empty. Must be formatted as ext4 file system with
809
+ # no partitions.
808
810
  # Corresponds to the JSON property `sourceSnapshot`
809
811
  # @return [String]
810
812
  attr_accessor :source_snapshot
@@ -1935,8 +1937,8 @@ module Google
1935
1937
  attr_accessor :create_time
1936
1938
 
1937
1939
  # Output only. Whether this workstation cluster is in degraded mode, in which
1938
- # case it may require user action to restore full functionality. Details can be
1939
- # found in conditions.
1940
+ # case it may require user action to restore full functionality. The conditions
1941
+ # field contains detailed information about the status of the cluster.
1940
1942
  # Corresponds to the JSON property `degraded`
1941
1943
  # @return [Boolean]
1942
1944
  attr_accessor :degraded
@@ -2001,8 +2003,9 @@ module Google
2001
2003
  # @return [String]
2002
2004
  attr_accessor :subnetwork
2003
2005
 
2004
- # Optional. Tag keys/values directly bound to this resource. For example: "123/
2005
- # environment": "production", "123/costCenter": "marketing"
2006
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
2007
+ # resource. For example: "123/environment": "production", "123/costCenter": "
2008
+ # marketing"
2006
2009
  # Corresponds to the JSON property `tags`
2007
2010
  # @return [Hash<String,String>]
2008
2011
  attr_accessor :tags
@@ -2067,7 +2070,8 @@ module Google
2067
2070
  # @return [Hash<String,String>]
2068
2071
  attr_accessor :annotations
2069
2072
 
2070
- # Output only. Status conditions describing the current resource state.
2073
+ # Output only. Status conditions describing the workstation configuration's
2074
+ # current state.
2071
2075
  # Corresponds to the JSON property `conditions`
2072
2076
  # @return [Array<Google::Apis::WorkstationsV1::Status>]
2073
2077
  attr_accessor :conditions
@@ -2082,8 +2086,10 @@ module Google
2082
2086
  # @return [String]
2083
2087
  attr_accessor :create_time
2084
2088
 
2085
- # Output only. Whether this resource is degraded, in which case it may require
2086
- # user action to restore full functionality. See also the conditions field.
2089
+ # Output only. Whether this workstation configuration is in degraded mode, in
2090
+ # which case it may require user action to restore full functionality. The
2091
+ # conditions field contains detailed information about the status of the
2092
+ # configuration.
2087
2093
  # Corresponds to the JSON property `degraded`
2088
2094
  # @return [Boolean]
2089
2095
  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.21.0"
19
+ GEM_VERSION = "0.23.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 = "20250219"
25
+ REVISION = "20250326"
26
26
  end
27
27
  end
28
28
  end
@@ -84,6 +84,9 @@ module Google
84
84
  # Lists information about the supported locations for this service.
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
+ # @param [Array<String>, String] extra_location_types
88
+ # Optional. A list of extra location types that should be used as conditions for
89
+ # controlling the visibility of the locations.
87
90
  # @param [String] filter
88
91
  # A filter to narrow down results to a preferred subset. The filtering language
89
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -111,11 +114,12 @@ module Google
111
114
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
112
115
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
113
116
  # @raise [Google::Apis::AuthorizationError] Authorization is required
114
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
117
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
115
118
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
116
119
  command.response_representation = Google::Apis::WorkstationsV1::ListLocationsResponse::Representation
117
120
  command.response_class = Google::Apis::WorkstationsV1::ListLocationsResponse
118
121
  command.params['name'] = name unless name.nil?
122
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
119
123
  command.query['filter'] = filter unless filter.nil?
120
124
  command.query['pageSize'] = page_size unless page_size.nil?
121
125
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -384,6 +388,9 @@ module Google
384
388
  # Returns all workstation clusters in the specified location.
385
389
  # @param [String] parent
386
390
  # Required. Parent resource name.
391
+ # @param [String] filter
392
+ # Optional. Filter the WorkstationClusters to be listed. Possible filters are
393
+ # described in https://google.aip.dev/160.
387
394
  # @param [Fixnum] page_size
388
395
  # Optional. Maximum number of items to return.
389
396
  # @param [String] page_token
@@ -405,11 +412,12 @@ module Google
405
412
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
406
413
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
407
414
  # @raise [Google::Apis::AuthorizationError] Authorization is required
408
- def list_project_location_workstation_clusters(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
415
+ def list_project_location_workstation_clusters(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
409
416
  command = make_simple_command(:get, 'v1/{+parent}/workstationClusters', options)
410
417
  command.response_representation = Google::Apis::WorkstationsV1::ListWorkstationClustersResponse::Representation
411
418
  command.response_class = Google::Apis::WorkstationsV1::ListWorkstationClustersResponse
412
419
  command.params['parent'] = parent unless parent.nil?
420
+ command.query['filter'] = filter unless filter.nil?
413
421
  command.query['pageSize'] = page_size unless page_size.nil?
414
422
  command.query['pageToken'] = page_token unless page_token.nil?
415
423
  command.query['fields'] = fields unless fields.nil?
@@ -623,6 +631,9 @@ module Google
623
631
  # Returns all workstation configurations in the specified cluster.
624
632
  # @param [String] parent
625
633
  # Required. Parent resource name.
634
+ # @param [String] filter
635
+ # Optional. Filter the WorkstationConfigs to be listed. Possible filters are
636
+ # described in https://google.aip.dev/160.
626
637
  # @param [Fixnum] page_size
627
638
  # Optional. Maximum number of items to return.
628
639
  # @param [String] page_token
@@ -644,11 +655,12 @@ module Google
644
655
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
645
656
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
646
657
  # @raise [Google::Apis::AuthorizationError] Authorization is required
647
- def list_project_location_workstation_cluster_workstation_configs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
658
+ def list_project_location_workstation_cluster_workstation_configs(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
648
659
  command = make_simple_command(:get, 'v1/{+parent}/workstationConfigs', options)
649
660
  command.response_representation = Google::Apis::WorkstationsV1::ListWorkstationConfigsResponse::Representation
650
661
  command.response_class = Google::Apis::WorkstationsV1::ListWorkstationConfigsResponse
651
662
  command.params['parent'] = parent unless parent.nil?
663
+ command.query['filter'] = filter unless filter.nil?
652
664
  command.query['pageSize'] = page_size unless page_size.nil?
653
665
  command.query['pageToken'] = page_token unless page_token.nil?
654
666
  command.query['fields'] = fields unless fields.nil?
@@ -1007,6 +1019,9 @@ module Google
1007
1019
  # Returns all Workstations using the specified workstation configuration.
1008
1020
  # @param [String] parent
1009
1021
  # Required. Parent resource name.
1022
+ # @param [String] filter
1023
+ # Optional. Filter the Workstations to be listed. Possible filters are described
1024
+ # in https://google.aip.dev/160.
1010
1025
  # @param [Fixnum] page_size
1011
1026
  # Optional. Maximum number of items to return.
1012
1027
  # @param [String] page_token
@@ -1028,11 +1043,12 @@ module Google
1028
1043
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1029
1044
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1030
1045
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1031
- def list_project_location_workstation_cluster_workstation_config_workstations(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1046
+ def list_project_location_workstation_cluster_workstation_config_workstations(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1032
1047
  command = make_simple_command(:get, 'v1/{+parent}/workstations', options)
1033
1048
  command.response_representation = Google::Apis::WorkstationsV1::ListWorkstationsResponse::Representation
1034
1049
  command.response_class = Google::Apis::WorkstationsV1::ListWorkstationsResponse
1035
1050
  command.params['parent'] = parent unless parent.nil?
1051
+ command.query['filter'] = filter unless filter.nil?
1036
1052
  command.query['pageSize'] = page_size unless page_size.nil?
1037
1053
  command.query['pageToken'] = page_token unless page_token.nil?
1038
1054
  command.query['fields'] = fields unless fields.nil?
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.21.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-04-20 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.21.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.23.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: