google-apis-workstations_v1beta 0.31.0 → 0.32.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: be0363d3d36fe3457a0947209e65df7a77f93f32d5a43660906a8367b19b8022
4
- data.tar.gz: ff612f56ff616c7e2922ac219a50384fd052a72ba14ca6c3fb1ad9a871f2ade2
3
+ metadata.gz: 1d6c37570243da427d46ff921a29684e28a4cd18bc7558c1fee15d508c16c94c
4
+ data.tar.gz: d52ad7bc2787dc4a0a21fed4dfc98109185814caab889e19f9e5004f91af4020
5
5
  SHA512:
6
- metadata.gz: 8de891f635c5643ea4e9eb19b330226fad4cf6dabc6e8f61e246605a94380c2c0b7b9c915d89253eee0fe626c4cd7993428a9b939eb3f5cd455859cc8e28e08e
7
- data.tar.gz: fc1752608218c8efb1aaa5dd476faad9e1efc10ae0d3f0b47eed29ad9d4fa450c73edf009460d89246327e669a9ad6ec7b32ed4c25608fd64513066b93bd0f6d
6
+ metadata.gz: 24f75a707fce8893a6884aa0e58ead1123b4c2d4c9c755247441d647d2a932785deb32ddeec0c057b671480e49c97da4c65ebeb1760637e51ab704fd807d55f1
7
+ data.tar.gz: 840e06319e06795f1195cf0f07a41c1f1fa6b38df3cea2f723ab97f5915f4c820f3d25c43eb1381ddfd67537f3ff27ca16b2deb78a8dda8c11949833f99524f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.32.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240716
6
+
3
7
  ### v0.31.0 (2024-06-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240619
@@ -237,29 +237,23 @@ module Google
237
237
  attr_accessor :boot_disk_size_gb
238
238
 
239
239
  # Optional. Whether to enable nested virtualization on boosted Cloud
240
- # Workstations VMs running using this boost configuration. Nested virtualization
241
- # lets you run virtual machine (VM) instances inside your workstation. Before
242
- # enabling nested virtualization, consider the following important
243
- # considerations. Cloud Workstations instances are subject to the [same
244
- # restrictions as Compute Engine instances](https://cloud.google.com/compute/
245
- # docs/instances/nested-virtualization/overview#restrictions): * **Organization
246
- # policy**: projects, folders, or organizations may be restricted from creating
247
- # nested VMs if the **Disable VM nested virtualization** constraint is enforced
248
- # in the organization policy. For more information, see the Compute Engine
249
- # section, [Checking whether nested virtualization is allowed](https://cloud.
250
- # google.com/compute/docs/instances/nested-virtualization/managing-constraint#
251
- # checking_whether_nested_virtualization_is_allowed). * **Performance**: nested
252
- # VMs might experience a 10% or greater decrease in performance for workloads
253
- # that are CPU-bound and possibly greater than a 10% decrease for workloads that
254
- # are input/output bound. * **Machine Type**: nested virtualization can only be
255
- # enabled on boost configurations that specify a machine_type in the N1 or N2
256
- # machine series. * **GPUs**: nested virtualization may not be enabled on boost
257
- # configurations with accelerators. * **Operating System**: Because [Container-
258
- # Optimized OS](https://cloud.google.com/compute/docs/images/os-details#
259
- # container-optimized_os_cos) does not support nested virtualization, when
260
- # nested virtualization is enabled, the underlying Compute Engine VM instances
261
- # boot from an [Ubuntu LTS](https://cloud.google.com/compute/docs/images/os-
262
- # details#ubuntu_lts) image. Defaults to false.
240
+ # Workstations VMs running using this boost configuration. Defaults to false.
241
+ # Nested virtualization lets you run virtual machine (VM) instances inside your
242
+ # workstation. Before enabling nested virtualization, consider the following
243
+ # important considerations. Cloud Workstations instances are subject to the [
244
+ # same restrictions as Compute Engine instances](https://cloud.google.com/
245
+ # compute/docs/instances/nested-virtualization/overview#restrictions): * **
246
+ # Organization policy**: projects, folders, or organizations may be restricted
247
+ # from creating nested VMs if the **Disable VM nested virtualization**
248
+ # constraint is enforced in the organization policy. For more information, see
249
+ # the Compute Engine section, [Checking whether nested virtualization is allowed]
250
+ # (https://cloud.google.com/compute/docs/instances/nested-virtualization/
251
+ # managing-constraint#checking_whether_nested_virtualization_is_allowed). * **
252
+ # Performance**: nested VMs might experience a 10% or greater decrease in
253
+ # performance for workloads that are CPU-bound and possibly greater than a 10%
254
+ # decrease for workloads that are input/output bound. * **Machine Type**: nested
255
+ # virtualization can only be enabled on boost configurations that specify a
256
+ # machine_type in the N1 or N2 machine series.
263
257
  # Corresponds to the JSON property `enableNestedVirtualization`
264
258
  # @return [Boolean]
265
259
  attr_accessor :enable_nested_virtualization
@@ -407,11 +401,11 @@ module Google
407
401
  end
408
402
  end
409
403
 
410
- # Configuration options for private workstation clusters.
404
+ # Configuration options for a custom domain.
411
405
  class DomainConfig
412
406
  include Google::Apis::Core::Hashable
413
407
 
414
- # Immutable. Whether Workstations endpoint is private.
408
+ # Immutable. Domain used by Workstations for HTTP ingress.
415
409
  # Corresponds to the JSON property `domain`
416
410
  # @return [String]
417
411
  attr_accessor :domain
@@ -571,29 +565,23 @@ module Google
571
565
  alias_method :disable_ssh?, :disable_ssh
572
566
 
573
567
  # Optional. Whether to enable nested virtualization on Cloud Workstations VMs
574
- # created using this workstation configuration. Nested virtualization lets you
575
- # run virtual machine (VM) instances inside your workstation. Before enabling
576
- # nested virtualization, consider the following important considerations. Cloud
577
- # Workstations instances are subject to the [same restrictions as Compute Engine
578
- # instances](https://cloud.google.com/compute/docs/instances/nested-
579
- # virtualization/overview#restrictions): * **Organization policy**: projects,
580
- # folders, or organizations may be restricted from creating nested VMs if the **
581
- # Disable VM nested virtualization** constraint is enforced in the organization
582
- # policy. For more information, see the Compute Engine section, [Checking
583
- # whether nested virtualization is allowed](https://cloud.google.com/compute/
584
- # docs/instances/nested-virtualization/managing-constraint#
585
- # checking_whether_nested_virtualization_is_allowed). * **Performance**: nested
586
- # VMs might experience a 10% or greater decrease in performance for workloads
587
- # that are CPU-bound and possibly greater than a 10% decrease for workloads that
588
- # are input/output bound. * **Machine Type**: nested virtualization can only be
589
- # enabled on workstation configurations that specify a machine_type in the N1 or
590
- # N2 machine series. * **GPUs**: nested virtualization may not be enabled on
591
- # workstation configurations with accelerators. * **Operating System**: because [
592
- # Container-Optimized OS](https://cloud.google.com/compute/docs/images/os-
593
- # details#container-optimized_os_cos) does not support nested virtualization,
594
- # when nested virtualization is enabled, the underlying Compute Engine VM
595
- # instances boot from an [Ubuntu LTS](https://cloud.google.com/compute/docs/
596
- # images/os-details#ubuntu_lts) image.
568
+ # created using this workstation configuration. Defaults to false. Nested
569
+ # virtualization lets you run virtual machine (VM) instances inside your
570
+ # workstation. Before enabling nested virtualization, consider the following
571
+ # important considerations. Cloud Workstations instances are subject to the [
572
+ # same restrictions as Compute Engine instances](https://cloud.google.com/
573
+ # compute/docs/instances/nested-virtualization/overview#restrictions): * **
574
+ # Organization policy**: projects, folders, or organizations may be restricted
575
+ # from creating nested VMs if the **Disable VM nested virtualization**
576
+ # constraint is enforced in the organization policy. For more information, see
577
+ # the Compute Engine section, [Checking whether nested virtualization is allowed]
578
+ # (https://cloud.google.com/compute/docs/instances/nested-virtualization/
579
+ # managing-constraint#checking_whether_nested_virtualization_is_allowed). * **
580
+ # Performance**: nested VMs might experience a 10% or greater decrease in
581
+ # performance for workloads that are CPU-bound and possibly greater than a 10%
582
+ # decrease for workloads that are input/output bound. * **Machine Type**: nested
583
+ # virtualization can only be enabled on workstation configurations that specify
584
+ # a machine_type in the N1 or N2 machine series.
597
585
  # Corresponds to the JSON property `enableNestedVirtualization`
598
586
  # @return [Boolean]
599
587
  attr_accessor :enable_nested_virtualization
@@ -1382,7 +1370,7 @@ module Google
1382
1370
  end
1383
1371
  end
1384
1372
 
1385
- # A PortsConfig defines a range of ports. Both first and last are inclusive. To
1373
+ # A PortRange defines a range of ports. Both first and last are inclusive. To
1386
1374
  # specify a single port, both first and last should be the same.
1387
1375
  class PortRange
1388
1376
  include Google::Apis::Core::Hashable
@@ -1408,27 +1396,37 @@ module Google
1408
1396
  end
1409
1397
  end
1410
1398
 
1411
- #
1399
+ # Configuration options for private workstation clusters.
1412
1400
  class PrivateClusterConfig
1413
1401
  include Google::Apis::Core::Hashable
1414
1402
 
1415
- #
1403
+ # Optional. Additional projects that are allowed to attach to the workstation
1404
+ # cluster's service attachment. By default, the workstation cluster's project
1405
+ # and the VPC host project (if different) are allowed.
1416
1406
  # Corresponds to the JSON property `allowedProjects`
1417
1407
  # @return [Array<String>]
1418
1408
  attr_accessor :allowed_projects
1419
1409
 
1420
- #
1410
+ # Output only. Hostname for the workstation cluster. This field will be
1411
+ # populated only when private endpoint is enabled. To access workstations in the
1412
+ # workstation cluster, create a new DNS zone mapping this domain name to an
1413
+ # internal IP address and a forwarding rule mapping that address to the service
1414
+ # attachment.
1421
1415
  # Corresponds to the JSON property `clusterHostname`
1422
1416
  # @return [String]
1423
1417
  attr_accessor :cluster_hostname
1424
1418
 
1425
- #
1419
+ # Immutable. Whether Workstations endpoint is private.
1426
1420
  # Corresponds to the JSON property `enablePrivateEndpoint`
1427
1421
  # @return [Boolean]
1428
1422
  attr_accessor :enable_private_endpoint
1429
1423
  alias_method :enable_private_endpoint?, :enable_private_endpoint
1430
1424
 
1431
- #
1425
+ # Output only. Service attachment URI for the workstation cluster. The service
1426
+ # attachemnt is created when private endpoint is enabled. To access workstations
1427
+ # in the workstation cluster, configure access to the managed service using [
1428
+ # Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
1429
+ # service-connect-services).
1432
1430
  # Corresponds to the JSON property `serviceAttachmentUri`
1433
1431
  # @return [String]
1434
1432
  attr_accessor :service_attachment_uri
@@ -1675,6 +1673,12 @@ module Google
1675
1673
  # @return [Hash<String,String>]
1676
1674
  attr_accessor :annotations
1677
1675
 
1676
+ # Output only. List of available boost configuration ids that this workstation
1677
+ # can be boosted up to
1678
+ # Corresponds to the JSON property `boostConfigs`
1679
+ # @return [Array<Google::Apis::WorkstationsV1beta::WorkstationBoostConfig>]
1680
+ attr_accessor :boost_configs
1681
+
1678
1682
  # Output only. Time when this workstation was created.
1679
1683
  # Corresponds to the JSON property `createTime`
1680
1684
  # @return [String]
@@ -1737,6 +1741,18 @@ module Google
1737
1741
  attr_accessor :reconciling
1738
1742
  alias_method :reconciling?, :reconciling
1739
1743
 
1744
+ # Output only. Reserved for future use.
1745
+ # Corresponds to the JSON property `satisfiesPzi`
1746
+ # @return [Boolean]
1747
+ attr_accessor :satisfies_pzi
1748
+ alias_method :satisfies_pzi?, :satisfies_pzi
1749
+
1750
+ # Output only. Reserved for future use.
1751
+ # Corresponds to the JSON property `satisfiesPzs`
1752
+ # @return [Boolean]
1753
+ attr_accessor :satisfies_pzs
1754
+ alias_method :satisfies_pzs?, :satisfies_pzs
1755
+
1740
1756
  # Optional. The source workstation from which this workstations persistent
1741
1757
  # directories were cloned on creation.
1742
1758
  # Corresponds to the JSON property `sourceWorkstation`
@@ -1771,6 +1787,7 @@ module Google
1771
1787
  # Update properties of this object
1772
1788
  def update!(**args)
1773
1789
  @annotations = args[:annotations] if args.key?(:annotations)
1790
+ @boost_configs = args[:boost_configs] if args.key?(:boost_configs)
1774
1791
  @create_time = args[:create_time] if args.key?(:create_time)
1775
1792
  @delete_time = args[:delete_time] if args.key?(:delete_time)
1776
1793
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -1781,6 +1798,8 @@ module Google
1781
1798
  @labels = args[:labels] if args.key?(:labels)
1782
1799
  @name = args[:name] if args.key?(:name)
1783
1800
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1801
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1802
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1784
1803
  @source_workstation = args[:source_workstation] if args.key?(:source_workstation)
1785
1804
  @start_time = args[:start_time] if args.key?(:start_time)
1786
1805
  @state = args[:state] if args.key?(:state)
@@ -1789,6 +1808,26 @@ module Google
1789
1808
  end
1790
1809
  end
1791
1810
 
1811
+ # Boost config for this workstation. This object is populated from the parent
1812
+ # workstation config.
1813
+ class WorkstationBoostConfig
1814
+ include Google::Apis::Core::Hashable
1815
+
1816
+ # Output only. Boost config id.
1817
+ # Corresponds to the JSON property `id`
1818
+ # @return [String]
1819
+ attr_accessor :id
1820
+
1821
+ def initialize(**args)
1822
+ update!(**args)
1823
+ end
1824
+
1825
+ # Update properties of this object
1826
+ def update!(**args)
1827
+ @id = args[:id] if args.key?(:id)
1828
+ end
1829
+ end
1830
+
1792
1831
  # A workstation cluster resource in the Cloud Workstations API. Defines a group
1793
1832
  # of workstations in a particular region and the VPC network they're attached to.
1794
1833
  class WorkstationCluster
@@ -1836,7 +1875,7 @@ module Google
1836
1875
  # @return [String]
1837
1876
  attr_accessor :display_name
1838
1877
 
1839
- # Configuration options for private workstation clusters.
1878
+ # Configuration options for a custom domain.
1840
1879
  # Corresponds to the JSON property `domainConfig`
1841
1880
  # @return [Google::Apis::WorkstationsV1beta::DomainConfig]
1842
1881
  attr_accessor :domain_config
@@ -1866,7 +1905,7 @@ module Google
1866
1905
  # @return [String]
1867
1906
  attr_accessor :network
1868
1907
 
1869
- # Optional. Configuration for private workstation cluster.
1908
+ # Configuration options for private workstation clusters.
1870
1909
  # Corresponds to the JSON property `privateClusterConfig`
1871
1910
  # @return [Google::Apis::WorkstationsV1beta::PrivateClusterConfig]
1872
1911
  attr_accessor :private_cluster_config
@@ -1878,6 +1917,18 @@ module Google
1878
1917
  attr_accessor :reconciling
1879
1918
  alias_method :reconciling?, :reconciling
1880
1919
 
1920
+ # Output only. Reserved for future use.
1921
+ # Corresponds to the JSON property `satisfiesPzi`
1922
+ # @return [Boolean]
1923
+ attr_accessor :satisfies_pzi
1924
+ alias_method :satisfies_pzi?, :satisfies_pzi
1925
+
1926
+ # Output only. Reserved for future use.
1927
+ # Corresponds to the JSON property `satisfiesPzs`
1928
+ # @return [Boolean]
1929
+ attr_accessor :satisfies_pzs
1930
+ alias_method :satisfies_pzs?, :satisfies_pzs
1931
+
1881
1932
  # Immutable. Name of the Compute Engine subnetwork in which instances associated
1882
1933
  # with this workstation cluster will be created. Must be part of the subnetwork
1883
1934
  # specified for this workstation cluster.
@@ -1915,6 +1966,8 @@ module Google
1915
1966
  @network = args[:network] if args.key?(:network)
1916
1967
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
1917
1968
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1969
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1970
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1918
1971
  @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
1919
1972
  @uid = args[:uid] if args.key?(:uid)
1920
1973
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -1985,10 +2038,14 @@ module Google
1985
2038
  attr_accessor :display_name
1986
2039
 
1987
2040
  # Optional. Whether to enable Linux `auditd` logging on the workstation. When
1988
- # enabled, a service account must also be specified that has `logging.buckets.
1989
- # write` permission on the project. Operating system audit logging is distinct
1990
- # from [Cloud Audit Logs](https://cloud.google.com/workstations/docs/audit-
1991
- # logging).
2041
+ # enabled, a service_account must also be specified that has `roles/logging.
2042
+ # logWriter` and `roles/monitoring.metricWriter` on the project. Operating
2043
+ # system audit logging is distinct from [Cloud Audit Logs](https://cloud.google.
2044
+ # com/workstations/docs/audit-logging) and [Container output logging](http://
2045
+ # cloud/workstations/docs/container-output-logging#overview). Operating system
2046
+ # audit logs are available in the [Cloud Logging](https://cloud.google.com/
2047
+ # logging/docs) console by querying: resource.type="gce_instance" log_name:"/
2048
+ # logs/linux-auditd"
1992
2049
  # Corresponds to the JSON property `enableAuditAgent`
1993
2050
  # @return [Boolean]
1994
2051
  attr_accessor :enable_audit_agent
@@ -2093,6 +2150,18 @@ module Google
2093
2150
  # @return [String]
2094
2151
  attr_accessor :running_timeout
2095
2152
 
2153
+ # Output only. Reserved for future use.
2154
+ # Corresponds to the JSON property `satisfiesPzi`
2155
+ # @return [Boolean]
2156
+ attr_accessor :satisfies_pzi
2157
+ alias_method :satisfies_pzi?, :satisfies_pzi
2158
+
2159
+ # Output only. Reserved for future use.
2160
+ # Corresponds to the JSON property `satisfiesPzs`
2161
+ # @return [Boolean]
2162
+ attr_accessor :satisfies_pzs
2163
+ alias_method :satisfies_pzs?, :satisfies_pzs
2164
+
2096
2165
  # Output only. A system-assigned unique identifier for this workstation
2097
2166
  # configuration.
2098
2167
  # Corresponds to the JSON property `uid`
@@ -2134,6 +2203,8 @@ module Google
2134
2203
  @reconciling = args[:reconciling] if args.key?(:reconciling)
2135
2204
  @replica_zones = args[:replica_zones] if args.key?(:replica_zones)
2136
2205
  @running_timeout = args[:running_timeout] if args.key?(:running_timeout)
2206
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
2207
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
2137
2208
  @uid = args[:uid] if args.key?(:uid)
2138
2209
  @update_time = args[:update_time] if args.key?(:update_time)
2139
2210
  end
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.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 = "20240619"
25
+ REVISION = "20240716"
26
26
  end
27
27
  end
28
28
  end
@@ -268,6 +268,12 @@ module Google
268
268
  include Google::Apis::Core::JsonObjectSupport
269
269
  end
270
270
 
271
+ class WorkstationBoostConfig
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
271
277
  class WorkstationCluster
272
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
279
 
@@ -664,6 +670,8 @@ module Google
664
670
  # @private
665
671
  class Representation < Google::Apis::Core::JsonRepresentation
666
672
  hash :annotations, as: 'annotations'
673
+ collection :boost_configs, as: 'boostConfigs', class: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig, decorator: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig::Representation
674
+
667
675
  property :create_time, as: 'createTime'
668
676
  property :delete_time, as: 'deleteTime'
669
677
  property :display_name, as: 'displayName'
@@ -674,6 +682,8 @@ module Google
674
682
  hash :labels, as: 'labels'
675
683
  property :name, as: 'name'
676
684
  property :reconciling, as: 'reconciling'
685
+ property :satisfies_pzi, as: 'satisfiesPzi'
686
+ property :satisfies_pzs, as: 'satisfiesPzs'
677
687
  property :source_workstation, as: 'sourceWorkstation'
678
688
  property :start_time, as: 'startTime'
679
689
  property :state, as: 'state'
@@ -682,6 +692,13 @@ module Google
682
692
  end
683
693
  end
684
694
 
695
+ class WorkstationBoostConfig
696
+ # @private
697
+ class Representation < Google::Apis::Core::JsonRepresentation
698
+ property :id, as: 'id'
699
+ end
700
+ end
701
+
685
702
  class WorkstationCluster
686
703
  # @private
687
704
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -702,6 +719,8 @@ module Google
702
719
  property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::WorkstationsV1beta::PrivateClusterConfig, decorator: Google::Apis::WorkstationsV1beta::PrivateClusterConfig::Representation
703
720
 
704
721
  property :reconciling, as: 'reconciling'
722
+ property :satisfies_pzi, as: 'satisfiesPzi'
723
+ property :satisfies_pzs, as: 'satisfiesPzs'
705
724
  property :subnetwork, as: 'subnetwork'
706
725
  property :uid, as: 'uid'
707
726
  property :update_time, as: 'updateTime'
@@ -743,6 +762,8 @@ module Google
743
762
  property :reconciling, as: 'reconciling'
744
763
  collection :replica_zones, as: 'replicaZones'
745
764
  property :running_timeout, as: 'runningTimeout'
765
+ property :satisfies_pzi, as: 'satisfiesPzi'
766
+ property :satisfies_pzs, as: 'satisfiesPzs'
746
767
  property :uid, as: 'uid'
747
768
  property :update_time, as: 'updateTime'
748
769
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.32.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-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-25 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_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []