public final class PropertyFilter extends com.google.protobuf.GeneratedMessageV3 implements PropertyFilterOrBuilder
A filter on a specific property.Protobuf type
google.datastore.v1.PropertyFilter| Type | Property and Description |
|---|---|
boolean |
has
The property to filter by.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyFilter.Builder
A filter on a specific property.
|
static class |
PropertyFilter.Operator
A property filter operator.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
OP_FIELD_NUMBER |
static int |
PROPERTY_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PropertyFilter |
getDefaultInstance() |
PropertyFilter |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PropertyFilter.Operator |
getOp()
The operator to filter by.
|
int |
getOpValue()
The operator to filter by.
|
com.google.protobuf.Parser<PropertyFilter> |
getParserForType() |
PropertyReference |
getProperty()
The property to filter by.
|
PropertyReferenceOrBuilder |
getPropertyOrBuilder()
The property to filter by.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Value |
getValue()
The value to compare the property to.
|
ValueOrBuilder |
getValueOrBuilder()
The value to compare the property to.
|
int |
hashCode() |
boolean |
hasProperty()
The property to filter by.
|
boolean |
hasValue()
The value to compare the property to.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PropertyFilter.Builder |
newBuilder() |
static PropertyFilter.Builder |
newBuilder(PropertyFilter prototype) |
PropertyFilter.Builder |
newBuilderForType() |
protected PropertyFilter.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static PropertyFilter |
parseDelimitedFrom(InputStream input) |
static PropertyFilter |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyFilter |
parseFrom(byte[] data) |
static PropertyFilter |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyFilter |
parseFrom(ByteBuffer data) |
static PropertyFilter |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyFilter |
parseFrom(com.google.protobuf.ByteString data) |
static PropertyFilter |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyFilter |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PropertyFilter |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PropertyFilter |
parseFrom(InputStream input) |
static PropertyFilter |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PropertyFilter> |
parser() |
PropertyFilter.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic boolean hasProperty
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;hasProperty in interface PropertyFilterOrBuilderpublic static final int PROPERTY_FIELD_NUMBER
public static final int OP_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasProperty()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;hasProperty in interface PropertyFilterOrBuilderpublic PropertyReference getProperty()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;getProperty in interface PropertyFilterOrBuilderpublic PropertyReferenceOrBuilder getPropertyOrBuilder()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;getPropertyOrBuilder in interface PropertyFilterOrBuilderpublic int getOpValue()
The operator to filter by.
.google.datastore.v1.PropertyFilter.Operator op = 2;getOpValue in interface PropertyFilterOrBuilderpublic PropertyFilter.Operator getOp()
The operator to filter by.
.google.datastore.v1.PropertyFilter.Operator op = 2;getOp in interface PropertyFilterOrBuilderpublic boolean hasValue()
The value to compare the property to.
.google.datastore.v1.Value value = 3;hasValue in interface PropertyFilterOrBuilderpublic Value getValue()
The value to compare the property to.
.google.datastore.v1.Value value = 3;getValue in interface PropertyFilterOrBuilderpublic ValueOrBuilder getValueOrBuilder()
The value to compare the property to.
.google.datastore.v1.Value value = 3;getValueOrBuilder in interface PropertyFilterOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PropertyFilter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PropertyFilter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PropertyFilter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PropertyFilter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PropertyFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PropertyFilter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PropertyFilter parseFrom(InputStream input) throws IOException
IOExceptionpublic static PropertyFilter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PropertyFilter parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PropertyFilter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PropertyFilter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PropertyFilter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PropertyFilter.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PropertyFilter.Builder newBuilder()
public static PropertyFilter.Builder newBuilder(PropertyFilter prototype)
public PropertyFilter.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PropertyFilter.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PropertyFilter getDefaultInstance()
public static com.google.protobuf.Parser<PropertyFilter> parser()
public com.google.protobuf.Parser<PropertyFilter> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PropertyFilter getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 Google LLC. All rights reserved.