google-apis-workstations_v1 0.11.0 → 0.12.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/workstations_v1/classes.rb +10 -20
- data/lib/google/apis/workstations_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4ab182cda6f16e04fe440c0ca82f758b2b3324700d472673ebd269555d22016
|
|
4
|
+
data.tar.gz: 8207baef765345ac469a35832ec90cf77d98e09b813be682f63abc5c11cf550a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3b539dc4adff447dd142e9d3d1b39b5c01b42bade17b64cd7561cbcb90f1e7ded950658428d4bfa3102299d54cc41c5ccb8a0bad8f17b5321eb692511813e1d
|
|
7
|
+
data.tar.gz: 1f4db0fabf0c10ed6496203182a110f27fc8d3803e311a144ec0869ed727045b9f20cba9e03847caf003af584f3e9cc0636a5612a45e7822d79fa06a50179730
|
data/CHANGELOG.md
CHANGED
|
@@ -327,11 +327,11 @@ module Google
|
|
|
327
327
|
end
|
|
328
328
|
end
|
|
329
329
|
|
|
330
|
-
# Configuration options for
|
|
330
|
+
# Configuration options for private workstation clusters.
|
|
331
331
|
class DomainConfig
|
|
332
332
|
include Google::Apis::Core::Hashable
|
|
333
333
|
|
|
334
|
-
# Immutable.
|
|
334
|
+
# Immutable. Whether Workstations endpoint is private.
|
|
335
335
|
# Corresponds to the JSON property `domain`
|
|
336
336
|
# @return [String]
|
|
337
337
|
attr_accessor :domain
|
|
@@ -502,7 +502,7 @@ module Google
|
|
|
502
502
|
# are input/output bound. * **Machine Type**: nested virtualization can only be
|
|
503
503
|
# enabled on workstation configurations that specify a machine_type in the N1 or
|
|
504
504
|
# N2 machine series. * **GPUs**: nested virtualization may not be enabled on
|
|
505
|
-
# workstation configurations with accelerators. * **Operating System**:
|
|
505
|
+
# workstation configurations with accelerators. * **Operating System**: because [
|
|
506
506
|
# Container-Optimized OS](https://cloud.google.com/compute/docs/images/os-
|
|
507
507
|
# details#container-optimized_os_cos) does not support nested virtualization,
|
|
508
508
|
# when nested virtualization is enabled, the underlying Compute Engine VM
|
|
@@ -1322,37 +1322,27 @@ module Google
|
|
|
1322
1322
|
end
|
|
1323
1323
|
end
|
|
1324
1324
|
|
|
1325
|
-
#
|
|
1325
|
+
#
|
|
1326
1326
|
class PrivateClusterConfig
|
|
1327
1327
|
include Google::Apis::Core::Hashable
|
|
1328
1328
|
|
|
1329
|
-
#
|
|
1330
|
-
# cluster's service attachment. By default, the workstation cluster's project
|
|
1331
|
-
# and the VPC host project (if different) are allowed.
|
|
1329
|
+
#
|
|
1332
1330
|
# Corresponds to the JSON property `allowedProjects`
|
|
1333
1331
|
# @return [Array<String>]
|
|
1334
1332
|
attr_accessor :allowed_projects
|
|
1335
1333
|
|
|
1336
|
-
#
|
|
1337
|
-
# populated only when private endpoint is enabled. To access workstations in the
|
|
1338
|
-
# workstation cluster, create a new DNS zone mapping this domain name to an
|
|
1339
|
-
# internal IP address and a forwarding rule mapping that address to the service
|
|
1340
|
-
# attachment.
|
|
1334
|
+
#
|
|
1341
1335
|
# Corresponds to the JSON property `clusterHostname`
|
|
1342
1336
|
# @return [String]
|
|
1343
1337
|
attr_accessor :cluster_hostname
|
|
1344
1338
|
|
|
1345
|
-
#
|
|
1339
|
+
#
|
|
1346
1340
|
# Corresponds to the JSON property `enablePrivateEndpoint`
|
|
1347
1341
|
# @return [Boolean]
|
|
1348
1342
|
attr_accessor :enable_private_endpoint
|
|
1349
1343
|
alias_method :enable_private_endpoint?, :enable_private_endpoint
|
|
1350
1344
|
|
|
1351
|
-
#
|
|
1352
|
-
# attachemnt is created when private endpoint is enabled. To access workstations
|
|
1353
|
-
# in the workstation cluster, configure access to the managed service using [
|
|
1354
|
-
# Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
|
|
1355
|
-
# service-connect-services).
|
|
1345
|
+
#
|
|
1356
1346
|
# Corresponds to the JSON property `serviceAttachmentUri`
|
|
1357
1347
|
# @return [String]
|
|
1358
1348
|
attr_accessor :service_attachment_uri
|
|
@@ -1746,7 +1736,7 @@ module Google
|
|
|
1746
1736
|
# @return [String]
|
|
1747
1737
|
attr_accessor :display_name
|
|
1748
1738
|
|
|
1749
|
-
# Configuration options for
|
|
1739
|
+
# Configuration options for private workstation clusters.
|
|
1750
1740
|
# Corresponds to the JSON property `domainConfig`
|
|
1751
1741
|
# @return [Google::Apis::WorkstationsV1::DomainConfig]
|
|
1752
1742
|
attr_accessor :domain_config
|
|
@@ -1776,7 +1766,7 @@ module Google
|
|
|
1776
1766
|
# @return [String]
|
|
1777
1767
|
attr_accessor :network
|
|
1778
1768
|
|
|
1779
|
-
# Configuration
|
|
1769
|
+
# Optional. Configuration for private workstation cluster.
|
|
1780
1770
|
# Corresponds to the JSON property `privateClusterConfig`
|
|
1781
1771
|
# @return [Google::Apis::WorkstationsV1::PrivateClusterConfig]
|
|
1782
1772
|
attr_accessor :private_cluster_config
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.12.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240528"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-workstations_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.12.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|