public interface RuleExecutionResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessage()
public abstract String getMessage()Execution message, if any.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Execution message, if any.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getResultCount()
public abstract long getResultCount()Number of violations.
int64 result_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The resultCount. |
getRule()
public abstract String getRule() Rule name as plain text like sap-hana-configured.
string rule = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The rule. |
getRuleBytes()
public abstract ByteString getRuleBytes() Rule name as plain text like sap-hana-configured.
string rule = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rule. |
getScannedResourceCount()
public abstract long getScannedResourceCount()Number of total scanned resources.
int64 scanned_resource_count = 5;
| Returns | |
|---|---|
| Type | Description |
long |
The scannedResourceCount. |
getState()
public abstract RuleExecutionResult.State getState()Output only. The execution status.
.google.cloud.workloadmanager.v1.RuleExecutionResult.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
RuleExecutionResult.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The execution status.
.google.cloud.workloadmanager.v1.RuleExecutionResult.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |