Class Violation.Builder (2.9.0)

public static final class Violation.Builder extends GeneratedMessageV3.Builder<Violation.Builder> implements ViolationOrBuilder

Workload monitoring Violation.

Protobuf type google.cloud.assuredworkloads.v1.Violation

Implements

ViolationOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Violation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Violation.Builder
Overrides

build()

public Violation build()
Returns
TypeDescription
Violation

buildPartial()

public Violation buildPartial()
Returns
TypeDescription
Violation

clear()

public Violation.Builder clear()
Returns
TypeDescription
Violation.Builder
Overrides

clearAcknowledged()

public Violation.Builder clearAcknowledged()

Output only. A boolean that indicates if the violation is acknowledged

bool acknowledged = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearAcknowledgementTime()

public Violation.Builder clearAcknowledgementTime()

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Violation.Builder
public Violation.Builder clearAuditLogLink()

Output only. Immutable. Audit Log Link for violated resource Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder}

string audit_log_link = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearBeginTime()

public Violation.Builder clearBeginTime()

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

clearCategory()

public Violation.Builder clearCategory()

Output only. Category under which this violation is mapped. e.g. Location, Service Usage, Access, Encryption, etc.

string category = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearDescription()

public Violation.Builder clearDescription()

Output only. Description for the Violation. e.g. OrgPolicy gcp.resourceLocations has non compliant value.

string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

public Violation.Builder clearExceptionAuditLogLink()

Output only. Immutable. Audit Log link to find business justification provided for violation exception. Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{protoPayload.methodName}{timeRange}{organization}

string exception_audit_log_link = 16 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Violation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Violation.Builder
Overrides

clearName()

public Violation.Builder clearName()

Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearNonCompliantOrgPolicy()

public Violation.Builder clearNonCompliantOrgPolicy()

Output only. Immutable. Name of the OrgPolicy which was modified with non-compliant change and resulted this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}

string non_compliant_org_policy = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Violation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Violation.Builder
Overrides

clearOrgPolicyConstraint()

public Violation.Builder clearOrgPolicyConstraint()

Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.

string org_policy_constraint = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearRemediation()

public Violation.Builder clearRemediation()

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

clearResolveTime()

public Violation.Builder clearResolveTime()

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

clearState()

public Violation.Builder clearState()

Output only. State of the violation

.google.cloud.assuredworkloads.v1.Violation.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

This builder for chaining.

clearUpdateTime()

public Violation.Builder clearUpdateTime()

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Builder

clone()

public Violation.Builder clone()
Returns
TypeDescription
Violation.Builder
Overrides

getAcknowledged()

public boolean getAcknowledged()

Output only. A boolean that indicates if the violation is acknowledged

bool acknowledged = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The acknowledged.

getAcknowledgementTime()

public Timestamp getAcknowledgementTime()

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Timestamp

The acknowledgementTime.

getAcknowledgementTimeBuilder()

public Timestamp.Builder getAcknowledgementTimeBuilder()

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Builder

getAcknowledgementTimeOrBuilder()

public TimestampOrBuilder getAcknowledgementTimeOrBuilder()

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
TimestampOrBuilder
public String getAuditLogLink()

Output only. Immutable. Audit Log Link for violated resource Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder}

string audit_log_link = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The auditLogLink.

getAuditLogLinkBytes()

public ByteString getAuditLogLinkBytes()

Output only. Immutable. Audit Log Link for violated resource Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder}

string audit_log_link = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for auditLogLink.

getBeginTime()

public Timestamp getBeginTime()

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The beginTime.

getBeginTimeBuilder()

public Timestamp.Builder getBeginTimeBuilder()

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getBeginTimeOrBuilder()

public TimestampOrBuilder getBeginTimeOrBuilder()

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getCategory()

public String getCategory()

Output only. Category under which this violation is mapped. e.g. Location, Service Usage, Access, Encryption, etc.

string category = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The category.

getCategoryBytes()

public ByteString getCategoryBytes()

Output only. Category under which this violation is mapped. e.g. Location, Service Usage, Access, Encryption, etc.

string category = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for category.

getDefaultInstanceForType()

public Violation getDefaultInstanceForType()
Returns
TypeDescription
Violation

getDescription()

public String getDescription()

Output only. Description for the Violation. e.g. OrgPolicy gcp.resourceLocations has non compliant value.

string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Output only. Description for the Violation. e.g. OrgPolicy gcp.resourceLocations has non compliant value.

string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides
public String getExceptionAuditLogLink()

Output only. Immutable. Audit Log link to find business justification provided for violation exception. Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{protoPayload.methodName}{timeRange}{organization}

string exception_audit_log_link = 16 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The exceptionAuditLogLink.

getExceptionAuditLogLinkBytes()

public ByteString getExceptionAuditLogLinkBytes()

Output only. Immutable. Audit Log link to find business justification provided for violation exception. Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{protoPayload.methodName}{timeRange}{organization}

string exception_audit_log_link = 16 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for exceptionAuditLogLink.

getName()

public String getName()

Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for name.

getNonCompliantOrgPolicy()

public String getNonCompliantOrgPolicy()

Output only. Immutable. Name of the OrgPolicy which was modified with non-compliant change and resulted this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}

string non_compliant_org_policy = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The nonCompliantOrgPolicy.

getNonCompliantOrgPolicyBytes()

public ByteString getNonCompliantOrgPolicyBytes()

Output only. Immutable. Name of the OrgPolicy which was modified with non-compliant change and resulted this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}

string non_compliant_org_policy = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for nonCompliantOrgPolicy.

getOrgPolicyConstraint()

public String getOrgPolicyConstraint()

Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.

string org_policy_constraint = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The orgPolicyConstraint.

getOrgPolicyConstraintBytes()

public ByteString getOrgPolicyConstraintBytes()

Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.

string org_policy_constraint = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for orgPolicyConstraint.

getRemediation()

public Violation.Remediation getRemediation()

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Remediation

The remediation.

getRemediationBuilder()

public Violation.Remediation.Builder getRemediationBuilder()

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.Remediation.Builder

getRemediationOrBuilder()

public Violation.RemediationOrBuilder getRemediationOrBuilder()

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.RemediationOrBuilder

getResolveTime()

public Timestamp getResolveTime()

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The resolveTime.

getResolveTimeBuilder()

public Timestamp.Builder getResolveTimeBuilder()

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getResolveTimeOrBuilder()

public TimestampOrBuilder getResolveTimeOrBuilder()

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getState()

public Violation.State getState()

Output only. State of the violation

.google.cloud.assuredworkloads.v1.Violation.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Violation.State

The state.

getStateValue()

public int getStateValue()

Output only. State of the violation

.google.cloud.assuredworkloads.v1.Violation.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasAcknowledgementTime()

public boolean hasAcknowledgementTime()

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the acknowledgementTime field is set.

hasBeginTime()

public boolean hasBeginTime()

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the beginTime field is set.

hasRemediation()

public boolean hasRemediation()

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the remediation field is set.

hasResolveTime()

public boolean hasResolveTime()

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the resolveTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAcknowledgementTime(Timestamp value)

public Violation.Builder mergeAcknowledgementTime(Timestamp value)

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

mergeBeginTime(Timestamp value)

public Violation.Builder mergeBeginTime(Timestamp value)

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

mergeFrom(Violation other)

public Violation.Builder mergeFrom(Violation other)
Parameter
NameDescription
otherViolation
Returns
TypeDescription
Violation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Violation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Violation.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Violation.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Violation.Builder
Overrides

mergeRemediation(Violation.Remediation value)

public Violation.Builder mergeRemediation(Violation.Remediation value)

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueViolation.Remediation
Returns
TypeDescription
Violation.Builder

mergeResolveTime(Timestamp value)

public Violation.Builder mergeResolveTime(Timestamp value)

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Violation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Violation.Builder
Overrides

mergeUpdateTime(Timestamp value)

public Violation.Builder mergeUpdateTime(Timestamp value)

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

setAcknowledged(boolean value)

public Violation.Builder setAcknowledged(boolean value)

Output only. A boolean that indicates if the violation is acknowledged

bool acknowledged = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueboolean

The acknowledged to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setAcknowledgementTime(Timestamp value)

public Violation.Builder setAcknowledgementTime(Timestamp value)

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

setAcknowledgementTime(Timestamp.Builder builderForValue)

public Violation.Builder setAcknowledgementTime(Timestamp.Builder builderForValue)

Optional. Timestamp when this violation was acknowledged last. This will be absent when acknowledged field is marked as false.

optional .google.protobuf.Timestamp acknowledgement_time = 15 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Violation.Builder
public Violation.Builder setAuditLogLink(String value)

Output only. Immutable. Audit Log Link for violated resource Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder}

string audit_log_link = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The auditLogLink to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setAuditLogLinkBytes(ByteString value)

public Violation.Builder setAuditLogLinkBytes(ByteString value)

Output only. Immutable. Audit Log Link for violated resource Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{timeRange}{folder}

string audit_log_link = 11 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for auditLogLink to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setBeginTime(Timestamp value)

public Violation.Builder setBeginTime(Timestamp value)

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

setBeginTime(Timestamp.Builder builderForValue)

public Violation.Builder setBeginTime(Timestamp.Builder builderForValue)

Output only. Time of the event which triggered the Violation.

.google.protobuf.Timestamp begin_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Violation.Builder

setCategory(String value)

public Violation.Builder setCategory(String value)

Output only. Category under which this violation is mapped. e.g. Location, Service Usage, Access, Encryption, etc.

string category = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The category to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setCategoryBytes(ByteString value)

public Violation.Builder setCategoryBytes(ByteString value)

Output only. Category under which this violation is mapped. e.g. Location, Service Usage, Access, Encryption, etc.

string category = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for category to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setDescription(String value)

public Violation.Builder setDescription(String value)

Output only. Description for the Violation. e.g. OrgPolicy gcp.resourceLocations has non compliant value.

string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Violation.Builder setDescriptionBytes(ByteString value)

Output only. Description for the Violation. e.g. OrgPolicy gcp.resourceLocations has non compliant value.

string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

public Violation.Builder setExceptionAuditLogLink(String value)

Output only. Immutable. Audit Log link to find business justification provided for violation exception. Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{protoPayload.methodName}{timeRange}{organization}

string exception_audit_log_link = 16 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The exceptionAuditLogLink to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setExceptionAuditLogLinkBytes(ByteString value)

public Violation.Builder setExceptionAuditLogLinkBytes(ByteString value)

Output only. Immutable. Audit Log link to find business justification provided for violation exception. Format: https://console.cloud.google.com/logs/query;query={logName}{protoPayload.resourceName}{protoPayload.methodName}{timeRange}{organization}

string exception_audit_log_link = 16 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for exceptionAuditLogLink to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Violation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Violation.Builder
Overrides

setName(String value)

public Violation.Builder setName(String value)

Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Violation.Builder setNameBytes(ByteString value)

Output only. Immutable. Name of the Violation. Format: organizations/{organization}/locations/{location}/workloads/{workload_id}/violations/{violations_id}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setNonCompliantOrgPolicy(String value)

public Violation.Builder setNonCompliantOrgPolicy(String value)

Output only. Immutable. Name of the OrgPolicy which was modified with non-compliant change and resulted this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}

string non_compliant_org_policy = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The nonCompliantOrgPolicy to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setNonCompliantOrgPolicyBytes(ByteString value)

public Violation.Builder setNonCompliantOrgPolicyBytes(ByteString value)

Output only. Immutable. Name of the OrgPolicy which was modified with non-compliant change and resulted this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}

string non_compliant_org_policy = 12 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for nonCompliantOrgPolicy to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setOrgPolicyConstraint(String value)

public Violation.Builder setOrgPolicyConstraint(String value)

Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.

string org_policy_constraint = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The orgPolicyConstraint to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setOrgPolicyConstraintBytes(ByteString value)

public Violation.Builder setOrgPolicyConstraintBytes(ByteString value)

Output only. Immutable. The org-policy-constraint that was incorrectly changed, which resulted in this violation.

string org_policy_constraint = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for orgPolicyConstraint to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setRemediation(Violation.Remediation value)

public Violation.Builder setRemediation(Violation.Remediation value)

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueViolation.Remediation
Returns
TypeDescription
Violation.Builder

setRemediation(Violation.Remediation.Builder builderForValue)

public Violation.Builder setRemediation(Violation.Remediation.Builder builderForValue)

Output only. Compliance violation remediation

.google.cloud.assuredworkloads.v1.Violation.Remediation remediation = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueViolation.Remediation.Builder
Returns
TypeDescription
Violation.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Violation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Violation.Builder
Overrides

setResolveTime(Timestamp value)

public Violation.Builder setResolveTime(Timestamp value)

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

setResolveTime(Timestamp.Builder builderForValue)

public Violation.Builder setResolveTime(Timestamp.Builder builderForValue)

Output only. Time of the event which fixed the Violation. If the violation is ACTIVE this will be empty.

.google.protobuf.Timestamp resolve_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Violation.Builder

setState(Violation.State value)

public Violation.Builder setState(Violation.State value)

Output only. State of the violation

.google.cloud.assuredworkloads.v1.Violation.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueViolation.State

The state to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setStateValue(int value)

public Violation.Builder setStateValue(int value)

Output only. State of the violation

.google.cloud.assuredworkloads.v1.Violation.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
Violation.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Violation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Violation.Builder
Overrides

setUpdateTime(Timestamp value)

public Violation.Builder setUpdateTime(Timestamp value)

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Violation.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Violation.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The last time when the Violation record was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Violation.Builder