Send feedback
Class Condition (2.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.22.0 keyboard_arrow_down
public final class Condition extends GeneratedMessageV3 implements ConditionOrBuilder
Metadata that is used to define a condition that triggers an action.
A valid condition must specify at least one of 'query_terms' or
'products_filter'. If multiple fields are specified, the condition is met if
all the fields are satisfied e.g. if a set of query terms and product_filter
are set, then only items matching the product_filter for requests with a
query matching the query terms wil get boosted.
Protobuf type google.cloud.retail.v2.Condition
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ACTIVE_TIME_RANGE_FIELD_NUMBER
public static final int ACTIVE_TIME_RANGE_FIELD_NUMBER
Field Value Type Description int
QUERY_TERMS_FIELD_NUMBER
public static final int QUERY_TERMS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static Condition getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Condition . Builder newBuilder ()
newBuilder(Condition prototype)
public static Condition . Builder newBuilder ( Condition prototype )
public static Condition parseDelimitedFrom ( InputStream input )
public static Condition parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Condition parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Condition parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Condition parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Condition parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Condition parseFrom ( CodedInputStream input )
public static Condition parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Condition parseFrom ( InputStream input )
public static Condition parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Condition parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Condition parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Condition> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getActiveTimeRange(int index)
public Condition . TimeRange getActiveTimeRange ( int index )
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2.Condition.TimeRange active_time_range = 3;
Parameter Name Description index
int
getActiveTimeRangeCount()
public int getActiveTimeRangeCount ()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2.Condition.TimeRange active_time_range = 3;
Returns Type Description int
getActiveTimeRangeList()
public List<Condition . TimeRange > getActiveTimeRangeList ()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2.Condition.TimeRange active_time_range = 3;
getActiveTimeRangeOrBuilder(int index)
public Condition . TimeRangeOrBuilder getActiveTimeRangeOrBuilder ( int index )
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2.Condition.TimeRange active_time_range = 3;
Parameter Name Description index
int
getActiveTimeRangeOrBuilderList()
public List <? extends Condition . TimeRangeOrBuilder > getActiveTimeRangeOrBuilderList ()
Range of time(s) specifying when Condition is active.
Condition true if any time range matches.
repeated .google.cloud.retail.v2.Condition.TimeRange active_time_range = 3;
Returns Type Description List <? extends com.google.cloud.retail.v2.Condition.TimeRangeOrBuilder >
getDefaultInstanceForType()
public Condition getDefaultInstanceForType ()
getParserForType()
public Parser<Condition> getParserForType ()
Overrides
getQueryTerms(int index)
public Condition . QueryTerm getQueryTerms ( int index )
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2.Condition.QueryTerm query_terms = 1;
Parameter Name Description index
int
getQueryTermsCount()
public int getQueryTermsCount ()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2.Condition.QueryTerm query_terms = 1;
Returns Type Description int
getQueryTermsList()
public List<Condition . QueryTerm > getQueryTermsList ()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2.Condition.QueryTerm query_terms = 1;
getQueryTermsOrBuilder(int index)
public Condition . QueryTermOrBuilder getQueryTermsOrBuilder ( int index )
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2.Condition.QueryTerm query_terms = 1;
Parameter Name Description index
int
getQueryTermsOrBuilderList()
public List <? extends Condition . QueryTermOrBuilder > getQueryTermsOrBuilderList ()
A list (up to 10 entries) of terms to match the query on. If not
specified, match all queries.
If many query terms are specified, the condition
is matched if any of the terms is a match (i.e. using the OR operator).
repeated .google.cloud.retail.v2.Condition.QueryTerm query_terms = 1;
Returns Type Description List <? extends com.google.cloud.retail.v2.Condition.QueryTermOrBuilder >
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Condition . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Condition . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public Condition . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]