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