public interface QueryCancellationActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCancelQuery()
public abstract String getCancelQuery()Format of the cancel query for the cloud database dialect.
string cancel_query = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The cancelQuery. |
getCancelQueryBytes()
public abstract ByteString getCancelQueryBytes()Format of the cancel query for the cloud database dialect.
string cancel_query = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cancelQuery. |
getLongRunningSql()
public abstract String getLongRunningSql()Long running query.
string long_running_sql = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The longRunningSql. |
getLongRunningSqlBytes()
public abstract ByteString getLongRunningSqlBytes()Long running query.
string long_running_sql = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for longRunningSql. |