Interface RuntimeAccessConfigOrBuilder (1.0.6)

public interface RuntimeAccessConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessType()

public abstract RuntimeAccessConfig.RuntimeAccessType getAccessType()

The type of access mode this instance.

.google.cloud.notebooks.v1.RuntimeAccessConfig.RuntimeAccessType access_type = 1;

Returns
TypeDescription
RuntimeAccessConfig.RuntimeAccessType

The accessType.

getAccessTypeValue()

public abstract int getAccessTypeValue()

The type of access mode this instance.

.google.cloud.notebooks.v1.RuntimeAccessConfig.RuntimeAccessType access_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for accessType.

getProxyUri()

public abstract String getProxyUri()

Output only. The proxy endpoint that is used to access the runtime.

string proxy_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The proxyUri.

getProxyUriBytes()

public abstract ByteString getProxyUriBytes()

Output only. The proxy endpoint that is used to access the runtime.

string proxy_uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for proxyUri.

getRuntimeOwner()

public abstract String getRuntimeOwner()

The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

string runtime_owner = 2;

Returns
TypeDescription
String

The runtimeOwner.

getRuntimeOwnerBytes()

public abstract ByteString getRuntimeOwnerBytes()

The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

string runtime_owner = 2;

Returns
TypeDescription
ByteString

The bytes for runtimeOwner.