public interface ListRuleRevisionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token that 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 that 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 revisions of the rule.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Rule |
|
getRulesCount()
public abstract int getRulesCount()The revisions of the rule.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRulesList()
public abstract List<Rule> getRulesList()The revisions of the rule.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<Rule> |
|
getRulesOrBuilder(int index)
public abstract RuleOrBuilder getRulesOrBuilder(int index)The revisions of the rule.
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 revisions of the rule.
repeated .google.cloud.chronicle.v1.Rule rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.RuleOrBuilder> |
|