Class ListRuleExecutionErrorsRequest (0.32.0)

public final class ListRuleExecutionErrorsRequest extends GeneratedMessage implements ListRuleExecutionErrorsRequestOrBuilder

Request message for ListRuleExecutionErrors.

Protobuf type google.cloud.chronicle.v1.ListRuleExecutionErrorsRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListRuleExecutionErrorsRequest

Static Fields

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
Type Description
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
Type Description
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListRuleExecutionErrorsRequest getDefaultInstance()
Returns
Type Description
ListRuleExecutionErrorsRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListRuleExecutionErrorsRequest.Builder newBuilder()
Returns
Type Description
ListRuleExecutionErrorsRequest.Builder

newBuilder(ListRuleExecutionErrorsRequest prototype)

public static ListRuleExecutionErrorsRequest.Builder newBuilder(ListRuleExecutionErrorsRequest prototype)
Parameter
Name Description
prototype ListRuleExecutionErrorsRequest
Returns
Type Description
ListRuleExecutionErrorsRequest.Builder

parseDelimitedFrom(InputStream input)

public static ListRuleExecutionErrorsRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListRuleExecutionErrorsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListRuleExecutionErrorsRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListRuleExecutionErrorsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListRuleExecutionErrorsRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListRuleExecutionErrorsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListRuleExecutionErrorsRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListRuleExecutionErrorsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListRuleExecutionErrorsRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListRuleExecutionErrorsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListRuleExecutionErrorsRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListRuleExecutionErrorsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRuleExecutionErrorsRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListRuleExecutionErrorsRequest> parser()
Returns
Type Description
Parser<ListRuleExecutionErrorsRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListRuleExecutionErrorsRequest getDefaultInstanceForType()
Returns
Type Description
ListRuleExecutionErrorsRequest

getFilter()

public String getFilter()

A filter that can be used to retrieve specific rule execution errors. Only the following filters are allowed: ` rule = "{Rule.name}" curated_rule = "{CuratedRule.name}" The value for rule or curated_rule must be a valid rule resource name or a valid curated rule resource name specified in quotes.

For 'rule', an optional 'revision_id' can be specified which can be used to fetch errors for a given revision of the rule. A '-' is also allowed to fetch errors across all revisions of the rule. If unspecified, only errors corresponding to the most recent revision of the rule will be returned. So these variations are all allowed: rule = "{Rule.name}" rule = "{Rule.name}@{Rule.revision_id}" rule = "{Rule.name}@-" ` Revision IDs are not supported for curated rules.

string filter = 4;

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

A filter that can be used to retrieve specific rule execution errors. Only the following filters are allowed: ` rule = "{Rule.name}" curated_rule = "{CuratedRule.name}" The value for rule or curated_rule must be a valid rule resource name or a valid curated rule resource name specified in quotes.

For 'rule', an optional 'revision_id' can be specified which can be used to fetch errors for a given revision of the rule. A '-' is also allowed to fetch errors across all revisions of the rule. If unspecified, only errors corresponding to the most recent revision of the rule will be returned. So these variations are all allowed: rule = "{Rule.name}" rule = "{Rule.name}@{Rule.revision_id}" rule = "{Rule.name}@-" ` Revision IDs are not supported for curated rules.

string filter = 4;

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

The maximum number of rule execution errors to return. The service may return fewer than this value. If unspecified, at most 1000 rule execution errors will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A page token, received from a previous ListRuleExecutionErrors call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListRuleExecutionErrors must match the call that provided the page token.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A page token, received from a previous ListRuleExecutionErrors call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListRuleExecutionErrors must match the call that provided the page token.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The instance to list rule execution errors from. Format: projects/{project}/locations/{location}/instances/{instance}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The instance to list rule execution errors from. Format: projects/{project}/locations/{location}/instances/{instance}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

public Parser<ListRuleExecutionErrorsRequest> getParserForType()
Returns
Type Description
Parser<ListRuleExecutionErrorsRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListRuleExecutionErrorsRequest.Builder newBuilderForType()
Returns
Type Description
ListRuleExecutionErrorsRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ListRuleExecutionErrorsRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListRuleExecutionErrorsRequest.Builder
Overrides

toBuilder()

public ListRuleExecutionErrorsRequest.Builder toBuilder()
Returns
Type Description
ListRuleExecutionErrorsRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException