public interface ListRuleSetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RuleSet |
|
getRuleSetsCount()
public abstract int getRuleSetsCount()The rule sets from the specified parent.
repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRuleSetsList()
public abstract List<RuleSet> getRuleSetsList()The rule sets from the specified parent.
repeated .google.cloud.contentwarehouse.v1.RuleSet rule_sets = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.RuleSetOrBuilder> |
|