Enum RuleView (0.2.0)

public enum RuleView extends Enum<RuleView> implements ProtocolMessageEnum

RuleView indicates the scope of fields to populate when returning the Rule resource.

Protobuf enum google.cloud.chronicle.v1.RuleView

Implements

ProtocolMessageEnum

Static Fields

Name Description
BASIC

Include basic metadata about the rule, but not the full contents. Returned fields include: revision_id, revision_create_time, display_name, author, severity, type, allowed_run_frequency, near_real_time_live_rule_eligible, etag, and scope. This is the default value for ListRules and ListRuleRevisions.

BASIC = 1;

BASIC_VALUE

Include basic metadata about the rule, but not the full contents. Returned fields include: revision_id, revision_create_time, display_name, author, severity, type, allowed_run_frequency, near_real_time_live_rule_eligible, etag, and scope. This is the default value for ListRules and ListRuleRevisions.

BASIC = 1;

FULL

Include all fields. This is the default value for GetRule.

FULL = 2;

FULL_VALUE

Include all fields. This is the default value for GetRule.

FULL = 2;

REVISION_METADATA_ONLY

Include basic metadata about the rule's revision only. Returned fields include: revision_id and revision_create_time.

REVISION_METADATA_ONLY = 3;

REVISION_METADATA_ONLY_VALUE

Include basic metadata about the rule's revision only. Returned fields include: revision_id and revision_create_time.

REVISION_METADATA_ONLY = 3;

RULE_VIEW_UNSPECIFIED

The default/unset value. The API will default to the BASIC view for ListRules/ListRuleRevisions. The API will default to the FULL view for GetRule.

RULE_VIEW_UNSPECIFIED = 0;

RULE_VIEW_UNSPECIFIED_VALUE

The default/unset value. The API will default to the BASIC view for ListRules/ListRuleRevisions. The API will default to the FULL view for GetRule.

RULE_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()