Interface Environment.EndpointsOrBuilder (1.35.0)

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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The notebooks.

getNotebooksBytes()

public abstract ByteString getNotebooksBytes()

Output only. URI to serve notebook APIs

string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for notebooks.

getSql()

public abstract String getSql()

Output only. URI to serve SQL APIs

string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The sql.

getSqlBytes()

public abstract ByteString getSqlBytes()

Output only. URI to serve SQL APIs

string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for sql.