Interface ListSynonymSetsResponseOrBuilder (0.37.0)

public interface ListSynonymSetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A page token, received from a previous ListSynonymSets call. Provide this to retrieve the subsequent page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A page token, received from a previous ListSynonymSets call. Provide this to retrieve the subsequent page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSynonymSets(int index)

public abstract SynonymSet getSynonymSets(int index)

The synonymSets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.SynonymSet synonym_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SynonymSet

getSynonymSetsCount()

public abstract int getSynonymSetsCount()

The synonymSets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.SynonymSet synonym_sets = 1;

Returns
TypeDescription
int

getSynonymSetsList()

public abstract List<SynonymSet> getSynonymSetsList()

The synonymSets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.SynonymSet synonym_sets = 1;

Returns
TypeDescription
List<SynonymSet>

getSynonymSetsOrBuilder(int index)

public abstract SynonymSetOrBuilder getSynonymSetsOrBuilder(int index)

The synonymSets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.SynonymSet synonym_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SynonymSetOrBuilder

getSynonymSetsOrBuilderList()

public abstract List<? extends SynonymSetOrBuilder> getSynonymSetsOrBuilderList()

The synonymSets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.SynonymSet synonym_sets = 1;

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