public static interface Environment.EndpointsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNotebooks()
public abstract String getNotebooks()Output only. URI to serve notebook APIs
string notebooks = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The notebooks. |
getNotebooksBytes()
public abstract ByteString getNotebooksBytes()Output only. URI to serve notebook APIs
string notebooks = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for notebooks. |
getSql()
public abstract String getSql()Output only. URI to serve SQL APIs
string sql = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The sql. |
getSqlBytes()
public abstract ByteString getSqlBytes()Output only. URI to serve SQL APIs
string sql = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sql. |