public interface RuntimeAccessConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAccessType()
public abstract RuntimeAccessConfig.RuntimeAccessType getAccessType()
The type of access mode this instance.
.google.events.cloud.notebooks.v1.RuntimeAccessConfig.RuntimeAccessType access_type = 1;
Returns | |
---|---|
Type | Description |
RuntimeAccessConfig.RuntimeAccessType | The accessType. |
getAccessTypeValue()
public abstract int getAccessTypeValue()
The type of access mode this instance.
.google.events.cloud.notebooks.v1.RuntimeAccessConfig.RuntimeAccessType access_type = 1;
Returns | |
---|---|
Type | Description |
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;
Returns | |
---|---|
Type | Description |
String | The proxyUri. |
getProxyUriBytes()
public abstract ByteString getProxyUriBytes()
Output only. The proxy endpoint that is used to access the runtime.
string proxy_uri = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for runtimeOwner. |