google-apis-workstations_v1beta 0.36.0 → 0.38.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aae63a2eba0bbdc958e0aff82b0cf9623177d1cc347d9357f4c81e2bf183f19
|
4
|
+
data.tar.gz: 01b991ccb11e3a068235eec3346be97034f827950112379055fafcdbbe3925ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7992b2d476a59ffa7e555f20ce885df00ac984faccb3ca253443b2e2b2e8e7e7d8d03c6ceddfff96f1c9ec40778c8fad9cebd108ca359c760d2b58bdf5967cb3
|
7
|
+
data.tar.gz: 5ec2089e40fb5cf953a28d8b17b5ce2b9625820ed55a3beaba468365516a8645d31ba08fe7de8d742673aa92442c8cfefddd7f7b584643b17a7b93e989acaec1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-workstations_v1beta
|
2
2
|
|
3
|
+
### v0.38.0 (2025-04-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250326
|
6
|
+
|
7
|
+
### v0.37.0 (2025-03-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250311
|
10
|
+
|
3
11
|
### v0.36.0 (2025-03-02)
|
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
|
-
#
|
751
|
-
# optimized-os/docs/concepts/supported-filesystems). This field is
|
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
|
@@ -1767,8 +1769,8 @@ module Google
|
|
1767
1769
|
attr_accessor :create_time
|
1768
1770
|
|
1769
1771
|
# Output only. Whether this workstation is in degraded mode, in which case it
|
1770
|
-
# may require user action to restore full functionality.
|
1771
|
-
#
|
1772
|
+
# may require user action to restore full functionality. The conditions field
|
1773
|
+
# contains detailed information about the status of the workstation.
|
1772
1774
|
# Corresponds to the JSON property `degraded`
|
1773
1775
|
# @return [Boolean]
|
1774
1776
|
attr_accessor :degraded
|
@@ -1956,8 +1958,8 @@ module Google
|
|
1956
1958
|
attr_accessor :create_time
|
1957
1959
|
|
1958
1960
|
# Output only. Whether this workstation cluster is in degraded mode, in which
|
1959
|
-
# case it may require user action to restore full functionality.
|
1960
|
-
#
|
1961
|
+
# case it may require user action to restore full functionality. The conditions
|
1962
|
+
# field contains detailed information about the status of the cluster.
|
1961
1963
|
# Corresponds to the JSON property `degraded`
|
1962
1964
|
# @return [Boolean]
|
1963
1965
|
attr_accessor :degraded
|
@@ -2034,8 +2036,9 @@ module Google
|
|
2034
2036
|
# @return [String]
|
2035
2037
|
attr_accessor :subnetwork
|
2036
2038
|
|
2037
|
-
# Optional. Tag keys/values directly bound to this
|
2038
|
-
# environment": "production", "123/costCenter": "
|
2039
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2040
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2041
|
+
# marketing"
|
2039
2042
|
# Corresponds to the JSON property `tags`
|
2040
2043
|
# @return [Hash<String,String>]
|
2041
2044
|
attr_accessor :tags
|
@@ -2102,7 +2105,8 @@ module Google
|
|
2102
2105
|
# @return [Hash<String,String>]
|
2103
2106
|
attr_accessor :annotations
|
2104
2107
|
|
2105
|
-
# Output only. Status conditions describing the
|
2108
|
+
# Output only. Status conditions describing the workstation configuration's
|
2109
|
+
# current state.
|
2106
2110
|
# Corresponds to the JSON property `conditions`
|
2107
2111
|
# @return [Array<Google::Apis::WorkstationsV1beta::Status>]
|
2108
2112
|
attr_accessor :conditions
|
@@ -2117,8 +2121,10 @@ module Google
|
|
2117
2121
|
# @return [String]
|
2118
2122
|
attr_accessor :create_time
|
2119
2123
|
|
2120
|
-
# Output only. Whether this
|
2121
|
-
# user action to restore full functionality.
|
2124
|
+
# Output only. Whether this workstation configuration is in degraded mode, in
|
2125
|
+
# which case it may require user action to restore full functionality. The
|
2126
|
+
# conditions field contains detailed information about the status of the
|
2127
|
+
# configuration.
|
2122
2128
|
# Corresponds to the JSON property `degraded`
|
2123
2129
|
# @return [Boolean]
|
2124
2130
|
attr_accessor :degraded
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkstationsV1beta
|
18
18
|
# Version of the google-apis-workstations_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.38.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 = "
|
25
|
+
REVISION = "20250326"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -311,6 +311,9 @@ module Google
|
|
311
311
|
# Returns all workstation clusters in the specified location.
|
312
312
|
# @param [String] parent
|
313
313
|
# Required. Parent resource name.
|
314
|
+
# @param [String] filter
|
315
|
+
# Optional. Filter the WorkstationClusters to be listed. Possible filters are
|
316
|
+
# described in https://google.aip.dev/160.
|
314
317
|
# @param [Fixnum] page_size
|
315
318
|
# Optional. Maximum number of items to return.
|
316
319
|
# @param [String] page_token
|
@@ -332,11 +335,12 @@ module Google
|
|
332
335
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
333
336
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
334
337
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
335
|
-
def list_project_location_workstation_clusters(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
338
|
+
def list_project_location_workstation_clusters(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
336
339
|
command = make_simple_command(:get, 'v1beta/{+parent}/workstationClusters', options)
|
337
340
|
command.response_representation = Google::Apis::WorkstationsV1beta::ListWorkstationClustersResponse::Representation
|
338
341
|
command.response_class = Google::Apis::WorkstationsV1beta::ListWorkstationClustersResponse
|
339
342
|
command.params['parent'] = parent unless parent.nil?
|
343
|
+
command.query['filter'] = filter unless filter.nil?
|
340
344
|
command.query['pageSize'] = page_size unless page_size.nil?
|
341
345
|
command.query['pageToken'] = page_token unless page_token.nil?
|
342
346
|
command.query['fields'] = fields unless fields.nil?
|
@@ -550,6 +554,9 @@ module Google
|
|
550
554
|
# Returns all workstation configurations in the specified cluster.
|
551
555
|
# @param [String] parent
|
552
556
|
# Required. Parent resource name.
|
557
|
+
# @param [String] filter
|
558
|
+
# Optional. Filter the WorkstationConfigs to be listed. Possible filters are
|
559
|
+
# described in https://google.aip.dev/160.
|
553
560
|
# @param [Fixnum] page_size
|
554
561
|
# Optional. Maximum number of items to return.
|
555
562
|
# @param [String] page_token
|
@@ -571,11 +578,12 @@ module Google
|
|
571
578
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
572
579
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
573
580
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
574
|
-
def list_project_location_workstation_cluster_workstation_configs(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
581
|
+
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)
|
575
582
|
command = make_simple_command(:get, 'v1beta/{+parent}/workstationConfigs', options)
|
576
583
|
command.response_representation = Google::Apis::WorkstationsV1beta::ListWorkstationConfigsResponse::Representation
|
577
584
|
command.response_class = Google::Apis::WorkstationsV1beta::ListWorkstationConfigsResponse
|
578
585
|
command.params['parent'] = parent unless parent.nil?
|
586
|
+
command.query['filter'] = filter unless filter.nil?
|
579
587
|
command.query['pageSize'] = page_size unless page_size.nil?
|
580
588
|
command.query['pageToken'] = page_token unless page_token.nil?
|
581
589
|
command.query['fields'] = fields unless fields.nil?
|
@@ -934,6 +942,9 @@ module Google
|
|
934
942
|
# Returns all Workstations using the specified workstation configuration.
|
935
943
|
# @param [String] parent
|
936
944
|
# Required. Parent resource name.
|
945
|
+
# @param [String] filter
|
946
|
+
# Optional. Filter the Workstations to be listed. Possible filters are described
|
947
|
+
# in https://google.aip.dev/160.
|
937
948
|
# @param [Fixnum] page_size
|
938
949
|
# Optional. Maximum number of items to return.
|
939
950
|
# @param [String] page_token
|
@@ -955,11 +966,12 @@ module Google
|
|
955
966
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
956
967
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
957
968
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
958
|
-
def list_project_location_workstation_cluster_workstation_config_workstations(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
969
|
+
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)
|
959
970
|
command = make_simple_command(:get, 'v1beta/{+parent}/workstations', options)
|
960
971
|
command.response_representation = Google::Apis::WorkstationsV1beta::ListWorkstationsResponse::Representation
|
961
972
|
command.response_class = Google::Apis::WorkstationsV1beta::ListWorkstationsResponse
|
962
973
|
command.params['parent'] = parent unless parent.nil?
|
974
|
+
command.query['filter'] = filter unless filter.nil?
|
963
975
|
command.query['pageSize'] = page_size unless page_size.nil?
|
964
976
|
command.query['pageToken'] = page_token unless page_token.nil?
|
965
977
|
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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.38.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-16 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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.38.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|