public interface ListRulesResponseOrBuilder extends MessageOrBuilder
Implements
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. |
getRules(int index)
public abstract Rule getRules(int index)
The rules from the specified instance.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Rule |
getRulesCount()
public abstract int getRulesCount()
The rules from the specified instance.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
Returns | |
---|---|
Type | Description |
int |
getRulesList()
public abstract List<Rule> getRulesList()
The rules from the specified instance.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
Returns | |
---|---|
Type | Description |
List<Rule> |
getRulesOrBuilder(int index)
public abstract RuleOrBuilder getRulesOrBuilder(int index)
The rules from the specified instance.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RuleOrBuilder |
getRulesOrBuilderList()
public abstract List<? extends RuleOrBuilder> getRulesOrBuilderList()
The rules from the specified instance.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.chronicle.v1.RuleOrBuilder> |