public static interface DataQualityRule.DebugQueryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Optional. Specifies the description of the debug query.
- The maximum length is 1,024 characters.
string description = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. Specifies the description of the debug query.
- The maximum length is 1,024 characters.
string description = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getSqlStatement()
public abstract String getSqlStatement()Required. Specifies the SQL statement to be executed.
string sql_statement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The sqlStatement. |
getSqlStatementBytes()
public abstract ByteString getSqlStatementBytes()Required. Specifies the SQL statement to be executed.
string sql_statement = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sqlStatement. |