public interface ListRuleExecutionErrorsResponseOrBuilder 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. |
getRuleExecutionErrors(int index)
public abstract RuleExecutionError getRuleExecutionErrors(int index)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RuleExecutionError |
|
getRuleExecutionErrorsCount()
public abstract int getRuleExecutionErrorsCount()List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRuleExecutionErrorsList()
public abstract List<RuleExecutionError> getRuleExecutionErrorsList()List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Returns | |
|---|---|
| Type | Description |
List<RuleExecutionError> |
|
getRuleExecutionErrorsOrBuilder(int index)
public abstract RuleExecutionErrorOrBuilder getRuleExecutionErrorsOrBuilder(int index)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RuleExecutionErrorOrBuilder |
|
getRuleExecutionErrorsOrBuilderList()
public abstract List<? extends RuleExecutionErrorOrBuilder> getRuleExecutionErrorsOrBuilderList()List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.RuleExecutionErrorOrBuilder> |
|