Enum RuntimeAccessConfig.RuntimeAccessType (1.1.0)

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.cloud.notebooks.v1.RuntimeAccessConfig.RuntimeAccessType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RUNTIME_ACCESS_TYPE_UNSPECIFIED

Unspecified access.

RUNTIME_ACCESS_TYPE_UNSPECIFIED = 0;

RUNTIME_ACCESS_TYPE_UNSPECIFIED_VALUE

Unspecified access.

RUNTIME_ACCESS_TYPE_UNSPECIFIED = 0;

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 = 2;

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.

SERVICE_ACCOUNT = 2;

SINGLE_USER

Single user login.

SINGLE_USER = 1;

SINGLE_USER_VALUE

Single user login.

SINGLE_USER = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()