public static interface SecurityPosture.PolicyDriftDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetectedValue()
The detected value that violates the deployed posture, for example,
`false` or `allowed_values={"projects/22831892"}`.
|
com.google.protobuf.ByteString |
getDetectedValueBytes()
The detected value that violates the deployed posture, for example,
`false` or `allowed_values={"projects/22831892"}`.
|
String |
getExpectedValue()
The value of this field that was configured in a posture, for example,
`true` or `allowed_values={"projects/29831892"}`.
|
com.google.protobuf.ByteString |
getExpectedValueBytes()
The value of this field that was configured in a posture, for example,
`true` or `allowed_values={"projects/29831892"}`.
|
String |
getField()
The name of the updated field, for example
constraint.implementation.policy_rules[0].enforce
|
com.google.protobuf.ByteString |
getFieldBytes()
The name of the updated field, for example
constraint.implementation.policy_rules[0].enforce
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getField()
The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
string field = 1;com.google.protobuf.ByteString getFieldBytes()
The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
string field = 1;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;com.google.protobuf.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;String getDetectedValue()
The detected value that violates the deployed posture, for example,
`false` or `allowed_values={"projects/22831892"}`.
string detected_value = 3;com.google.protobuf.ByteString getDetectedValueBytes()
The detected value that violates the deployed posture, for example,
`false` or `allowed_values={"projects/22831892"}`.
string detected_value = 3;Copyright © 2024 Google LLC. All rights reserved.