google-apis-workstations_v1beta 0.3.0 → 0.4.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: 297febb387bc6027a69a2871fa9c48f50f1433b26cadd735adea438b34aba40b
|
4
|
+
data.tar.gz: 495232743b5dd72f7ffec084a2ac76413e48e1edb0c6ea7550f3c36090f1f2a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c9f0507599a349a2686ca6ef19144f3e71feae5d41a79e8cb99d3e51c43787c5d8dd9f43e5871bf1780e335b73173e636e9a9919e3ea7dec6e12e41a368c0a4
|
7
|
+
data.tar.gz: 8a47c8b609f8a860f8a86690f8c7eab5040e11dc437f3654bb960371584f85da83189671f026f84846ca16987f815400d6ffc22a1f47ede16455f4fac5af37d5
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
# . * `
|
135
|
-
#
|
136
|
-
#
|
137
|
-
#
|
138
|
-
# the
|
139
|
-
#
|
140
|
-
#
|
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
|
@@ -994,6 +994,13 @@ module Google
|
|
994
994
|
class PrivateClusterConfig
|
995
995
|
include Google::Apis::Core::Hashable
|
996
996
|
|
997
|
+
# Additional projects that are allowed to attach to the workstation cluster's
|
998
|
+
# service attachment. By default, the workstation cluster's project and the VPC
|
999
|
+
# host project (if different) are allowed.
|
1000
|
+
# Corresponds to the JSON property `allowedProjects`
|
1001
|
+
# @return [Array<String>]
|
1002
|
+
attr_accessor :allowed_projects
|
1003
|
+
|
997
1004
|
# Output only. Hostname for the workstation cluster. This field will be
|
998
1005
|
# populated only when private endpoint is enabled. To access workstations in the
|
999
1006
|
# cluster, create a new DNS zone mapping this domain name to an internal IP
|
@@ -1023,6 +1030,7 @@ module Google
|
|
1023
1030
|
|
1024
1031
|
# Update properties of this object
|
1025
1032
|
def update!(**args)
|
1033
|
+
@allowed_projects = args[:allowed_projects] if args.key?(:allowed_projects)
|
1026
1034
|
@cluster_hostname = args[:cluster_hostname] if args.key?(:cluster_hostname)
|
1027
1035
|
@enable_private_endpoint = args[:enable_private_endpoint] if args.key?(:enable_private_endpoint)
|
1028
1036
|
@service_attachment_uri = args[:service_attachment_uri] if args.key?(:service_attachment_uri)
|
@@ -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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230201"
|
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'
|
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.4.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-02-05 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.4.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: []
|