public interface QueryMetadataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getQuery()
public abstract String getQuery()Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.
string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The query. |
getQueryBytes()
public abstract ByteString getQueryBytes()Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.
string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for query. |
getService()
public abstract String getService()Required. The relative resource name of the metastore service to query metadata, in the following format:
projects/{project_id}/locations/{location_id}/services/{service_id}.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The service. |
getServiceBytes()
public abstract ByteString getServiceBytes()Required. The relative resource name of the metastore service to query metadata, in the following format:
projects/{project_id}/locations/{location_id}/services/{service_id}.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for service. |