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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bdbd6632b0890bbd8b101ca84aa57fa7b708082e24f4a97c486076b9af9be29
4
- data.tar.gz: 2411bec75750283a0031f1a92ba6ac12b6f37511ec24e3e9e468a367adad8b0b
3
+ metadata.gz: b4ab182cda6f16e04fe440c0ca82f758b2b3324700d472673ebd269555d22016
4
+ data.tar.gz: 8207baef765345ac469a35832ec90cf77d98e09b813be682f63abc5c11cf550a
5
5
  SHA512:
6
- metadata.gz: 68c3bc36698ddc106e8a93497b905597a8675a49a8701e7996b43c1c229aa08e0520c9da1e912c0581ebcf91473f172abd0949ea96bc259a4b56160392bdfb8b
7
- data.tar.gz: f05afad04ac62223c220466dc07d3d27f177698f37c2bb6d2e6d4037dc00c388ab6ced8e3e7504fc8db88d8deacdeff8858f39e038bcd0d20182c26f37a4513f
6
+ metadata.gz: c3b539dc4adff447dd142e9d3d1b39b5c01b42bade17b64cd7561cbcb90f1e7ded950658428d4bfa3102299d54cc41c5ccb8a0bad8f17b5321eb692511813e1d
7
+ data.tar.gz: 1f4db0fabf0c10ed6496203182a110f27fc8d3803e311a144ec0869ed727045b9f20cba9e03847caf003af584f3e9cc0636a5612a45e7822d79fa06a50179730
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.12.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240528
6
+
3
7
  ### v0.11.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -327,11 +327,11 @@ module Google
327
327
  end
328
328
  end
329
329
 
330
- # Configuration options for a custom domain.
330
+ # Configuration options for private workstation clusters.
331
331
  class DomainConfig
332
332
  include Google::Apis::Core::Hashable
333
333
 
334
- # Immutable. Domain used by Workstations for HTTP ingress.
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**: Because [
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
- # Configuration options for private workstation clusters.
1325
+ #
1326
1326
  class PrivateClusterConfig
1327
1327
  include Google::Apis::Core::Hashable
1328
1328
 
1329
- # Optional. Additional projects that are allowed to attach to the workstation
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
- # Output only. Hostname for the workstation cluster. This field will be
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
- # Immutable. Whether Workstations endpoint is private.
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
- # Output only. Service attachment URI for the workstation cluster. The service
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 a custom domain.
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 options for private workstation clusters.
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.11.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 = "20240424"
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.11.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-05-19 00:00:00.000000000 Z
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.11.0
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: []