public enum RuntimeAccessConfig.RuntimeAccessType extends Enum<RuntimeAccessConfig.RuntimeAccessType> implements ProtocolMessageEnum
Possible ways to access runtime. Authentication mode. Currently supports: Single User only.
Protobuf enum google.events.cloud.notebooks.v1.RuntimeAccessConfig.RuntimeAccessType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
RUNTIME_ACCESS_TYPE_UNSPECIFIED |
Unspecified access. |
RUNTIME_ACCESS_TYPE_UNSPECIFIED_VALUE |
Unspecified access. |
SERVICE_ACCOUNT |
Service Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission. |
SERVICE_ACCOUNT_VALUE |
Service Account mode. In Service Account mode, Runtime creator will specify a SA that exists in the consumer project. Using Runtime Service Account field. Users accessing the Runtime need ActAs (Service Account User) permission. |
SINGLE_USER |
Single user login. |
SINGLE_USER_VALUE |
Single user login. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |