public static final class SecurityPosture.PolicyDriftDetails.Builder extends GeneratedMessage.Builder<SecurityPosture.PolicyDriftDetails.Builder> implements SecurityPosture.PolicyDriftDetailsOrBuilderThe policy field that violates the deployed posture and its expected and detected values.
Protobuf type google.cloud.securitycenter.v2.SecurityPosture.PolicyDriftDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SecurityPosture.PolicyDriftDetails.BuilderImplements
SecurityPosture.PolicyDriftDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SecurityPosture.PolicyDriftDetails build()| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails |
|
buildPartial()
public SecurityPosture.PolicyDriftDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails |
|
clear()
public SecurityPosture.PolicyDriftDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
|
clearDetectedValue()
public SecurityPosture.PolicyDriftDetails.Builder clearDetectedValue() The detected value that violates the deployed posture, for example,
false or allowed_values={"projects/22831892"}.
string detected_value = 3;
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
clearExpectedValue()
public SecurityPosture.PolicyDriftDetails.Builder clearExpectedValue() 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 |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
clearField()
public SecurityPosture.PolicyDriftDetails.Builder clearField()The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
string field = 1;
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SecurityPosture.PolicyDriftDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDetectedValue()
public 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SecurityPosture.PolicyDriftDetails other)
public SecurityPosture.PolicyDriftDetails.Builder mergeFrom(SecurityPosture.PolicyDriftDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
SecurityPosture.PolicyDriftDetails |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SecurityPosture.PolicyDriftDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SecurityPosture.PolicyDriftDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
|
setDetectedValue(String value)
public SecurityPosture.PolicyDriftDetails.Builder setDetectedValue(String value) The detected value that violates the deployed posture, for example,
false or allowed_values={"projects/22831892"}.
string detected_value = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe detectedValue to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
setDetectedValueBytes(ByteString value)
public SecurityPosture.PolicyDriftDetails.Builder setDetectedValueBytes(ByteString value) The detected value that violates the deployed posture, for example,
false or allowed_values={"projects/22831892"}.
string detected_value = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for detectedValue to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
setExpectedValue(String value)
public SecurityPosture.PolicyDriftDetails.Builder setExpectedValue(String value) The value of this field that was configured in a posture, for example,
true or allowed_values={"projects/29831892"}.
string expected_value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe expectedValue to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
setExpectedValueBytes(ByteString value)
public SecurityPosture.PolicyDriftDetails.Builder setExpectedValueBytes(ByteString value) The value of this field that was configured in a posture, for example,
true or allowed_values={"projects/29831892"}.
string expected_value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for expectedValue to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
setField(String value)
public SecurityPosture.PolicyDriftDetails.Builder setField(String value)The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
string field = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe field to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |
setFieldBytes(ByteString value)
public SecurityPosture.PolicyDriftDetails.Builder setFieldBytes(ByteString value)The name of the updated field, for example constraint.implementation.policy_rules[0].enforce
string field = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for field to set. |
| Returns | |
|---|---|
| Type | Description |
SecurityPosture.PolicyDriftDetails.Builder |
This builder for chaining. |