google-apis-workstations_v1beta 0.3.0 → 0.5.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: c4e7fc505fbfd553129f2d079ab6f724029ed50fbf0dd6a9a2bded2d3964f3a1
4
- data.tar.gz: cd03155f21474b5f3eb78d10786fcef344bda3648d29de859f37efaa3a6ed20c
3
+ metadata.gz: dcb8f037f1f580900bc6903853397e4d0e43a74813344eae87351e2c88f59d24
4
+ data.tar.gz: 3ef6eac0b4c6c0ef41a537e621af332777b99669c4085075b307105455b11b98
5
5
  SHA512:
6
- metadata.gz: 7aaafbebfee4411e51521208f6b73f4c9a4b3b41b62b958a0f3665a793d2baca90c55400221ceda6e045fbd761520c8aebd89cf42974bf1b98fcd15341250eee
7
- data.tar.gz: c1fbc8ae8e334003808ec38cb31c858db636e6e45537beb361ef094a9054dad61369c093feb92c8e9bd2bd3d95342030c4cd8654719bfd37e5b74bb57bfcda5e
6
+ metadata.gz: e34c514b52c5b1d6418663345dd9c60ee77f48bbeb3ed92b9bc9883a2ad85002e4b752ca8ac12b1aea867a190ec198fa3a2183dffbeaf5e6e649361b21311450
7
+ data.tar.gz: d6ea5e1ccd7ada3153a53dd1167be19573e9ecaf1f62d9ff091968682689eb06319090184dc4ec864b2fa0817f53cb5e69271eb718c182bf81c872974100b3a1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.5.0 (2023-02-15)
4
+
5
+ * Regenerated from discovery document revision 20230208
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.4.0 (2023-02-05)
9
+
10
+ * Regenerated from discovery document revision 20230201
11
+
3
12
  ### v0.3.0 (2023-01-29)
4
13
 
5
14
  * Regenerated from discovery document revision 20230113
@@ -131,22 +131,22 @@ module Google
131
131
  # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
132
132
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
133
133
  # email address that represents a Google group. For example, `admins@example.com`
134
- # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
135
- # identifier) representing a user that has been recently deleted. For example, `
136
- # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
137
- # value reverts to `user:`emailid`` and the recovered user retains the role in
138
- # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
139
- # address (plus unique identifier) representing a service account that has been
140
- # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
134
+ # . * `domain:`domain``: The G Suite domain (primary) that represents all the
135
+ # users of that domain. For example, `google.com` or `example.com`. * `deleted:
136
+ # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
137
+ # representing a user that has been recently deleted. For example, `alice@
138
+ # example.com?uid=123456789012345678901`. If the user is recovered, this value
139
+ # reverts to `user:`emailid`` and the recovered user retains the role in the
140
+ # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
141
+ # (plus unique identifier) representing a service account that has been recently
142
+ # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
141
143
  # 123456789012345678901`. If the service account is undeleted, this value
142
144
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
143
145
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
144
146
  # An email address (plus unique identifier) representing a Google group that has
145
147
  # been recently deleted. For example, `admins@example.com?uid=
146
148
  # 123456789012345678901`. If the group is recovered, this value reverts to `
147
- # group:`emailid`` and the recovered group retains the role in the binding. * `
148
- # domain:`domain``: The G Suite domain (primary) that represents all the users
149
- # of that domain. For example, `google.com` or `example.com`.
149
+ # group:`emailid`` and the recovered group retains the role in the binding.
150
150
  # Corresponds to the JSON property `members`
151
151
  # @return [Array<String>]
152
152
  attr_accessor :members
@@ -232,21 +232,23 @@ module Google
232
232
  end
233
233
  end
234
234
 
235
- # A customer-specified encryption key for the Compute Engine resources of this
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 encryption key that is stored in Google Cloud KMS, for example,
241
- # `projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME`.
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 being used for the encryption request for the given KMS
247
- # key. If absent, the Compute Engine default service account is used. However,
248
- # it is recommended to use a separate service account and to follow KMS best
249
- # practices mentioned at https://cloud.google.com/kms/docs/separation-of-duties
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
@@ -670,7 +672,7 @@ module Google
670
672
  # @return [Array<String>]
671
673
  attr_accessor :unreachable
672
674
 
673
- # The requested clusters.
675
+ # The requested workstation clusters.
674
676
  # Corresponds to the JSON property `workstationClusters`
675
677
  # @return [Array<Google::Apis::WorkstationsV1beta::WorkstationCluster>]
676
678
  attr_accessor :workstation_clusters
@@ -994,6 +996,13 @@ module Google
994
996
  class PrivateClusterConfig
995
997
  include Google::Apis::Core::Hashable
996
998
 
999
+ # Additional projects that are allowed to attach to the workstation cluster's
1000
+ # service attachment. By default, the workstation cluster's project and the VPC
1001
+ # host project (if different) are allowed.
1002
+ # Corresponds to the JSON property `allowedProjects`
1003
+ # @return [Array<String>]
1004
+ attr_accessor :allowed_projects
1005
+
997
1006
  # Output only. Hostname for the workstation cluster. This field will be
998
1007
  # populated only when private endpoint is enabled. To access workstations in the
999
1008
  # cluster, create a new DNS zone mapping this domain name to an internal IP
@@ -1023,6 +1032,7 @@ module Google
1023
1032
 
1024
1033
  # Update properties of this object
1025
1034
  def update!(**args)
1035
+ @allowed_projects = args[:allowed_projects] if args.key?(:allowed_projects)
1026
1036
  @cluster_hostname = args[:cluster_hostname] if args.key?(:cluster_hostname)
1027
1037
  @enable_private_endpoint = args[:enable_private_endpoint] if args.key?(:enable_private_endpoint)
1028
1038
  @service_attachment_uri = args[:service_attachment_uri] if args.key?(:service_attachment_uri)
@@ -1467,7 +1477,7 @@ module Google
1467
1477
  # @return [String]
1468
1478
  attr_accessor :display_name
1469
1479
 
1470
- # A customer-specified encryption key for the Compute Engine resources of this
1480
+ # A customer-managed encryption key for the Compute Engine resources of this
1471
1481
  # workstation configuration.
1472
1482
  # Corresponds to the JSON property `encryptionKey`
1473
1483
  # @return [Google::Apis::WorkstationsV1beta::CustomerEncryptionKey]
@@ -1515,9 +1525,9 @@ module Google
1515
1525
  alias_method :reconciling?, :reconciling
1516
1526
 
1517
1527
  # How long to wait before automatically stopping a workstation after it started.
1518
- # A value of 0 indicates that workstations using this config should never time
1519
- # out. Must be greater than 0 and less than 24 hours if encryption_key is set.
1520
- # Defaults to 12 hours.
1528
+ # A value of 0 indicates that workstations using this configuration should never
1529
+ # time out. Must be greater than 0 and less than 24 hours if encryption_key is
1530
+ # set. Defaults to 12 hours.
1521
1531
  # Corresponds to the JSON property `runningTimeout`
1522
1532
  # @return [String]
1523
1533
  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.3.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230113"
25
+ REVISION = "20230208"
26
26
  end
27
27
  end
28
28
  end
@@ -475,6 +475,7 @@ module Google
475
475
  class PrivateClusterConfig
476
476
  # @private
477
477
  class Representation < Google::Apis::Core::JsonRepresentation
478
+ collection :allowed_projects, as: 'allowedProjects'
478
479
  property :cluster_hostname, as: 'clusterHostname'
479
480
  property :enable_private_endpoint, as: 'enablePrivateEndpoint'
480
481
  property :service_attachment_uri, as: 'serviceAttachmentUri'
@@ -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 cluster on
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 cluster will
250
- # also be deleted. Otherwise, the request will work only if the cluster has no
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 actually apply
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 will be created. In this
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 specifying which fields in the cluster should be updated.
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.3.0
4
+ version: 0.5.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-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-19 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.9.1
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.9.1
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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.5.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: []