public static final class DatastoreV1.GqlQuery extends com.google.protobuf.GeneratedMessage implements DatastoreV1.GqlQueryOrBuilder
api.services.datastore.GqlQuery
A GQL query.
Modifier and Type | Class and Description |
---|---|
static class |
DatastoreV1.GqlQuery.Builder
Protobuf type
api.services.datastore.GqlQuery |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ALLOW_LITERAL_FIELD_NUMBER |
static int |
NAME_ARG_FIELD_NUMBER |
static int |
NUMBER_ARG_FIELD_NUMBER |
static com.google.protobuf.Parser<DatastoreV1.GqlQuery> |
PARSER |
static int |
QUERY_STRING_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowLiteral()
optional bool allow_literal = 2 [default = false]; |
static DatastoreV1.GqlQuery |
getDefaultInstance() |
DatastoreV1.GqlQuery |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<DatastoreV1.GqlQuery> |
getParserForType() |
String |
getQueryString()
required string query_string = 1; |
com.google.protobuf.ByteString |
getQueryStringBytes()
required string query_string = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllowLiteral()
optional bool allow_literal = 2 [default = false]; |
boolean |
hasQueryString()
required string query_string = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DatastoreV1.GqlQuery.Builder |
newBuilder() |
static DatastoreV1.GqlQuery.Builder |
newBuilder(DatastoreV1.GqlQuery prototype) |
DatastoreV1.GqlQuery.Builder |
newBuilderForType() |
protected DatastoreV1.GqlQuery.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static DatastoreV1.GqlQuery |
parseDelimitedFrom(InputStream input) |
static DatastoreV1.GqlQuery |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatastoreV1.GqlQuery |
parseFrom(byte[] data) |
static DatastoreV1.GqlQuery |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatastoreV1.GqlQuery |
parseFrom(com.google.protobuf.ByteString data) |
static DatastoreV1.GqlQuery |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatastoreV1.GqlQuery |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DatastoreV1.GqlQuery |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatastoreV1.GqlQuery |
parseFrom(InputStream input) |
static DatastoreV1.GqlQuery |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DatastoreV1.GqlQuery.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<DatastoreV1.GqlQuery> PARSER
public static final int QUERY_STRING_FIELD_NUMBER
public static final int ALLOW_LITERAL_FIELD_NUMBER
public static final int NAME_ARG_FIELD_NUMBER
public static final int NUMBER_ARG_FIELD_NUMBER
public static DatastoreV1.GqlQuery getDefaultInstance()
public DatastoreV1.GqlQuery getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<DatastoreV1.GqlQuery> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasQueryString()
required string query_string = 1;
hasQueryString
in interface DatastoreV1.GqlQueryOrBuilder
public String getQueryString()
required string query_string = 1;
getQueryString
in interface DatastoreV1.GqlQueryOrBuilder
public com.google.protobuf.ByteString getQueryStringBytes()
required string query_string = 1;
getQueryStringBytes
in interface DatastoreV1.GqlQueryOrBuilder
public boolean hasAllowLiteral()
optional bool allow_literal = 2 [default = false];
When false, the query string must not contain a literal.
hasAllowLiteral
in interface DatastoreV1.GqlQueryOrBuilder
public boolean getAllowLiteral()
optional bool allow_literal = 2 [default = false];
When false, the query string must not contain a literal.
getAllowLiteral
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNameArgList
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNameArgOrBuilderList
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNameArgCount
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNameArg
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNameArgOrBuilder
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNumberArgList
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNumberArgOrBuilderList
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNumberArgCount
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNumberArg
in interface DatastoreV1.GqlQueryOrBuilder
public 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.
getNumberArgOrBuilder
in interface DatastoreV1.GqlQueryOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static DatastoreV1.GqlQuery parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DatastoreV1.GqlQuery parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DatastoreV1.GqlQuery parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DatastoreV1.GqlQuery parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DatastoreV1.GqlQuery parseFrom(InputStream input) throws IOException
IOException
public static DatastoreV1.GqlQuery parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DatastoreV1.GqlQuery parseDelimitedFrom(InputStream input) throws IOException
IOException
public static DatastoreV1.GqlQuery parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DatastoreV1.GqlQuery parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static DatastoreV1.GqlQuery parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DatastoreV1.GqlQuery.Builder newBuilder()
public DatastoreV1.GqlQuery.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static DatastoreV1.GqlQuery.Builder newBuilder(DatastoreV1.GqlQuery prototype)
public DatastoreV1.GqlQuery.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected DatastoreV1.GqlQuery.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013. All Rights Reserved.