Interface ListRuleSetsResponseOrBuilder (0.37.0)

public interface ListRuleSetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getRuleSets(int index)

public abstract RuleSet getRuleSets(int index)

The rule sets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RuleSet

getRuleSetsCount()

public abstract int getRuleSetsCount()

The rule sets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;

Returns
TypeDescription
int

getRuleSetsList()

public abstract List<RuleSet> getRuleSetsList()

The rule sets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;

Returns
TypeDescription
List<RuleSet>

getRuleSetsOrBuilder(int index)

public abstract RuleSetOrBuilder getRuleSetsOrBuilder(int index)

The rule sets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RuleSetOrBuilder

getRuleSetsOrBuilderList()

public abstract List<? extends RuleSetOrBuilder> getRuleSetsOrBuilderList()

The rule sets from the specified parent.

repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;

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