public final class RuleExecutionError extends GeneratedMessage implements RuleExecutionErrorOrBuilder
The RuleExecutionError resource represents an error generated from
running/deploying a rule.
Protobuf type google.cloud.chronicle.v1.RuleExecutionError
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CURATED_RULE_FIELD_NUMBER
public static final int CURATED_RULE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RULE_FIELD_NUMBER
public static final int RULE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TIME_RANGE_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static RuleExecutionError getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RuleExecutionError.Builder newBuilder()
newBuilder(RuleExecutionError prototype)
public static RuleExecutionError.Builder newBuilder(RuleExecutionError prototype)
public static RuleExecutionError parseDelimitedFrom(InputStream input)
public static RuleExecutionError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RuleExecutionError parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RuleExecutionError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RuleExecutionError parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RuleExecutionError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RuleExecutionError parseFrom(CodedInputStream input)
public static RuleExecutionError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RuleExecutionError parseFrom(InputStream input)
public static RuleExecutionError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RuleExecutionError parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RuleExecutionError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RuleExecutionError> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCuratedRule()
public String getCuratedRule()
Output only. The resource name of the curated rule that generated the
rule execution error.
string curated_rule = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The curatedRule.
|
getCuratedRuleBytes()
public ByteString getCuratedRuleBytes()
Output only. The resource name of the curated rule that generated the
rule execution error.
string curated_rule = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for curatedRule.
|
getDefaultInstanceForType()
public RuleExecutionError getDefaultInstanceForType()
getError()
Output only. The error status corresponding with the rule execution error.
.google.rpc.Status error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
com.google.rpc.Status |
The error.
|
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
Output only. The error status corresponding with the rule execution error.
.google.rpc.Status error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
com.google.rpc.StatusOrBuilder |
|
getName()
Output only. The resource name of the rule execution error.
Format:
projects/{project}/locations/{location}/instances/{instance}/ruleExecutionErrors/{rule_execution_error}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name of the rule execution error.
Format:
projects/{project}/locations/{location}/instances/{instance}/ruleExecutionErrors/{rule_execution_error}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<RuleExecutionError> getParserForType()
Overrides
getRule()
Output only. The resource name of the rule that generated the rule
execution error.
string rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The rule.
|
getRuleBytes()
public ByteString getRuleBytes()
Output only. The resource name of the rule that generated the rule
execution error.
string rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for rule.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getSourceCase()
public RuleExecutionError.SourceCase getSourceCase()
getTimeRange()
public Interval getTimeRange()
Output only. The event time range that the rule execution error corresponds
with.
.google.type.Interval time_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
com.google.type.Interval |
The timeRange.
|
getTimeRangeOrBuilder()
public IntervalOrBuilder getTimeRangeOrBuilder()
Output only. The event time range that the rule execution error corresponds
with.
.google.type.Interval time_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
com.google.type.IntervalOrBuilder |
|
hasCuratedRule()
public boolean hasCuratedRule()
Output only. The resource name of the curated rule that generated the
rule execution error.
string curated_rule = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
boolean |
Whether the curatedRule field is set.
|
hasError()
public boolean hasError()
Output only. The error status corresponding with the rule execution error.
.google.rpc.Status error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the error field is set.
|
hasRule()
Output only. The resource name of the rule that generated the rule
execution error.
string rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
boolean |
Whether the rule field is set.
|
hasTimeRange()
public boolean hasTimeRange()
Output only. The event time range that the rule execution error corresponds
with.
.google.type.Interval time_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the timeRange field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RuleExecutionError.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected RuleExecutionError.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public RuleExecutionError.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides