public static interface Lake.MetastoreOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getService()
public abstract String getService()
Optional. A relative reference to the Dataproc Metastore
(https://cloud.google.com/dataproc-metastore/docs) service associated
with the lake:
projects/{project_id}/locations/{location_id}/services/{service_id}
string service = 1;
Returns | |
---|---|
Type | Description |
String |
The service. |
getServiceBytes()
public abstract ByteString getServiceBytes()
Optional. A relative reference to the Dataproc Metastore
(https://cloud.google.com/dataproc-metastore/docs) service associated
with the lake:
projects/{project_id}/locations/{location_id}/services/{service_id}
string service = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for service. |