public static final class ListRuleExecutionErrorsResponse.Builder extends GeneratedMessage.Builder<ListRuleExecutionErrorsResponse.Builder> implements ListRuleExecutionErrorsResponseOrBuilderResponse message for ListRuleExecutionErrors.
Protobuf type google.cloud.chronicle.v1.ListRuleExecutionErrorsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListRuleExecutionErrorsResponse.BuilderImplements
ListRuleExecutionErrorsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRuleExecutionErrors(Iterable<? extends RuleExecutionError> values)
public ListRuleExecutionErrorsResponse.Builder addAllRuleExecutionErrors(Iterable<? extends RuleExecutionError> values)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.RuleExecutionError> |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
addRuleExecutionErrors(RuleExecutionError value)
public ListRuleExecutionErrorsResponse.Builder addRuleExecutionErrors(RuleExecutionError value)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
RuleExecutionError |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
addRuleExecutionErrors(RuleExecutionError.Builder builderForValue)
public ListRuleExecutionErrorsResponse.Builder addRuleExecutionErrors(RuleExecutionError.Builder builderForValue)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RuleExecutionError.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
addRuleExecutionErrors(int index, RuleExecutionError value)
public ListRuleExecutionErrorsResponse.Builder addRuleExecutionErrors(int index, RuleExecutionError value)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
RuleExecutionError |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
addRuleExecutionErrors(int index, RuleExecutionError.Builder builderForValue)
public ListRuleExecutionErrorsResponse.Builder addRuleExecutionErrors(int index, RuleExecutionError.Builder builderForValue)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
RuleExecutionError.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
addRuleExecutionErrorsBuilder()
public RuleExecutionError.Builder addRuleExecutionErrorsBuilder()List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Returns | |
|---|---|
| Type | Description |
RuleExecutionError.Builder |
|
addRuleExecutionErrorsBuilder(int index)
public RuleExecutionError.Builder addRuleExecutionErrorsBuilder(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.Builder |
|
build()
public ListRuleExecutionErrorsResponse build()| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse |
|
buildPartial()
public ListRuleExecutionErrorsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse |
|
clear()
public ListRuleExecutionErrorsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
clearNextPageToken()
public ListRuleExecutionErrorsResponse.Builder clearNextPageToken() 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 |
ListRuleExecutionErrorsResponse.Builder |
This builder for chaining. |
clearRuleExecutionErrors()
public ListRuleExecutionErrorsResponse.Builder clearRuleExecutionErrors()List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
getDefaultInstanceForType()
public ListRuleExecutionErrorsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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 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 |
|
getRuleExecutionErrorsBuilder(int index)
public RuleExecutionError.Builder getRuleExecutionErrorsBuilder(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.Builder |
|
getRuleExecutionErrorsBuilderList()
public List<RuleExecutionError.Builder> getRuleExecutionErrorsBuilderList()List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRuleExecutionErrorsCount()
public int getRuleExecutionErrorsCount()List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRuleExecutionErrorsList()
public 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 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 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListRuleExecutionErrorsResponse other)
public ListRuleExecutionErrorsResponse.Builder mergeFrom(ListRuleExecutionErrorsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRuleExecutionErrorsResponse |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListRuleExecutionErrorsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListRuleExecutionErrorsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
removeRuleExecutionErrors(int index)
public ListRuleExecutionErrorsResponse.Builder removeRuleExecutionErrors(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 |
ListRuleExecutionErrorsResponse.Builder |
|
setNextPageToken(String value)
public ListRuleExecutionErrorsResponse.Builder setNextPageToken(String value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListRuleExecutionErrorsResponse.Builder setNextPageTokenBytes(ByteString value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
This builder for chaining. |
setRuleExecutionErrors(int index, RuleExecutionError value)
public ListRuleExecutionErrorsResponse.Builder setRuleExecutionErrors(int index, RuleExecutionError value)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
RuleExecutionError |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|
setRuleExecutionErrors(int index, RuleExecutionError.Builder builderForValue)
public ListRuleExecutionErrorsResponse.Builder setRuleExecutionErrors(int index, RuleExecutionError.Builder builderForValue)List of rule execution errors.
repeated .google.cloud.chronicle.v1.RuleExecutionError rule_execution_errors = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
RuleExecutionError.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRuleExecutionErrorsResponse.Builder |
|