google-apis-workstations_v1beta 0.30.0 → 0.32.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d6c37570243da427d46ff921a29684e28a4cd18bc7558c1fee15d508c16c94c
|
4
|
+
data.tar.gz: d52ad7bc2787dc4a0a21fed4dfc98109185814caab889e19f9e5004f91af4020
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24f75a707fce8893a6884aa0e58ead1123b4c2d4c9c755247441d647d2a932785deb32ddeec0c057b671480e49c97da4c65ebeb1760637e51ab704fd807d55f1
|
7
|
+
data.tar.gz: 840e06319e06795f1195cf0f07a41c1f1fa6b38df3cea2f723ab97f5915f4c820f3d25c43eb1381ddfd67537f3ff27ca16b2deb78a8dda8c11949833f99524f2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.31.0 (2024-06-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240619
|
10
|
+
|
3
11
|
### v0.30.0 (2024-06-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240528
|
@@ -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.
|
241
|
-
# lets you run virtual machine (VM) instances inside your
|
242
|
-
# enabling nested virtualization, consider the following
|
243
|
-
# considerations. Cloud Workstations instances are subject to the [
|
244
|
-
# restrictions as Compute Engine instances](https://cloud.google.com/
|
245
|
-
# docs/instances/nested-virtualization/overview#restrictions): * **
|
246
|
-
# policy**: projects, folders, or organizations may be restricted
|
247
|
-
# nested VMs if the **Disable VM nested virtualization**
|
248
|
-
# in the organization policy. For more information, see
|
249
|
-
# section, [Checking whether nested virtualization is allowed]
|
250
|
-
# google.com/compute/docs/instances/nested-virtualization/
|
251
|
-
# checking_whether_nested_virtualization_is_allowed). * **
|
252
|
-
# VMs might experience a 10% or greater decrease in
|
253
|
-
# that are CPU-bound and possibly greater than a 10%
|
254
|
-
# are input/output bound. * **Machine Type**: nested
|
255
|
-
# enabled on boost configurations that specify a
|
256
|
-
#
|
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
|
404
|
+
# Configuration options for a custom domain.
|
411
405
|
class DomainConfig
|
412
406
|
include Google::Apis::Core::Hashable
|
413
407
|
|
414
|
-
# Immutable.
|
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.
|
575
|
-
# run virtual machine (VM) instances inside your
|
576
|
-
# nested virtualization, consider the following
|
577
|
-
# Workstations instances are subject to the [
|
578
|
-
# instances](https://cloud.google.com/
|
579
|
-
# virtualization/overview#restrictions): * **
|
580
|
-
# folders, or organizations may be restricted
|
581
|
-
#
|
582
|
-
# policy. For more information, see
|
583
|
-
# whether nested virtualization is allowed]
|
584
|
-
# docs/instances/nested-virtualization/
|
585
|
-
# checking_whether_nested_virtualization_is_allowed). * **
|
586
|
-
# VMs might experience a 10% or greater decrease in
|
587
|
-
# that are CPU-bound and possibly greater than a 10%
|
588
|
-
# are input/output bound. * **Machine Type**: nested
|
589
|
-
# enabled on workstation configurations that specify
|
590
|
-
#
|
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
|
@@ -926,6 +914,32 @@ module Google
|
|
926
914
|
end
|
927
915
|
end
|
928
916
|
|
917
|
+
# Http options for the running workstations.
|
918
|
+
class HttpOptions
|
919
|
+
include Google::Apis::Core::Hashable
|
920
|
+
|
921
|
+
# Optional. By default, the workstations service makes sure that all requests to
|
922
|
+
# the workstation are authenticated. CORS preflight requests do not include
|
923
|
+
# cookies or custom headers, and so are considered unauthenticated and blocked
|
924
|
+
# by the workstations service. Enabling this option allows these unauthenticated
|
925
|
+
# CORS preflight requests through to the workstation, where it becomes the
|
926
|
+
# responsibility of the destination server in the workstation to validate the
|
927
|
+
# request.
|
928
|
+
# Corresponds to the JSON property `allowedUnauthenticatedCorsPreflightRequests`
|
929
|
+
# @return [Boolean]
|
930
|
+
attr_accessor :allowed_unauthenticated_cors_preflight_requests
|
931
|
+
alias_method :allowed_unauthenticated_cors_preflight_requests?, :allowed_unauthenticated_cors_preflight_requests
|
932
|
+
|
933
|
+
def initialize(**args)
|
934
|
+
update!(**args)
|
935
|
+
end
|
936
|
+
|
937
|
+
# Update properties of this object
|
938
|
+
def update!(**args)
|
939
|
+
@allowed_unauthenticated_cors_preflight_requests = args[:allowed_unauthenticated_cors_preflight_requests] if args.key?(:allowed_unauthenticated_cors_preflight_requests)
|
940
|
+
end
|
941
|
+
end
|
942
|
+
|
929
943
|
# The response message for Operations.ListOperations.
|
930
944
|
class ListOperationsResponse
|
931
945
|
include Google::Apis::Core::Hashable
|
@@ -1356,7 +1370,7 @@ module Google
|
|
1356
1370
|
end
|
1357
1371
|
end
|
1358
1372
|
|
1359
|
-
# A
|
1373
|
+
# A PortRange defines a range of ports. Both first and last are inclusive. To
|
1360
1374
|
# specify a single port, both first and last should be the same.
|
1361
1375
|
class PortRange
|
1362
1376
|
include Google::Apis::Core::Hashable
|
@@ -1382,27 +1396,37 @@ module Google
|
|
1382
1396
|
end
|
1383
1397
|
end
|
1384
1398
|
|
1385
|
-
#
|
1399
|
+
# Configuration options for private workstation clusters.
|
1386
1400
|
class PrivateClusterConfig
|
1387
1401
|
include Google::Apis::Core::Hashable
|
1388
1402
|
|
1389
|
-
#
|
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.
|
1390
1406
|
# Corresponds to the JSON property `allowedProjects`
|
1391
1407
|
# @return [Array<String>]
|
1392
1408
|
attr_accessor :allowed_projects
|
1393
1409
|
|
1394
|
-
#
|
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.
|
1395
1415
|
# Corresponds to the JSON property `clusterHostname`
|
1396
1416
|
# @return [String]
|
1397
1417
|
attr_accessor :cluster_hostname
|
1398
1418
|
|
1399
|
-
#
|
1419
|
+
# Immutable. Whether Workstations endpoint is private.
|
1400
1420
|
# Corresponds to the JSON property `enablePrivateEndpoint`
|
1401
1421
|
# @return [Boolean]
|
1402
1422
|
attr_accessor :enable_private_endpoint
|
1403
1423
|
alias_method :enable_private_endpoint?, :enable_private_endpoint
|
1404
1424
|
|
1405
|
-
#
|
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).
|
1406
1430
|
# Corresponds to the JSON property `serviceAttachmentUri`
|
1407
1431
|
# @return [String]
|
1408
1432
|
attr_accessor :service_attachment_uri
|
@@ -1649,6 +1673,12 @@ module Google
|
|
1649
1673
|
# @return [Hash<String,String>]
|
1650
1674
|
attr_accessor :annotations
|
1651
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
|
+
|
1652
1682
|
# Output only. Time when this workstation was created.
|
1653
1683
|
# Corresponds to the JSON property `createTime`
|
1654
1684
|
# @return [String]
|
@@ -1711,6 +1741,24 @@ module Google
|
|
1711
1741
|
attr_accessor :reconciling
|
1712
1742
|
alias_method :reconciling?, :reconciling
|
1713
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
|
+
|
1756
|
+
# Optional. The source workstation from which this workstations persistent
|
1757
|
+
# directories were cloned on creation.
|
1758
|
+
# Corresponds to the JSON property `sourceWorkstation`
|
1759
|
+
# @return [String]
|
1760
|
+
attr_accessor :source_workstation
|
1761
|
+
|
1714
1762
|
# Output only. Time when this workstation was most recently successfully started,
|
1715
1763
|
# regardless of the workstation's initial state.
|
1716
1764
|
# Corresponds to the JSON property `startTime`
|
@@ -1739,6 +1787,7 @@ module Google
|
|
1739
1787
|
# Update properties of this object
|
1740
1788
|
def update!(**args)
|
1741
1789
|
@annotations = args[:annotations] if args.key?(:annotations)
|
1790
|
+
@boost_configs = args[:boost_configs] if args.key?(:boost_configs)
|
1742
1791
|
@create_time = args[:create_time] if args.key?(:create_time)
|
1743
1792
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
1744
1793
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -1749,6 +1798,9 @@ module Google
|
|
1749
1798
|
@labels = args[:labels] if args.key?(:labels)
|
1750
1799
|
@name = args[:name] if args.key?(:name)
|
1751
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)
|
1803
|
+
@source_workstation = args[:source_workstation] if args.key?(:source_workstation)
|
1752
1804
|
@start_time = args[:start_time] if args.key?(:start_time)
|
1753
1805
|
@state = args[:state] if args.key?(:state)
|
1754
1806
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -1756,6 +1808,26 @@ module Google
|
|
1756
1808
|
end
|
1757
1809
|
end
|
1758
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
|
+
|
1759
1831
|
# A workstation cluster resource in the Cloud Workstations API. Defines a group
|
1760
1832
|
# of workstations in a particular region and the VPC network they're attached to.
|
1761
1833
|
class WorkstationCluster
|
@@ -1803,7 +1875,7 @@ module Google
|
|
1803
1875
|
# @return [String]
|
1804
1876
|
attr_accessor :display_name
|
1805
1877
|
|
1806
|
-
# Configuration options for
|
1878
|
+
# Configuration options for a custom domain.
|
1807
1879
|
# Corresponds to the JSON property `domainConfig`
|
1808
1880
|
# @return [Google::Apis::WorkstationsV1beta::DomainConfig]
|
1809
1881
|
attr_accessor :domain_config
|
@@ -1833,7 +1905,7 @@ module Google
|
|
1833
1905
|
# @return [String]
|
1834
1906
|
attr_accessor :network
|
1835
1907
|
|
1836
|
-
#
|
1908
|
+
# Configuration options for private workstation clusters.
|
1837
1909
|
# Corresponds to the JSON property `privateClusterConfig`
|
1838
1910
|
# @return [Google::Apis::WorkstationsV1beta::PrivateClusterConfig]
|
1839
1911
|
attr_accessor :private_cluster_config
|
@@ -1845,6 +1917,18 @@ module Google
|
|
1845
1917
|
attr_accessor :reconciling
|
1846
1918
|
alias_method :reconciling?, :reconciling
|
1847
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
|
+
|
1848
1932
|
# Immutable. Name of the Compute Engine subnetwork in which instances associated
|
1849
1933
|
# with this workstation cluster will be created. Must be part of the subnetwork
|
1850
1934
|
# specified for this workstation cluster.
|
@@ -1882,6 +1966,8 @@ module Google
|
|
1882
1966
|
@network = args[:network] if args.key?(:network)
|
1883
1967
|
@private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
|
1884
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)
|
1885
1971
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
1886
1972
|
@uid = args[:uid] if args.key?(:uid)
|
1887
1973
|
@update_time = args[:update_time] if args.key?(:update_time)
|
@@ -1952,10 +2038,14 @@ module Google
|
|
1952
2038
|
attr_accessor :display_name
|
1953
2039
|
|
1954
2040
|
# Optional. Whether to enable Linux `auditd` logging on the workstation. When
|
1955
|
-
# enabled, a
|
1956
|
-
#
|
1957
|
-
# from [Cloud Audit Logs](https://cloud.google.
|
1958
|
-
# 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"
|
1959
2049
|
# Corresponds to the JSON property `enableAuditAgent`
|
1960
2050
|
# @return [Boolean]
|
1961
2051
|
attr_accessor :enable_audit_agent
|
@@ -1988,6 +2078,11 @@ module Google
|
|
1988
2078
|
# @return [Google::Apis::WorkstationsV1beta::Host]
|
1989
2079
|
attr_accessor :host
|
1990
2080
|
|
2081
|
+
# Http options for the running workstations.
|
2082
|
+
# Corresponds to the JSON property `httpOptions`
|
2083
|
+
# @return [Google::Apis::WorkstationsV1beta::HttpOptions]
|
2084
|
+
attr_accessor :http_options
|
2085
|
+
|
1991
2086
|
# Optional. Number of seconds to wait before automatically stopping a
|
1992
2087
|
# workstation after it last received user traffic. A value of `"0s"` indicates
|
1993
2088
|
# that Cloud Workstations VMs created with this configuration should never time
|
@@ -2055,6 +2150,18 @@ module Google
|
|
2055
2150
|
# @return [String]
|
2056
2151
|
attr_accessor :running_timeout
|
2057
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
|
+
|
2058
2165
|
# Output only. A system-assigned unique identifier for this workstation
|
2059
2166
|
# configuration.
|
2060
2167
|
# Corresponds to the JSON property `uid`
|
@@ -2087,6 +2194,7 @@ module Google
|
|
2087
2194
|
@ephemeral_directories = args[:ephemeral_directories] if args.key?(:ephemeral_directories)
|
2088
2195
|
@etag = args[:etag] if args.key?(:etag)
|
2089
2196
|
@host = args[:host] if args.key?(:host)
|
2197
|
+
@http_options = args[:http_options] if args.key?(:http_options)
|
2090
2198
|
@idle_timeout = args[:idle_timeout] if args.key?(:idle_timeout)
|
2091
2199
|
@labels = args[:labels] if args.key?(:labels)
|
2092
2200
|
@name = args[:name] if args.key?(:name)
|
@@ -2095,6 +2203,8 @@ module Google
|
|
2095
2203
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
2096
2204
|
@replica_zones = args[:replica_zones] if args.key?(:replica_zones)
|
2097
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)
|
2098
2208
|
@uid = args[:uid] if args.key?(:uid)
|
2099
2209
|
@update_time = args[:update_time] if args.key?(:update_time)
|
2100
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.
|
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 = "
|
25
|
+
REVISION = "20240716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -142,6 +142,12 @@ module Google
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
+
class HttpOptions
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
145
151
|
class ListOperationsResponse
|
146
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
153
|
|
@@ -262,6 +268,12 @@ module Google
|
|
262
268
|
include Google::Apis::Core::JsonObjectSupport
|
263
269
|
end
|
264
270
|
|
271
|
+
class WorkstationBoostConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
265
277
|
class WorkstationCluster
|
266
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
279
|
|
@@ -467,6 +479,13 @@ module Google
|
|
467
479
|
end
|
468
480
|
end
|
469
481
|
|
482
|
+
class HttpOptions
|
483
|
+
# @private
|
484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
485
|
+
property :allowed_unauthenticated_cors_preflight_requests, as: 'allowedUnauthenticatedCorsPreflightRequests'
|
486
|
+
end
|
487
|
+
end
|
488
|
+
|
470
489
|
class ListOperationsResponse
|
471
490
|
# @private
|
472
491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -651,6 +670,8 @@ module Google
|
|
651
670
|
# @private
|
652
671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
653
672
|
hash :annotations, as: 'annotations'
|
673
|
+
collection :boost_configs, as: 'boostConfigs', class: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig, decorator: Google::Apis::WorkstationsV1beta::WorkstationBoostConfig::Representation
|
674
|
+
|
654
675
|
property :create_time, as: 'createTime'
|
655
676
|
property :delete_time, as: 'deleteTime'
|
656
677
|
property :display_name, as: 'displayName'
|
@@ -661,6 +682,9 @@ module Google
|
|
661
682
|
hash :labels, as: 'labels'
|
662
683
|
property :name, as: 'name'
|
663
684
|
property :reconciling, as: 'reconciling'
|
685
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
686
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
687
|
+
property :source_workstation, as: 'sourceWorkstation'
|
664
688
|
property :start_time, as: 'startTime'
|
665
689
|
property :state, as: 'state'
|
666
690
|
property :uid, as: 'uid'
|
@@ -668,6 +692,13 @@ module Google
|
|
668
692
|
end
|
669
693
|
end
|
670
694
|
|
695
|
+
class WorkstationBoostConfig
|
696
|
+
# @private
|
697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
698
|
+
property :id, as: 'id'
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
671
702
|
class WorkstationCluster
|
672
703
|
# @private
|
673
704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -688,6 +719,8 @@ module Google
|
|
688
719
|
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::WorkstationsV1beta::PrivateClusterConfig, decorator: Google::Apis::WorkstationsV1beta::PrivateClusterConfig::Representation
|
689
720
|
|
690
721
|
property :reconciling, as: 'reconciling'
|
722
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
723
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
691
724
|
property :subnetwork, as: 'subnetwork'
|
692
725
|
property :uid, as: 'uid'
|
693
726
|
property :update_time, as: 'updateTime'
|
@@ -717,6 +750,8 @@ module Google
|
|
717
750
|
property :etag, as: 'etag'
|
718
751
|
property :host, as: 'host', class: Google::Apis::WorkstationsV1beta::Host, decorator: Google::Apis::WorkstationsV1beta::Host::Representation
|
719
752
|
|
753
|
+
property :http_options, as: 'httpOptions', class: Google::Apis::WorkstationsV1beta::HttpOptions, decorator: Google::Apis::WorkstationsV1beta::HttpOptions::Representation
|
754
|
+
|
720
755
|
property :idle_timeout, as: 'idleTimeout'
|
721
756
|
hash :labels, as: 'labels'
|
722
757
|
property :name, as: 'name'
|
@@ -727,6 +762,8 @@ module Google
|
|
727
762
|
property :reconciling, as: 'reconciling'
|
728
763
|
collection :replica_zones, as: 'replicaZones'
|
729
764
|
property :running_timeout, as: 'runningTimeout'
|
765
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
766
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
730
767
|
property :uid, as: 'uid'
|
731
768
|
property :update_time, as: 'updateTime'
|
732
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.
|
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-
|
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.
|
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: []
|