Interface Environment.EndpointsOrBuilder (0.14.1)

public static interface Environment.EndpointsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotebooks()

public abstract String getNotebooks()

Output only. URI to serve notebook APIs

string notebooks = 1;

Returns
TypeDescription
String

The notebooks.

getNotebooksBytes()

public abstract ByteString getNotebooksBytes()

Output only. URI to serve notebook APIs

string notebooks = 1;

Returns
TypeDescription
ByteString

The bytes for notebooks.

getSql()

public abstract String getSql()

Output only. URI to serve SQL APIs

string sql = 2;

Returns
TypeDescription
String

The sql.

getSqlBytes()

public abstract ByteString getSqlBytes()

Output only. URI to serve SQL APIs

string sql = 2;

Returns
TypeDescription
ByteString

The bytes for sql.