Interface SynonymSetOrBuilder (0.37.0)

public interface SynonymSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getContext()

public abstract String getContext()

This is a freeform field. Example contexts can be "sales," "engineering," "real estate," "accounting," etc. The context can be supplied during search requests.

string context = 2;

Returns
TypeDescription
String

The context.

getContextBytes()

public abstract ByteString getContextBytes()

This is a freeform field. Example contexts can be "sales," "engineering," "real estate," "accounting," etc. The context can be supplied during search requests.

string context = 2;

Returns
TypeDescription
ByteString

The bytes for context.

getName()

public abstract String getName()

The resource name of the SynonymSet This is mandatory for google.api.resource. Format: projects/{project_number}/locations/{location}/synonymSets/{context}.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name of the SynonymSet This is mandatory for google.api.resource. Format: projects/{project_number}/locations/{location}/synonymSets/{context}.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getSynonyms(int index)

public abstract SynonymSet.Synonym getSynonyms(int index)

List of Synonyms for the context.

repeated .google.cloud.contentwarehouse.v1.SynonymSet.Synonym synonyms = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
SynonymSet.Synonym

getSynonymsCount()

public abstract int getSynonymsCount()

List of Synonyms for the context.

repeated .google.cloud.contentwarehouse.v1.SynonymSet.Synonym synonyms = 3;

Returns
TypeDescription
int

getSynonymsList()

public abstract List<SynonymSet.Synonym> getSynonymsList()

List of Synonyms for the context.

repeated .google.cloud.contentwarehouse.v1.SynonymSet.Synonym synonyms = 3;

Returns
TypeDescription
List<Synonym>

getSynonymsOrBuilder(int index)

public abstract SynonymSet.SynonymOrBuilder getSynonymsOrBuilder(int index)

List of Synonyms for the context.

repeated .google.cloud.contentwarehouse.v1.SynonymSet.Synonym synonyms = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
SynonymSet.SynonymOrBuilder

getSynonymsOrBuilderList()

public abstract List<? extends SynonymSet.SynonymOrBuilder> getSynonymsOrBuilderList()

List of Synonyms for the context.

repeated .google.cloud.contentwarehouse.v1.SynonymSet.Synonym synonyms = 3;

Returns
TypeDescription
List<? extends com.google.cloud.contentwarehouse.v1.SynonymSet.SynonymOrBuilder>