google-apis-workstations_v1beta 0.54.0 → 0.55.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: 164c32f8cc69dc36e1672fa1b73da32b24479246f11569a18589977185401a52
|
|
4
|
+
data.tar.gz: 041e80086c1df974b80dc9313f1847e498e7c646e4bdcc94acacdf7911091e99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b16e51e0729e6e7066c17c66b6adf5c57311306b8e555ff01985c07fd2b3465e85ea0af711f40fd11dd9ee557257cf0a2e481626f1c7e660a54a1b17d225b5b
|
|
7
|
+
data.tar.gz: 2743c99980fd2278fc7e8156debaad631309f2b0dbc4a80ff0061450db04b02399dd7cb8d88bdd9ee6222dc4ef4168a521efb07a1783f0994c93c4235110d7fc
|
data/CHANGELOG.md
CHANGED
|
@@ -2256,6 +2256,15 @@ module Google
|
|
|
2256
2256
|
# @return [Array<Google::Apis::WorkstationsV1beta::Status>]
|
|
2257
2257
|
attr_accessor :conditions
|
|
2258
2258
|
|
|
2259
|
+
# Optional. Specifies a custom base URL for the Google Cloud Console. This field
|
|
2260
|
+
# is intended to be user-configurable to support data residency for Cloud
|
|
2261
|
+
# Workstations users. This will be used generally for user journeys where users
|
|
2262
|
+
# need to go to the Cloud Console from Code OSS. When the Auth and Launch URLs
|
|
2263
|
+
# are unset, this will be used as the base URL for those endpoints if set.
|
|
2264
|
+
# Corresponds to the JSON property `consoleBaseUrl`
|
|
2265
|
+
# @return [String]
|
|
2266
|
+
attr_accessor :console_base_url
|
|
2267
|
+
|
|
2259
2268
|
# Output only. The private IP address of the control plane for this workstation
|
|
2260
2269
|
# cluster. Workstation VMs need access to this IP address to work with the
|
|
2261
2270
|
# service, so make sure that your firewall rules allow egress from the
|
|
@@ -2399,6 +2408,7 @@ module Google
|
|
|
2399
2408
|
def update!(**args)
|
|
2400
2409
|
@annotations = args[:annotations] if args.key?(:annotations)
|
|
2401
2410
|
@conditions = args[:conditions] if args.key?(:conditions)
|
|
2411
|
+
@console_base_url = args[:console_base_url] if args.key?(:console_base_url)
|
|
2402
2412
|
@control_plane_ip = args[:control_plane_ip] if args.key?(:control_plane_ip)
|
|
2403
2413
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
2404
2414
|
@degraded = args[:degraded] if args.key?(:degraded)
|
|
@@ -2563,12 +2573,14 @@ module Google
|
|
|
2563
2573
|
# @return [String]
|
|
2564
2574
|
attr_accessor :idle_action
|
|
2565
2575
|
|
|
2566
|
-
# Optional. Number of seconds to wait before automatically stopping
|
|
2567
|
-
# workstation after it last received user traffic.
|
|
2568
|
-
#
|
|
2569
|
-
#
|
|
2570
|
-
#
|
|
2571
|
-
#
|
|
2576
|
+
# Optional. Number of seconds to wait before automatically stopping or
|
|
2577
|
+
# suspending a workstation after it last received user traffic. See idle_action
|
|
2578
|
+
# to configure whether to stop or suspend idle workstations. A value of `"0s"`
|
|
2579
|
+
# indicates that Cloud Workstations VMs created with this configuration should
|
|
2580
|
+
# never time out due to idleness. Provide [duration](https://developers.google.
|
|
2581
|
+
# com/protocol-buffers/docs/reference/google.protobuf#duration) terminated by `s`
|
|
2582
|
+
# for seconds—for example, `"7200s"` (2 hours). The default is `"1200s"` (20
|
|
2583
|
+
# minutes).
|
|
2572
2584
|
# Corresponds to the JSON property `idleTimeout`
|
|
2573
2585
|
# @return [String]
|
|
2574
2586
|
attr_accessor :idle_timeout
|
|
@@ -2630,11 +2642,13 @@ module Google
|
|
|
2630
2642
|
# updates can be applied upon restart. The idle_timeout and running_timeout
|
|
2631
2643
|
# fields are independent of each other. Note that the running_timeout field
|
|
2632
2644
|
# stops workstations after the specified time, regardless of whether or not the
|
|
2633
|
-
# workstations are idle.
|
|
2634
|
-
#
|
|
2635
|
-
#
|
|
2636
|
-
#
|
|
2637
|
-
#
|
|
2645
|
+
# workstations are idle. Note: This timeout applies to workstations in the
|
|
2646
|
+
# following states: * STATE_RUNNING * STATE_SUSPENDED Suspending a workstation
|
|
2647
|
+
# does not reset this timeout. Provide duration terminated by `s` for seconds—
|
|
2648
|
+
# for example, `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value
|
|
2649
|
+
# of `"0s"` indicates that workstations using this configuration should never
|
|
2650
|
+
# time out. If encryption_key is set, it must be greater than `"0s"` and less
|
|
2651
|
+
# than `"86400s"` (24 hours). Warning: A value of `"0s"` indicates that Cloud
|
|
2638
2652
|
# Workstations VMs created with this configuration have no maximum running time.
|
|
2639
2653
|
# This is strongly discouraged because you incur costs and will not pick up
|
|
2640
2654
|
# security updates.
|
|
@@ -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.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260901"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -852,6 +852,7 @@ module Google
|
|
|
852
852
|
hash :annotations, as: 'annotations'
|
|
853
853
|
collection :conditions, as: 'conditions', class: Google::Apis::WorkstationsV1beta::Status, decorator: Google::Apis::WorkstationsV1beta::Status::Representation
|
|
854
854
|
|
|
855
|
+
property :console_base_url, as: 'consoleBaseUrl'
|
|
855
856
|
property :control_plane_ip, as: 'controlPlaneIp'
|
|
856
857
|
property :create_time, as: 'createTime'
|
|
857
858
|
property :degraded, as: 'degraded'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.55.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_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.55.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:
|