public interface PropertyFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PropertyFilter.Operator |
getOp()
The operator to filter by.
|
int |
getOpValue()
The operator to filter by.
|
PropertyReference |
getProperty()
The property to filter by.
|
PropertyReferenceOrBuilder |
getPropertyOrBuilder()
The property to filter by.
|
Value |
getValue()
The value to compare the property to.
|
ValueOrBuilder |
getValueOrBuilder()
The value to compare the property to.
|
boolean |
hasProperty()
The property to filter by.
|
boolean |
hasValue()
The value to compare the property to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProperty()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;PropertyReference getProperty()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;PropertyReferenceOrBuilder getPropertyOrBuilder()
The property to filter by.
.google.datastore.v1.PropertyReference property = 1;int getOpValue()
The operator to filter by.
.google.datastore.v1.PropertyFilter.Operator op = 2;PropertyFilter.Operator getOp()
The operator to filter by.
.google.datastore.v1.PropertyFilter.Operator op = 2;boolean hasValue()
The value to compare the property to.
.google.datastore.v1.Value value = 3;Value getValue()
The value to compare the property to.
.google.datastore.v1.Value value = 3;ValueOrBuilder getValueOrBuilder()
The value to compare the property to.
.google.datastore.v1.Value value = 3;Copyright © 2022 Google LLC. All rights reserved.