public static final class SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression extends GeneratedMessageV3 implements SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.ExpressionOrBuilder
The expression denoting the filter that was extracted from the input
query.
Protobuf type
google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AND_EXPR_FIELD_NUMBER
public static final int AND_EXPR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GEOLOCATION_CONSTRAINT_FIELD_NUMBER
public static final int GEOLOCATION_CONSTRAINT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NUMBER_CONSTRAINT_FIELD_NUMBER
public static final int NUMBER_CONSTRAINT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OR_EXPR_FIELD_NUMBER
public static final int OR_EXPR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
STRING_CONSTRAINT_FIELD_NUMBER
public static final int STRING_CONSTRAINT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression.Builder newBuilder()
newBuilder(SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression prototype)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression.Builder newBuilder(SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression prototype)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseDelimitedFrom(InputStream input)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(CodedInputStream input)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(InputStream input)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAndExpr()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.AndExpression getAndExpr()
Logical "And" compound operator connecting multiple expressions.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.AndExpression and_expr = 4;
getAndExprOrBuilder()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.AndExpressionOrBuilder getAndExprOrBuilder()
Logical "And" compound operator connecting multiple expressions.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.AndExpression and_expr = 4;
getDefaultInstanceForType()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression getDefaultInstanceForType()
getExprCase()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression.ExprCase getExprCase()
getGeolocationConstraint()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.GeolocationConstraint getGeolocationConstraint()
Geolocation constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.GeolocationConstraint geolocation_constraint = 3;
getGeolocationConstraintOrBuilder()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.GeolocationConstraintOrBuilder getGeolocationConstraintOrBuilder()
Geolocation constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.GeolocationConstraint geolocation_constraint = 3;
getNumberConstraint()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint getNumberConstraint()
Numerical constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint number_constraint = 2;
getNumberConstraintOrBuilder()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraintOrBuilder getNumberConstraintOrBuilder()
Numerical constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint number_constraint = 2;
getOrExpr()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.OrExpression getOrExpr()
Logical "Or" compound operator connecting multiple expressions.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.OrExpression or_expr = 5;
getOrExprOrBuilder()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.OrExpressionOrBuilder getOrExprOrBuilder()
Logical "Or" compound operator connecting multiple expressions.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.OrExpression or_expr = 5;
getParserForType()
public Parser<SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStringConstraint()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.StringConstraint getStringConstraint()
String constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.StringConstraint string_constraint = 1;
getStringConstraintOrBuilder()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.StringConstraintOrBuilder getStringConstraintOrBuilder()
String constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.StringConstraint string_constraint = 1;
hasAndExpr()
public boolean hasAndExpr()
Logical "And" compound operator connecting multiple expressions.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.AndExpression and_expr = 4;
Returns |
Type |
Description |
boolean |
Whether the andExpr field is set.
|
hasGeolocationConstraint()
public boolean hasGeolocationConstraint()
Geolocation constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.GeolocationConstraint geolocation_constraint = 3;
Returns |
Type |
Description |
boolean |
Whether the geolocationConstraint field is set.
|
hasNumberConstraint()
public boolean hasNumberConstraint()
Numerical constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.NumberConstraint number_constraint = 2;
Returns |
Type |
Description |
boolean |
Whether the numberConstraint field is set.
|
hasOrExpr()
public boolean hasOrExpr()
Logical "Or" compound operator connecting multiple expressions.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.OrExpression or_expr = 5;
Returns |
Type |
Description |
boolean |
Whether the orExpr field is set.
|
hasStringConstraint()
public boolean hasStringConstraint()
String constraint expression.
.google.cloud.discoveryengine.v1alpha.SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.StringConstraint string_constraint = 1;
Returns |
Type |
Description |
boolean |
Whether the stringConstraint field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SearchResponse.NaturalLanguageQueryUnderstandingInfo.StructuredExtractedFilter.Expression.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides