public interface QueryListOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQueries(int index)
Required.
|
ByteString |
getQueriesBytes(int index)
Required.
|
int |
getQueriesCount()
Required.
|
java.util.List<java.lang.String> |
getQueriesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<java.lang.String> getQueriesList()
Required. The queries to execute. You do not need to terminate a query
with a semicolon. Multiple queries can be specified in one string
by separating each with a semicolon. Here is an example of an Cloud
Dataproc API snippet that uses a QueryList to specify a HiveJob:
"hiveJob": {
"queryList": {
"queries": [
"query1",
"query2",
"query3;query4",
]
}
}
repeated string queries = 1;int getQueriesCount()
Required. The queries to execute. You do not need to terminate a query
with a semicolon. Multiple queries can be specified in one string
by separating each with a semicolon. Here is an example of an Cloud
Dataproc API snippet that uses a QueryList to specify a HiveJob:
"hiveJob": {
"queryList": {
"queries": [
"query1",
"query2",
"query3;query4",
]
}
}
repeated string queries = 1;java.lang.String getQueries(int index)
Required. The queries to execute. You do not need to terminate a query
with a semicolon. Multiple queries can be specified in one string
by separating each with a semicolon. Here is an example of an Cloud
Dataproc API snippet that uses a QueryList to specify a HiveJob:
"hiveJob": {
"queryList": {
"queries": [
"query1",
"query2",
"query3;query4",
]
}
}
repeated string queries = 1;ByteString getQueriesBytes(int index)
Required. The queries to execute. You do not need to terminate a query
with a semicolon. Multiple queries can be specified in one string
by separating each with a semicolon. Here is an example of an Cloud
Dataproc API snippet that uses a QueryList to specify a HiveJob:
"hiveJob": {
"queryList": {
"queries": [
"query1",
"query2",
"query3;query4",
]
}
}
repeated string queries = 1;