Package com.buildless.service.v1
Interface QueryOptions.Filter.PropertyFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryOptions.Filter.PropertyFilter,QueryOptions.Filter.PropertyFilter.Builder
- Enclosing class:
QueryOptions.Filter
public static interface QueryOptions.Filter.PropertyFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOperator to apply with this filter value.intOperator to apply with this filter value.Property name against which this filter should apply.com.google.protobuf.ByteStringProperty name against which this filter should apply.com.google.protobuf.ValuegetValue()Filter value to apply, as applicable.com.google.protobuf.ValueOrBuilderFilter value to apply, as applicable.booleanhasValue()Filter value to apply, as applicable.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProperty
String getProperty()Property name against which this filter should apply.
string property = 1 [json_name = "property"];- Returns:
- The property.
-
getPropertyBytes
com.google.protobuf.ByteString getPropertyBytes()Property name against which this filter should apply.
string property = 1 [json_name = "property"];- Returns:
- The bytes for property.
-
getOperatorValue
int getOperatorValue()Operator to apply with this filter value.
.buildless.service.v1.QueryOptions.Filter.Operator operator = 2 [json_name = "operator"];- Returns:
- The enum numeric value on the wire for operator.
-
getOperator
QueryOptions.Filter.Operator getOperator()Operator to apply with this filter value.
.buildless.service.v1.QueryOptions.Filter.Operator operator = 2 [json_name = "operator"];- Returns:
- The operator.
-
hasValue
boolean hasValue()Filter value to apply, as applicable.
.google.protobuf.Value value = 3 [json_name = "value"];- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.Value getValue()Filter value to apply, as applicable.
.google.protobuf.Value value = 3 [json_name = "value"];- Returns:
- The value.
-
getValueOrBuilder
com.google.protobuf.ValueOrBuilder getValueOrBuilder()Filter value to apply, as applicable.
.google.protobuf.Value value = 3 [json_name = "value"];
-