public interface QueryListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getQueries(int index)
Required.
|
com.google.protobuf.ByteString |
getQueriesBytes(int index)
Required.
|
int |
getQueriesCount()
Required.
|
List<String> |
getQueriesList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.