google-apis-workstations_v1 0.32.0 → 0.33.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: 48a3db25d98e3c6a04f5cfd3f6a91e9832b30db9539cf1b94edb3cf4212f7a86
4
- data.tar.gz: 8b526c1197fb90e3c252e46560bd5b3cce5685610b501ab0d5d0f5072d9208dd
3
+ metadata.gz: 632effd5966443108cf70c8954d534db16f8e5b097456d40385c5ab5a8291517
4
+ data.tar.gz: 3dcbf7cc7923726045b61b782a611a6d48078493befb33b2905e9637abee5719
5
5
  SHA512:
6
- metadata.gz: fc38f6c2f0abf589407a2a8a1c6c34b499879ba04cd9543a0ef67343353d7640c782c4c7a61fe08a4035222b8ac5866774eb33ffa7a33e28d61e1e9ea21a167b
7
- data.tar.gz: 1c2780fa0603ac23a02888cb7bed1ba865a9ed06869eaaecfd57e9e2132396bf13a4f4eb4df7fda5a110294ee9678583262d855e495a9a2b5a66eee935635d7b
6
+ metadata.gz: f44be910b98959d947e908081ecbaa8f1f06c467981455f3c981b77a53d931b8093c7da9567ab20dd4e07b61f6cfa662612fe65ea18b58daca62a462cfcdc956
7
+ data.tar.gz: 7b45d32856bb5937e652fc0ff3a1935964426541ed4de02e587f152db1f20a305e580e6bd4a16bfd8610aabfa31f3e5f7ad6cf508324abe819dc223805f8a5a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.33.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260401
6
+
3
7
  ### v0.32.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260126
@@ -1762,7 +1762,7 @@ module Google
1762
1762
  # @return [String]
1763
1763
  attr_accessor :etag
1764
1764
 
1765
- # Optional. If set, validate the request and preview the review, but do not
1765
+ # Optional. If set, validate the request and preview the result, but do not
1766
1766
  # actually apply it.
1767
1767
  # Corresponds to the JSON property `validateOnly`
1768
1768
  # @return [Boolean]
@@ -1830,7 +1830,7 @@ module Google
1830
1830
  # @return [String]
1831
1831
  attr_accessor :etag
1832
1832
 
1833
- # Optional. If set, validate the request and preview the review, but do not
1833
+ # Optional. If set, validate the request and preview the result, but do not
1834
1834
  # actually apply it.
1835
1835
  # Corresponds to the JSON property `validateOnly`
1836
1836
  # @return [Boolean]
@@ -2135,6 +2135,27 @@ module Google
2135
2135
  # @return [String]
2136
2136
  attr_accessor :update_time
2137
2137
 
2138
+ # Optional. Specifies the redirect URL for unauthorized requests received by
2139
+ # workstation VMs in this cluster. Redirects to this endpoint will send a base64
2140
+ # encoded `state` query param containing the target workstation name and
2141
+ # original request hostname. The endpoint is responsible for retrieving a token
2142
+ # using `GenerateAccessToken` and redirecting back to the original hostname with
2143
+ # the token.
2144
+ # Corresponds to the JSON property `workstationAuthorizationUrl`
2145
+ # @return [String]
2146
+ attr_accessor :workstation_authorization_url
2147
+
2148
+ # Optional. Specifies the launch URL for workstations in this cluster. Requests
2149
+ # sent to unstarted workstations will be redirected to this URL. Requests
2150
+ # redirected to the launch endpoint will be sent with a `workstation` and `
2151
+ # project` query parameter containing the full workstation resource name and
2152
+ # project ID, respectively. The launch endpoint is responsible for starting the
2153
+ # workstation, polling it until it reaches `STATE_RUNNING`, and then issuing a
2154
+ # redirect to the workstation's host URL.
2155
+ # Corresponds to the JSON property `workstationLaunchUrl`
2156
+ # @return [String]
2157
+ attr_accessor :workstation_launch_url
2158
+
2138
2159
  def initialize(**args)
2139
2160
  update!(**args)
2140
2161
  end
@@ -2160,6 +2181,8 @@ module Google
2160
2181
  @tags = args[:tags] if args.key?(:tags)
2161
2182
  @uid = args[:uid] if args.key?(:uid)
2162
2183
  @update_time = args[:update_time] if args.key?(:update_time)
2184
+ @workstation_authorization_url = args[:workstation_authorization_url] if args.key?(:workstation_authorization_url)
2185
+ @workstation_launch_url = args[:workstation_launch_url] if args.key?(:workstation_launch_url)
2163
2186
  end
2164
2187
  end
2165
2188
 
@@ -2344,10 +2367,11 @@ module Google
2344
2367
  attr_accessor :replica_zones
2345
2368
 
2346
2369
  # Optional. Number of seconds that a workstation can run until it is
2347
- # automatically shut down. We recommend that workstations be shut down daily to
2348
- # reduce costs and so that security updates can be applied upon restart. The
2349
- # idle_timeout and running_timeout fields are independent of each other. Note
2350
- # that the running_timeout field shuts down VMs after the specified time,
2370
+ # automatically shut down. This field applies to workstations in both
2371
+ # STATE_RUNNING and STATE_SUSPENDED. We recommend that workstations be shut down
2372
+ # daily to reduce costs and so that security updates can be applied upon restart.
2373
+ # The idle_timeout and running_timeout fields are independent of each other.
2374
+ # Note that the running_timeout field shuts down VMs after the specified time,
2351
2375
  # regardless of whether or not the VMs are idle. Provide duration terminated by `
2352
2376
  # s` for seconds—for example, `"54000s"` (15 hours). Defaults to `"43200s"` (12
2353
2377
  # hours). A value of `"0s"` indicates that workstations using this configuration
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260126"
25
+ REVISION = "20260401"
26
26
  end
27
27
  end
28
28
  end
@@ -792,6 +792,8 @@ module Google
792
792
  hash :tags, as: 'tags'
793
793
  property :uid, as: 'uid'
794
794
  property :update_time, as: 'updateTime'
795
+ property :workstation_authorization_url, as: 'workstationAuthorizationUrl'
796
+ property :workstation_launch_url, as: 'workstationLaunchUrl'
795
797
  end
796
798
  end
797
799
 
@@ -82,10 +82,15 @@ module Google
82
82
  end
83
83
 
84
84
  # Lists information about the supported locations for this service. This method
85
- # can be called in two ways: * **List all public locations:** Use the path `GET /
86
- # v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
87
- # projects/`project_id`/locations`. This may include public locations as well as
88
- # private or other locations specifically visible to the project.
85
+ # lists locations based on the resource scope provided in the [
86
+ # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
87
+ # the method lists the public locations available to all projects. * **Project-
88
+ # specific locations**: If `name` follows the format `projects/`project``, the
89
+ # method lists locations visible to that specific project. This includes public,
90
+ # private, or other project-specific locations enabled for the project. For gRPC
91
+ # and client library implementations, the resource name is passed as the `name`
92
+ # field. For direct service calls, the resource name is incorporated into the
93
+ # request path based on the specific service implementation and version.
89
94
  # @param [String] name
90
95
  # The resource that owns the locations collection, if applicable.
91
96
  # @param [Array<String>, String] extra_location_types
@@ -290,7 +295,7 @@ module Google
290
295
  # Required. Parent resource name.
291
296
  # @param [Google::Apis::WorkstationsV1::WorkstationCluster] workstation_cluster_object
292
297
  # @param [Boolean] validate_only
293
- # Optional. If set, validate the request and preview the review, but do not
298
+ # Optional. If set, validate the request and preview the result, but do not
294
299
  # actually apply it.
295
300
  # @param [String] workstation_cluster_id
296
301
  # Required. ID to use for the workstation cluster.
@@ -336,7 +341,7 @@ module Google
336
341
  # workstation cluster are also deleted. Otherwise, the request only works if the
337
342
  # workstation cluster has no configurations or workstations.
338
343
  # @param [Boolean] validate_only
339
- # Optional. If set, validate the request and preview the review, but do not
344
+ # Optional. If set, validate the request and preview the result, but do not
340
345
  # apply it.
341
346
  # @param [String] fields
342
347
  # Selector specifying which fields to include in a partial response.
@@ -449,7 +454,7 @@ module Google
449
454
  # Required. Mask that specifies which fields in the workstation cluster should
450
455
  # be updated.
451
456
  # @param [Boolean] validate_only
452
- # Optional. If set, validate the request and preview the review, but do not
457
+ # Optional. If set, validate the request and preview the result, but do not
453
458
  # actually apply it.
454
459
  # @param [String] fields
455
460
  # Selector specifying which fields to include in a partial response.
@@ -488,7 +493,7 @@ module Google
488
493
  # Required. Parent resource name.
489
494
  # @param [Google::Apis::WorkstationsV1::WorkstationConfig] workstation_config_object
490
495
  # @param [Boolean] validate_only
491
- # Optional. If set, validate the request and preview the review, but do not
496
+ # Optional. If set, validate the request and preview the result, but do not
492
497
  # actually apply it.
493
498
  # @param [String] workstation_config_id
494
499
  # Required. ID to use for the workstation configuration.
@@ -534,7 +539,7 @@ module Google
534
539
  # deleted. Otherwise, the request works only if the workstation configuration
535
540
  # has no workstations.
536
541
  # @param [Boolean] validate_only
537
- # Optional. If set, validate the request and preview the review, but do not
542
+ # Optional. If set, validate the request and preview the result, but do not
538
543
  # actually apply it.
539
544
  # @param [String] fields
540
545
  # Selector specifying which fields to include in a partial response.
@@ -730,7 +735,7 @@ module Google
730
735
  # Required. Mask specifying which fields in the workstation configuration should
731
736
  # be updated.
732
737
  # @param [Boolean] validate_only
733
- # Optional. If set, validate the request and preview the review, but do not
738
+ # Optional. If set, validate the request and preview the result, but do not
734
739
  # actually apply it.
735
740
  # @param [String] fields
736
741
  # Selector specifying which fields to include in a partial response.
@@ -845,7 +850,7 @@ module Google
845
850
  # Required. Parent resource name.
846
851
  # @param [Google::Apis::WorkstationsV1::Workstation] workstation_object
847
852
  # @param [Boolean] validate_only
848
- # Optional. If set, validate the request and preview the review, but do not
853
+ # Optional. If set, validate the request and preview the result, but do not
849
854
  # actually apply it.
850
855
  # @param [String] workstation_id
851
856
  # Required. ID to use for the workstation.
@@ -887,7 +892,7 @@ module Google
887
892
  # Optional. If set, the request will be rejected if the latest version of the
888
893
  # workstation on the server does not have this ETag.
889
894
  # @param [Boolean] validate_only
890
- # Optional. If set, validate the request and preview the review, but do not
895
+ # Optional. If set, validate the request and preview the result, but do not
891
896
  # actually apply it.
892
897
  # @param [String] fields
893
898
  # Selector specifying which fields to include in a partial response.
@@ -1111,14 +1116,12 @@ module Google
1111
1116
  # Identifier. Full name of this workstation.
1112
1117
  # @param [Google::Apis::WorkstationsV1::Workstation] workstation_object
1113
1118
  # @param [Boolean] allow_missing
1114
- # Optional. If set and the workstation configuration is not found, a new
1115
- # workstation configuration is created. In this situation, update_mask is
1116
- # ignored.
1119
+ # Optional. If set and the workstation is not found, a new workstation is
1120
+ # created. In this situation, update_mask is ignored.
1117
1121
  # @param [String] update_mask
1118
- # Required. Mask specifying which fields in the workstation configuration should
1119
- # be updated.
1122
+ # Required. Mask specifying which fields in the workstation should be updated.
1120
1123
  # @param [Boolean] validate_only
1121
- # Optional. If set, validate the request and preview the review, but do not
1124
+ # Optional. If set, validate the request and preview the result, but do not
1122
1125
  # actually apply it.
1123
1126
  # @param [String] fields
1124
1127
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.33.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: