public static interface DatastoreV1.GqlQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowLiteral()
optional bool allow_literal = 2 [default = false]; |
DatastoreV1.GqlQueryArg |
getNameArg(int index)
repeated .api.services.datastore.GqlQueryArg name_arg = 3; |
int |
getNameArgCount()
repeated .api.services.datastore.GqlQueryArg name_arg = 3; |
List<DatastoreV1.GqlQueryArg> |
getNameArgList()
repeated .api.services.datastore.GqlQueryArg name_arg = 3; |
DatastoreV1.GqlQueryArgOrBuilder |
getNameArgOrBuilder(int index)
repeated .api.services.datastore.GqlQueryArg name_arg = 3; |
List<? extends DatastoreV1.GqlQueryArgOrBuilder> |
getNameArgOrBuilderList()
repeated .api.services.datastore.GqlQueryArg name_arg = 3; |
DatastoreV1.GqlQueryArg |
getNumberArg(int index)
repeated .api.services.datastore.GqlQueryArg number_arg = 4; |
int |
getNumberArgCount()
repeated .api.services.datastore.GqlQueryArg number_arg = 4; |
List<DatastoreV1.GqlQueryArg> |
getNumberArgList()
repeated .api.services.datastore.GqlQueryArg number_arg = 4; |
DatastoreV1.GqlQueryArgOrBuilder |
getNumberArgOrBuilder(int index)
repeated .api.services.datastore.GqlQueryArg number_arg = 4; |
List<? extends DatastoreV1.GqlQueryArgOrBuilder> |
getNumberArgOrBuilderList()
repeated .api.services.datastore.GqlQueryArg number_arg = 4; |
String |
getQueryString()
required string query_string = 1; |
com.google.protobuf.ByteString |
getQueryStringBytes()
required string query_string = 1; |
boolean |
hasAllowLiteral()
optional bool allow_literal = 2 [default = false]; |
boolean |
hasQueryString()
required string query_string = 1; |
boolean hasQueryString()
required string query_string = 1;
String getQueryString()
required string query_string = 1;
com.google.protobuf.ByteString getQueryStringBytes()
required string query_string = 1;
boolean hasAllowLiteral()
optional bool allow_literal = 2 [default = false];
When false, the query string must not contain a literal.
boolean getAllowLiteral()
optional bool allow_literal = 2 [default = false];
When false, the query string must not contain a literal.
List<DatastoreV1.GqlQueryArg> getNameArgList()
repeated .api.services.datastore.GqlQueryArg name_arg = 3;
A named argument must set field GqlQueryArg.name. No two named arguments may have the same name. For each non-reserved named binding site in the query string, there must be a named argument with that name, but not necessarily the inverse.
DatastoreV1.GqlQueryArg getNameArg(int index)
repeated .api.services.datastore.GqlQueryArg name_arg = 3;
A named argument must set field GqlQueryArg.name. No two named arguments may have the same name. For each non-reserved named binding site in the query string, there must be a named argument with that name, but not necessarily the inverse.
int getNameArgCount()
repeated .api.services.datastore.GqlQueryArg name_arg = 3;
A named argument must set field GqlQueryArg.name. No two named arguments may have the same name. For each non-reserved named binding site in the query string, there must be a named argument with that name, but not necessarily the inverse.
List<? extends DatastoreV1.GqlQueryArgOrBuilder> getNameArgOrBuilderList()
repeated .api.services.datastore.GqlQueryArg name_arg = 3;
A named argument must set field GqlQueryArg.name. No two named arguments may have the same name. For each non-reserved named binding site in the query string, there must be a named argument with that name, but not necessarily the inverse.
DatastoreV1.GqlQueryArgOrBuilder getNameArgOrBuilder(int index)
repeated .api.services.datastore.GqlQueryArg name_arg = 3;
A named argument must set field GqlQueryArg.name. No two named arguments may have the same name. For each non-reserved named binding site in the query string, there must be a named argument with that name, but not necessarily the inverse.
List<DatastoreV1.GqlQueryArg> getNumberArgList()
repeated .api.services.datastore.GqlQueryArg number_arg = 4;
Numbered binding site @1 references the first numbered argument, effectively using 1-based indexing, rather than the usual 0. A numbered argument must NOT set field GqlQueryArg.name. For each binding site numbered i in query_string, there must be an ith numbered argument. The inverse must also be true.
DatastoreV1.GqlQueryArg getNumberArg(int index)
repeated .api.services.datastore.GqlQueryArg number_arg = 4;
Numbered binding site @1 references the first numbered argument, effectively using 1-based indexing, rather than the usual 0. A numbered argument must NOT set field GqlQueryArg.name. For each binding site numbered i in query_string, there must be an ith numbered argument. The inverse must also be true.
int getNumberArgCount()
repeated .api.services.datastore.GqlQueryArg number_arg = 4;
Numbered binding site @1 references the first numbered argument, effectively using 1-based indexing, rather than the usual 0. A numbered argument must NOT set field GqlQueryArg.name. For each binding site numbered i in query_string, there must be an ith numbered argument. The inverse must also be true.
List<? extends DatastoreV1.GqlQueryArgOrBuilder> getNumberArgOrBuilderList()
repeated .api.services.datastore.GqlQueryArg number_arg = 4;
Numbered binding site @1 references the first numbered argument, effectively using 1-based indexing, rather than the usual 0. A numbered argument must NOT set field GqlQueryArg.name. For each binding site numbered i in query_string, there must be an ith numbered argument. The inverse must also be true.
DatastoreV1.GqlQueryArgOrBuilder getNumberArgOrBuilder(int index)
repeated .api.services.datastore.GqlQueryArg number_arg = 4;
Numbered binding site @1 references the first numbered argument, effectively using 1-based indexing, rather than the usual 0. A numbered argument must NOT set field GqlQueryArg.name. For each binding site numbered i in query_string, there must be an ith numbered argument. The inverse must also be true.
Copyright © 2013. All Rights Reserved.