public static interface SecurityPosture.PolicyDriftDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDetectedValue()
public abstract String getDetectedValue()
The detected value that violates the deployed posture, for example,
false
or allowed_values={"projects/22831892"}
.
string detected_value = 3;
Returns | |
---|---|
Type | Description |
String |
The detectedValue. |
getDetectedValueBytes()
public abstract ByteString getDetectedValueBytes()
The detected value that violates the deployed posture, for example,
false
or allowed_values={"projects/22831892"}
.
string detected_value = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for detectedValue. |
getExpectedValue()
public abstract String getExpectedValue()
The value of this field that was configured in a posture, for example,
true
or allowed_values={"projects/29831892"}
.
string expected_value = 2;
Returns | |
---|---|
Type | Description |
String |
The expectedValue. |
getExpectedValueBytes()
public abstract ByteString getExpectedValueBytes()
The value of this field that was configured in a posture, for example,
true
or allowed_values={"projects/29831892"}
.
string expected_value = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for expectedValue. |
getField()
public abstract String getField()
The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
string field = 1;
Returns | |
---|---|
Type | Description |
String |
The field. |
getFieldBytes()
public abstract ByteString getFieldBytes()
The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
string field = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for field. |