google-apis-workstations_v1beta 0.14.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/workstations_v1beta/classes.rb +341 -197
- data/lib/google/apis/workstations_v1beta/gem_version.rb +2 -2
- data/lib/google/apis/workstations_v1beta/representations.rb +36 -0
- data/lib/google/apis/workstations_v1beta/service.rb +51 -48
- metadata +4 -4
@@ -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.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230904"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class EphemeralDirectory
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class Expr
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -82,6 +88,12 @@ module Google
|
|
82
88
|
include Google::Apis::Core::JsonObjectSupport
|
83
89
|
end
|
84
90
|
|
91
|
+
class GcePersistentDisk
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
85
97
|
class GceRegionalPersistentDisk
|
86
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
99
|
|
@@ -305,6 +317,15 @@ module Google
|
|
305
317
|
end
|
306
318
|
end
|
307
319
|
|
320
|
+
class EphemeralDirectory
|
321
|
+
# @private
|
322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
323
|
+
property :gce_pd, as: 'gcePd', class: Google::Apis::WorkstationsV1beta::GcePersistentDisk, decorator: Google::Apis::WorkstationsV1beta::GcePersistentDisk::Representation
|
324
|
+
|
325
|
+
property :mount_path, as: 'mountPath'
|
326
|
+
end
|
327
|
+
end
|
328
|
+
|
308
329
|
class Expr
|
309
330
|
# @private
|
310
331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -336,12 +357,23 @@ module Google
|
|
336
357
|
property :pool_size, as: 'poolSize'
|
337
358
|
property :pooled_instances, as: 'pooledInstances'
|
338
359
|
property :service_account, as: 'serviceAccount'
|
360
|
+
collection :service_account_scopes, as: 'serviceAccountScopes'
|
339
361
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::WorkstationsV1beta::GceShieldedInstanceConfig, decorator: Google::Apis::WorkstationsV1beta::GceShieldedInstanceConfig::Representation
|
340
362
|
|
341
363
|
collection :tags, as: 'tags'
|
342
364
|
end
|
343
365
|
end
|
344
366
|
|
367
|
+
class GcePersistentDisk
|
368
|
+
# @private
|
369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
370
|
+
property :disk_type, as: 'diskType'
|
371
|
+
property :read_only, as: 'readOnly'
|
372
|
+
property :source_image, as: 'sourceImage'
|
373
|
+
property :source_snapshot, as: 'sourceSnapshot'
|
374
|
+
end
|
375
|
+
end
|
376
|
+
|
345
377
|
class GceRegionalPersistentDisk
|
346
378
|
# @private
|
347
379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -576,6 +608,7 @@ module Google
|
|
576
608
|
hash :labels, as: 'labels'
|
577
609
|
property :name, as: 'name'
|
578
610
|
property :reconciling, as: 'reconciling'
|
611
|
+
property :start_time, as: 'startTime'
|
579
612
|
property :state, as: 'state'
|
580
613
|
property :uid, as: 'uid'
|
581
614
|
property :update_time, as: 'updateTime'
|
@@ -621,6 +654,8 @@ module Google
|
|
621
654
|
property :enable_audit_agent, as: 'enableAuditAgent'
|
622
655
|
property :encryption_key, as: 'encryptionKey', class: Google::Apis::WorkstationsV1beta::CustomerEncryptionKey, decorator: Google::Apis::WorkstationsV1beta::CustomerEncryptionKey::Representation
|
623
656
|
|
657
|
+
collection :ephemeral_directories, as: 'ephemeralDirectories', class: Google::Apis::WorkstationsV1beta::EphemeralDirectory, decorator: Google::Apis::WorkstationsV1beta::EphemeralDirectory::Representation
|
658
|
+
|
624
659
|
property :etag, as: 'etag'
|
625
660
|
property :host, as: 'host', class: Google::Apis::WorkstationsV1beta::Host, decorator: Google::Apis::WorkstationsV1beta::Host::Representation
|
626
661
|
|
@@ -632,6 +667,7 @@ module Google
|
|
632
667
|
collection :readiness_checks, as: 'readinessChecks', class: Google::Apis::WorkstationsV1beta::ReadinessCheck, decorator: Google::Apis::WorkstationsV1beta::ReadinessCheck::Representation
|
633
668
|
|
634
669
|
property :reconciling, as: 'reconciling'
|
670
|
+
collection :replica_zones, as: 'replicaZones'
|
635
671
|
property :running_timeout, as: 'runningTimeout'
|
636
672
|
property :uid, as: 'uid'
|
637
673
|
property :update_time, as: 'updateTime'
|
@@ -198,8 +198,8 @@ module Google
|
|
198
198
|
# Required. Parent resource name.
|
199
199
|
# @param [Google::Apis::WorkstationsV1beta::WorkstationCluster] workstation_cluster_object
|
200
200
|
# @param [Boolean] validate_only
|
201
|
-
# If set, validate the request and preview the review, but do not
|
202
|
-
# it.
|
201
|
+
# Optional. If set, validate the request and preview the review, but do not
|
202
|
+
# actually apply it.
|
203
203
|
# @param [String] workstation_cluster_id
|
204
204
|
# Required. ID to use for the workstation cluster.
|
205
205
|
# @param [String] fields
|
@@ -237,14 +237,15 @@ module Google
|
|
237
237
|
# @param [String] name
|
238
238
|
# Required. Name of the workstation cluster to delete.
|
239
239
|
# @param [String] etag
|
240
|
-
# If set, the request will be rejected if the latest version of the
|
241
|
-
# cluster on the server does not have this ETag.
|
240
|
+
# Optional. If set, the request will be rejected if the latest version of the
|
241
|
+
# workstation cluster on the server does not have this ETag.
|
242
242
|
# @param [Boolean] force
|
243
|
-
# If set, any workstation configurations and workstations in the
|
244
|
-
# cluster are also deleted. Otherwise, the request only works if the
|
245
|
-
# cluster has no configurations or workstations.
|
243
|
+
# Optional. If set, any workstation configurations and workstations in the
|
244
|
+
# workstation cluster are also deleted. Otherwise, the request only works if the
|
245
|
+
# workstation cluster has no configurations or workstations.
|
246
246
|
# @param [Boolean] validate_only
|
247
|
-
# If set, validate the request and preview the review, but do not
|
247
|
+
# Optional. If set, validate the request and preview the review, but do not
|
248
|
+
# apply it.
|
248
249
|
# @param [String] fields
|
249
250
|
# Selector specifying which fields to include in a partial response.
|
250
251
|
# @param [String] quota_user
|
@@ -309,9 +310,9 @@ module Google
|
|
309
310
|
# @param [String] parent
|
310
311
|
# Required. Parent resource name.
|
311
312
|
# @param [Fixnum] page_size
|
312
|
-
# Maximum number of items to return.
|
313
|
+
# Optional. Maximum number of items to return.
|
313
314
|
# @param [String] page_token
|
314
|
-
# next_page_token value returned from a previous List request, if any.
|
315
|
+
# Optional. next_page_token value returned from a previous List request, if any.
|
315
316
|
# @param [String] fields
|
316
317
|
# Selector specifying which fields to include in a partial response.
|
317
318
|
# @param [String] quota_user
|
@@ -343,17 +344,17 @@ module Google
|
|
343
344
|
|
344
345
|
# Updates an existing workstation cluster.
|
345
346
|
# @param [String] name
|
346
|
-
# Full name of this
|
347
|
+
# Full name of this workstation cluster.
|
347
348
|
# @param [Google::Apis::WorkstationsV1beta::WorkstationCluster] workstation_cluster_object
|
348
349
|
# @param [Boolean] allow_missing
|
349
|
-
# If set, and the workstation cluster is not found, a new workstation
|
350
|
-
# will be created. In this situation, update_mask is ignored.
|
350
|
+
# Optional. If set, and the workstation cluster is not found, a new workstation
|
351
|
+
# cluster will be created. In this situation, update_mask is ignored.
|
351
352
|
# @param [String] update_mask
|
352
353
|
# Required. Mask that specifies which fields in the workstation cluster should
|
353
354
|
# be updated.
|
354
355
|
# @param [Boolean] validate_only
|
355
|
-
# If set, validate the request and preview the review, but do not
|
356
|
-
# it.
|
356
|
+
# Optional. If set, validate the request and preview the review, but do not
|
357
|
+
# actually apply it.
|
357
358
|
# @param [String] fields
|
358
359
|
# Selector specifying which fields to include in a partial response.
|
359
360
|
# @param [String] quota_user
|
@@ -391,8 +392,8 @@ module Google
|
|
391
392
|
# Required. Parent resource name.
|
392
393
|
# @param [Google::Apis::WorkstationsV1beta::WorkstationConfig] workstation_config_object
|
393
394
|
# @param [Boolean] validate_only
|
394
|
-
# If set, validate the request and preview the review, but do not
|
395
|
-
# it.
|
395
|
+
# Optional. If set, validate the request and preview the review, but do not
|
396
|
+
# actually apply it.
|
396
397
|
# @param [String] workstation_config_id
|
397
398
|
# Required. ID to use for the workstation configuration.
|
398
399
|
# @param [String] fields
|
@@ -430,15 +431,15 @@ module Google
|
|
430
431
|
# @param [String] name
|
431
432
|
# Required. Name of the workstation configuration to delete.
|
432
433
|
# @param [String] etag
|
433
|
-
# If set, the request is rejected if the latest version of the
|
434
|
-
# configuration on the server does not have this ETag.
|
434
|
+
# Optional. If set, the request is rejected if the latest version of the
|
435
|
+
# workstation configuration on the server does not have this ETag.
|
435
436
|
# @param [Boolean] force
|
436
|
-
# If set, any workstations in the workstation configuration are also
|
437
|
-
# Otherwise, the request works only if the workstation configuration
|
438
|
-
# workstations.
|
437
|
+
# Optional. If set, any workstations in the workstation configuration are also
|
438
|
+
# deleted. Otherwise, the request works only if the workstation configuration
|
439
|
+
# has no workstations.
|
439
440
|
# @param [Boolean] validate_only
|
440
|
-
# If set, validate the request and preview the review, but do not
|
441
|
-
# it.
|
441
|
+
# Optional. If set, validate the request and preview the review, but do not
|
442
|
+
# actually apply it.
|
442
443
|
# @param [String] fields
|
443
444
|
# Selector specifying which fields to include in a partial response.
|
444
445
|
# @param [String] quota_user
|
@@ -548,9 +549,9 @@ module Google
|
|
548
549
|
# @param [String] parent
|
549
550
|
# Required. Parent resource name.
|
550
551
|
# @param [Fixnum] page_size
|
551
|
-
# Maximum number of items to return.
|
552
|
+
# Optional. Maximum number of items to return.
|
552
553
|
# @param [String] page_token
|
553
|
-
# next_page_token value returned from a previous List request, if any.
|
554
|
+
# Optional. next_page_token value returned from a previous List request, if any.
|
554
555
|
# @param [String] fields
|
555
556
|
# Selector specifying which fields to include in a partial response.
|
556
557
|
# @param [String] quota_user
|
@@ -585,9 +586,9 @@ module Google
|
|
585
586
|
# @param [String] parent
|
586
587
|
# Required. Parent resource name.
|
587
588
|
# @param [Fixnum] page_size
|
588
|
-
# Maximum number of items to return.
|
589
|
+
# Optional. Maximum number of items to return.
|
589
590
|
# @param [String] page_token
|
590
|
-
# next_page_token value returned from a previous List request, if any.
|
591
|
+
# Optional. next_page_token value returned from a previous List request, if any.
|
591
592
|
# @param [String] fields
|
592
593
|
# Selector specifying which fields to include in a partial response.
|
593
594
|
# @param [String] quota_user
|
@@ -619,17 +620,18 @@ module Google
|
|
619
620
|
|
620
621
|
# Updates an existing workstation configuration.
|
621
622
|
# @param [String] name
|
622
|
-
# Full name of this
|
623
|
+
# Full name of this workstation configuration.
|
623
624
|
# @param [Google::Apis::WorkstationsV1beta::WorkstationConfig] workstation_config_object
|
624
625
|
# @param [Boolean] allow_missing
|
625
|
-
# If set and the workstation configuration is not found, a new
|
626
|
-
# configuration will be created. In this situation, update_mask is
|
626
|
+
# Optional. If set and the workstation configuration is not found, a new
|
627
|
+
# workstation configuration will be created. In this situation, update_mask is
|
628
|
+
# ignored.
|
627
629
|
# @param [String] update_mask
|
628
630
|
# Required. Mask specifying which fields in the workstation configuration should
|
629
631
|
# be updated.
|
630
632
|
# @param [Boolean] validate_only
|
631
|
-
# If set, validate the request and preview the review, but do not
|
632
|
-
# it.
|
633
|
+
# Optional. If set, validate the request and preview the review, but do not
|
634
|
+
# actually apply it.
|
633
635
|
# @param [String] fields
|
634
636
|
# Selector specifying which fields to include in a partial response.
|
635
637
|
# @param [String] quota_user
|
@@ -743,8 +745,8 @@ module Google
|
|
743
745
|
# Required. Parent resource name.
|
744
746
|
# @param [Google::Apis::WorkstationsV1beta::Workstation] workstation_object
|
745
747
|
# @param [Boolean] validate_only
|
746
|
-
# If set, validate the request and preview the review, but do not
|
747
|
-
# it.
|
748
|
+
# Optional. If set, validate the request and preview the review, but do not
|
749
|
+
# actually apply it.
|
748
750
|
# @param [String] workstation_id
|
749
751
|
# Required. ID to use for the workstation.
|
750
752
|
# @param [String] fields
|
@@ -782,11 +784,11 @@ module Google
|
|
782
784
|
# @param [String] name
|
783
785
|
# Required. Name of the workstation to delete.
|
784
786
|
# @param [String] etag
|
785
|
-
# If set, the request will be rejected if the latest version of the
|
786
|
-
# on the server does not have this ETag.
|
787
|
+
# Optional. If set, the request will be rejected if the latest version of the
|
788
|
+
# workstation on the server does not have this ETag.
|
787
789
|
# @param [Boolean] validate_only
|
788
|
-
# If set, validate the request and preview the review, but do not
|
789
|
-
# it.
|
790
|
+
# Optional. If set, validate the request and preview the review, but do not
|
791
|
+
# actually apply it.
|
790
792
|
# @param [String] fields
|
791
793
|
# Selector specifying which fields to include in a partial response.
|
792
794
|
# @param [String] quota_user
|
@@ -930,9 +932,9 @@ module Google
|
|
930
932
|
# @param [String] parent
|
931
933
|
# Required. Parent resource name.
|
932
934
|
# @param [Fixnum] page_size
|
933
|
-
# Maximum number of items to return.
|
935
|
+
# Optional. Maximum number of items to return.
|
934
936
|
# @param [String] page_token
|
935
|
-
# next_page_token value returned from a previous List request, if any.
|
937
|
+
# Optional. next_page_token value returned from a previous List request, if any.
|
936
938
|
# @param [String] fields
|
937
939
|
# Selector specifying which fields to include in a partial response.
|
938
940
|
# @param [String] quota_user
|
@@ -967,9 +969,9 @@ module Google
|
|
967
969
|
# @param [String] parent
|
968
970
|
# Required. Parent resource name.
|
969
971
|
# @param [Fixnum] page_size
|
970
|
-
# Maximum number of items to return.
|
972
|
+
# Optional. Maximum number of items to return.
|
971
973
|
# @param [String] page_token
|
972
|
-
# next_page_token value returned from a previous List request, if any.
|
974
|
+
# Optional. next_page_token value returned from a previous List request, if any.
|
973
975
|
# @param [String] fields
|
974
976
|
# Selector specifying which fields to include in a partial response.
|
975
977
|
# @param [String] quota_user
|
@@ -1001,17 +1003,18 @@ module Google
|
|
1001
1003
|
|
1002
1004
|
# Updates an existing workstation.
|
1003
1005
|
# @param [String] name
|
1004
|
-
# Full name of this
|
1006
|
+
# Full name of this workstation.
|
1005
1007
|
# @param [Google::Apis::WorkstationsV1beta::Workstation] workstation_object
|
1006
1008
|
# @param [Boolean] allow_missing
|
1007
|
-
# If set and the workstation configuration is not found, a new
|
1008
|
-
# configuration is created. In this situation, update_mask is
|
1009
|
+
# Optional. If set and the workstation configuration is not found, a new
|
1010
|
+
# workstation configuration is created. In this situation, update_mask is
|
1011
|
+
# ignored.
|
1009
1012
|
# @param [String] update_mask
|
1010
1013
|
# Required. Mask specifying which fields in the workstation configuration should
|
1011
1014
|
# be updated.
|
1012
1015
|
# @param [Boolean] validate_only
|
1013
|
-
# If set, validate the request and preview the review, but do not
|
1014
|
-
# it.
|
1016
|
+
# Optional. If set, validate the request and preview the review, but do not
|
1017
|
+
# actually apply it.
|
1015
1018
|
# @param [String] fields
|
1016
1019
|
# Selector specifying which fields to include in a partial response.
|
1017
1020
|
# @param [String] quota_user
|
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.16.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: 2023-
|
11
|
+
date: 2023-09-10 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.16.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Workstations API V1beta
|