google-apis-workstations_v1beta 0.4.0 → 0.6.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 +9 -0
- data/lib/google/apis/workstations_v1beta/classes.rb +21 -12
- data/lib/google/apis/workstations_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/workstations_v1beta/representations.rb +1 -0
- data/lib/google/apis/workstations_v1beta/service.rb +12 -12
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ee8510de702c5dceb80b08c406a1e9cc4a48f4332f1d50ee07fa00275621fe0
|
4
|
+
data.tar.gz: 2a765ec99423e6e37b1eb3c1f7204e497efa03a3040c8a4dffcd35d313ca2539
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5129c27ec03830a8852c0ce348723eca88f5b28838b511a5b09b2d7c35f5405a458426f6f96af9186883c9bfe67089273336659706c982db70f442f6b81f1ae
|
7
|
+
data.tar.gz: 8c5ae2d8259e542b374922622699684309aebd134706efceaafcfba36f4854a81d95524670a88235ba1c593f372b107ce35af986d8047e6eaaf74133dac291a5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-workstations_v1beta
|
2
2
|
|
3
|
+
### v0.6.0 (2023-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230220
|
6
|
+
|
7
|
+
### v0.5.0 (2023-02-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230208
|
10
|
+
* Regenerated using generator version 0.12.0
|
11
|
+
|
3
12
|
### v0.4.0 (2023-02-05)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230201
|
@@ -232,21 +232,23 @@ module Google
|
|
232
232
|
end
|
233
233
|
end
|
234
234
|
|
235
|
-
# A customer-
|
235
|
+
# A customer-managed encryption key for the Compute Engine resources of this
|
236
236
|
# workstation configuration.
|
237
237
|
class CustomerEncryptionKey
|
238
238
|
include Google::Apis::Core::Hashable
|
239
239
|
|
240
|
-
# The name of the
|
241
|
-
#
|
240
|
+
# The name of the Google Cloud KMS encryption key. For example, `projects/
|
241
|
+
# PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME`.
|
242
242
|
# Corresponds to the JSON property `kmsKey`
|
243
243
|
# @return [String]
|
244
244
|
attr_accessor :kms_key
|
245
245
|
|
246
|
-
# The service account
|
247
|
-
#
|
248
|
-
#
|
249
|
-
#
|
246
|
+
# The service account to use with the specified KMS key. We recommend that you
|
247
|
+
# use a separate service account and follow KMS best practices. For more
|
248
|
+
# information, see [Separation of duties](https://cloud.google.com/kms/docs/
|
249
|
+
# separation-of-duties) and `gcloud kms keys add-iam-policy-binding` [`--member`]
|
250
|
+
# (https://cloud.google.com/sdk/gcloud/reference/kms/keys/add-iam-policy-binding#
|
251
|
+
# --member).
|
250
252
|
# Corresponds to the JSON property `kmsKeyServiceAccount`
|
251
253
|
# @return [String]
|
252
254
|
attr_accessor :kms_key_service_account
|
@@ -428,6 +430,12 @@ module Google
|
|
428
430
|
# @return [Fixnum]
|
429
431
|
attr_accessor :size_gb
|
430
432
|
|
433
|
+
# Name of the snapshot to use as the source for the disk. If set, size_gb and
|
434
|
+
# fs_type must be empty.
|
435
|
+
# Corresponds to the JSON property `sourceSnapshot`
|
436
|
+
# @return [String]
|
437
|
+
attr_accessor :source_snapshot
|
438
|
+
|
431
439
|
def initialize(**args)
|
432
440
|
update!(**args)
|
433
441
|
end
|
@@ -438,6 +446,7 @@ module Google
|
|
438
446
|
@fs_type = args[:fs_type] if args.key?(:fs_type)
|
439
447
|
@reclaim_policy = args[:reclaim_policy] if args.key?(:reclaim_policy)
|
440
448
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
449
|
+
@source_snapshot = args[:source_snapshot] if args.key?(:source_snapshot)
|
441
450
|
end
|
442
451
|
end
|
443
452
|
|
@@ -670,7 +679,7 @@ module Google
|
|
670
679
|
# @return [Array<String>]
|
671
680
|
attr_accessor :unreachable
|
672
681
|
|
673
|
-
# The requested clusters.
|
682
|
+
# The requested workstation clusters.
|
674
683
|
# Corresponds to the JSON property `workstationClusters`
|
675
684
|
# @return [Array<Google::Apis::WorkstationsV1beta::WorkstationCluster>]
|
676
685
|
attr_accessor :workstation_clusters
|
@@ -1475,7 +1484,7 @@ module Google
|
|
1475
1484
|
# @return [String]
|
1476
1485
|
attr_accessor :display_name
|
1477
1486
|
|
1478
|
-
# A customer-
|
1487
|
+
# A customer-managed encryption key for the Compute Engine resources of this
|
1479
1488
|
# workstation configuration.
|
1480
1489
|
# Corresponds to the JSON property `encryptionKey`
|
1481
1490
|
# @return [Google::Apis::WorkstationsV1beta::CustomerEncryptionKey]
|
@@ -1523,9 +1532,9 @@ module Google
|
|
1523
1532
|
alias_method :reconciling?, :reconciling
|
1524
1533
|
|
1525
1534
|
# How long to wait before automatically stopping a workstation after it started.
|
1526
|
-
# A value of 0 indicates that workstations using this
|
1527
|
-
# out. Must be greater than 0 and less than 24 hours if encryption_key is
|
1528
|
-
# Defaults to 12 hours.
|
1535
|
+
# A value of 0 indicates that workstations using this configuration should never
|
1536
|
+
# time out. Must be greater than 0 and less than 24 hours if encryption_key is
|
1537
|
+
# set. Defaults to 12 hours.
|
1529
1538
|
# Corresponds to the JSON property `runningTimeout`
|
1530
1539
|
# @return [String]
|
1531
1540
|
attr_accessor :running_timeout
|
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230220"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -207,7 +207,7 @@ module Google
|
|
207
207
|
# If set, validate the request and preview the review, but do not actually apply
|
208
208
|
# it.
|
209
209
|
# @param [String] workstation_cluster_id
|
210
|
-
# Required. ID to use for the cluster.
|
210
|
+
# Required. ID to use for the workstation cluster.
|
211
211
|
# @param [String] fields
|
212
212
|
# Selector specifying which fields to include in a partial response.
|
213
213
|
# @param [String] quota_user
|
@@ -241,17 +241,16 @@ module Google
|
|
241
241
|
|
242
242
|
# Deletes the specified workstation cluster.
|
243
243
|
# @param [String] name
|
244
|
-
# Required. Name of the cluster to delete.
|
244
|
+
# Required. Name of the workstation cluster to delete.
|
245
245
|
# @param [String] etag
|
246
|
-
# If set, the request will be rejected if the latest version of the
|
247
|
-
# the server does not have this etag.
|
246
|
+
# If set, the request will be rejected if the latest version of the workstation
|
247
|
+
# cluster on the server does not have this etag.
|
248
248
|
# @param [Boolean] force
|
249
|
-
# If set, any workstation configurations and workstations in the
|
250
|
-
# also
|
251
|
-
# configurations or workstations.
|
249
|
+
# If set, any workstation configurations and workstations in the workstation
|
250
|
+
# cluster are also deleted. Otherwise, the request only works if the workstation
|
251
|
+
# cluster has no configurations or workstations.
|
252
252
|
# @param [Boolean] validate_only
|
253
|
-
# If set, validate the request and preview the review, but do not
|
254
|
-
# it.
|
253
|
+
# If set, validate the request and preview the review, but do not apply it.
|
255
254
|
# @param [String] fields
|
256
255
|
# Selector specifying which fields to include in a partial response.
|
257
256
|
# @param [String] quota_user
|
@@ -353,10 +352,11 @@ module Google
|
|
353
352
|
# Full name of this resource.
|
354
353
|
# @param [Google::Apis::WorkstationsV1beta::WorkstationCluster] workstation_cluster_object
|
355
354
|
# @param [Boolean] allow_missing
|
356
|
-
# If set, and the cluster is not found, a new cluster
|
357
|
-
# situation, update_mask is ignored.
|
355
|
+
# If set, and the workstation cluster is not found, a new workstation cluster
|
356
|
+
# will be created. In this situation, update_mask is ignored.
|
358
357
|
# @param [String] update_mask
|
359
|
-
# Required. Mask
|
358
|
+
# Required. Mask that specifies which fields in the workstation cluster should
|
359
|
+
# be updated.
|
360
360
|
# @param [Boolean] validate_only
|
361
361
|
# If set, validate the request and preview the review, but do not actually apply
|
362
362
|
# it.
|
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.6.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-02-
|
11
|
+
date: 2023-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.6.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: []
|