com.google.cloud.audit.OrgPolicyViolationInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-common-protos Show documentation
Show all versions of proto-google-common-protos Show documentation
PROTO library for proto-google-common-protos
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/audit/audit_log.proto
// Protobuf Java Version: 3.25.4
package com.google.cloud.audit;
/**
*
*
*
* Represents OrgPolicy Violation information.
*
*
* Protobuf type {@code google.cloud.audit.OrgPolicyViolationInfo}
*/
public final class OrgPolicyViolationInfo extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.audit.OrgPolicyViolationInfo)
OrgPolicyViolationInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use OrgPolicyViolationInfo.newBuilder() to construct.
private OrgPolicyViolationInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private OrgPolicyViolationInfo() {
resourceType_ = "";
violationInfo_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new OrgPolicyViolationInfo();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.audit.AuditLogProto
.internal_static_google_cloud_audit_OrgPolicyViolationInfo_descriptor;
}
@SuppressWarnings({"rawtypes"})
@java.lang.Override
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
int number) {
switch (number) {
case 3:
return internalGetResourceTags();
default:
throw new RuntimeException("Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.audit.AuditLogProto
.internal_static_google_cloud_audit_OrgPolicyViolationInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.audit.OrgPolicyViolationInfo.class,
com.google.cloud.audit.OrgPolicyViolationInfo.Builder.class);
}
private int bitField0_;
public static final int PAYLOAD_FIELD_NUMBER = 1;
private com.google.protobuf.Struct payload_;
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the payload field is set.
*/
@java.lang.Override
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The payload.
*/
@java.lang.Override
public com.google.protobuf.Struct getPayload() {
return payload_ == null ? com.google.protobuf.Struct.getDefaultInstance() : payload_;
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
@java.lang.Override
public com.google.protobuf.StructOrBuilder getPayloadOrBuilder() {
return payload_ == null ? com.google.protobuf.Struct.getDefaultInstance() : payload_;
}
public static final int RESOURCE_TYPE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object resourceType_ = "";
/**
*
*
*
* Optional. Resource type that the orgpolicy is checked against.
* Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
*
*
* string resource_type = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The resourceType.
*/
@java.lang.Override
public java.lang.String getResourceType() {
java.lang.Object ref = resourceType_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
resourceType_ = s;
return s;
}
}
/**
*
*
*
* Optional. Resource type that the orgpolicy is checked against.
* Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
*
*
* string resource_type = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for resourceType.
*/
@java.lang.Override
public com.google.protobuf.ByteString getResourceTypeBytes() {
java.lang.Object ref = resourceType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
resourceType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RESOURCE_TAGS_FIELD_NUMBER = 3;
private static final class ResourceTagsDefaultEntryHolder {
static final com.google.protobuf.MapEntry defaultEntry =
com.google.protobuf.MapEntry.newDefaultInstance(
com.google.cloud.audit.AuditLogProto
.internal_static_google_cloud_audit_OrgPolicyViolationInfo_ResourceTagsEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.STRING,
"");
}
@SuppressWarnings("serial")
private com.google.protobuf.MapField resourceTags_;
private com.google.protobuf.MapField
internalGetResourceTags() {
if (resourceTags_ == null) {
return com.google.protobuf.MapField.emptyMapField(
ResourceTagsDefaultEntryHolder.defaultEntry);
}
return resourceTags_;
}
public int getResourceTagsCount() {
return internalGetResourceTags().getMap().size();
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public boolean containsResourceTags(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
return internalGetResourceTags().getMap().containsKey(key);
}
/** Use {@link #getResourceTagsMap()} instead. */
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getResourceTags() {
return getResourceTagsMap();
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public java.util.Map getResourceTagsMap() {
return internalGetResourceTags().getMap();
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public /* nullable */ java.lang.String getResourceTagsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetResourceTags().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public java.lang.String getResourceTagsOrThrow(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetResourceTags().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int VIOLATION_INFO_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private java.util.List violationInfo_;
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public java.util.List getViolationInfoList() {
return violationInfo_;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public java.util.List extends com.google.cloud.audit.ViolationInfoOrBuilder>
getViolationInfoOrBuilderList() {
return violationInfo_;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public int getViolationInfoCount() {
return violationInfo_.size();
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public com.google.cloud.audit.ViolationInfo getViolationInfo(int index) {
return violationInfo_.get(index);
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public com.google.cloud.audit.ViolationInfoOrBuilder getViolationInfoOrBuilder(int index) {
return violationInfo_.get(index);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getPayload());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, resourceType_);
}
com.google.protobuf.GeneratedMessageV3.serializeStringMapTo(
output, internalGetResourceTags(), ResourceTagsDefaultEntryHolder.defaultEntry, 3);
for (int i = 0; i < violationInfo_.size(); i++) {
output.writeMessage(4, violationInfo_.get(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getPayload());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, resourceType_);
}
for (java.util.Map.Entry entry :
internalGetResourceTags().getMap().entrySet()) {
com.google.protobuf.MapEntry resourceTags__ =
ResourceTagsDefaultEntryHolder.defaultEntry
.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, resourceTags__);
}
for (int i = 0; i < violationInfo_.size(); i++) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, violationInfo_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.cloud.audit.OrgPolicyViolationInfo)) {
return super.equals(obj);
}
com.google.cloud.audit.OrgPolicyViolationInfo other =
(com.google.cloud.audit.OrgPolicyViolationInfo) obj;
if (hasPayload() != other.hasPayload()) return false;
if (hasPayload()) {
if (!getPayload().equals(other.getPayload())) return false;
}
if (!getResourceType().equals(other.getResourceType())) return false;
if (!internalGetResourceTags().equals(other.internalGetResourceTags())) return false;
if (!getViolationInfoList().equals(other.getViolationInfoList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasPayload()) {
hash = (37 * hash) + PAYLOAD_FIELD_NUMBER;
hash = (53 * hash) + getPayload().hashCode();
}
hash = (37 * hash) + RESOURCE_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getResourceType().hashCode();
if (!internalGetResourceTags().getMap().isEmpty()) {
hash = (37 * hash) + RESOURCE_TAGS_FIELD_NUMBER;
hash = (53 * hash) + internalGetResourceTags().hashCode();
}
if (getViolationInfoCount() > 0) {
hash = (37 * hash) + VIOLATION_INFO_FIELD_NUMBER;
hash = (53 * hash) + getViolationInfoList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.audit.OrgPolicyViolationInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.cloud.audit.OrgPolicyViolationInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* Represents OrgPolicy Violation information.
*
*
* Protobuf type {@code google.cloud.audit.OrgPolicyViolationInfo}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.audit.OrgPolicyViolationInfo)
com.google.cloud.audit.OrgPolicyViolationInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.audit.AuditLogProto
.internal_static_google_cloud_audit_OrgPolicyViolationInfo_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
int number) {
switch (number) {
case 3:
return internalGetResourceTags();
default:
throw new RuntimeException("Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
int number) {
switch (number) {
case 3:
return internalGetMutableResourceTags();
default:
throw new RuntimeException("Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.audit.AuditLogProto
.internal_static_google_cloud_audit_OrgPolicyViolationInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.audit.OrgPolicyViolationInfo.class,
com.google.cloud.audit.OrgPolicyViolationInfo.Builder.class);
}
// Construct using com.google.cloud.audit.OrgPolicyViolationInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getPayloadFieldBuilder();
getViolationInfoFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
payload_ = null;
if (payloadBuilder_ != null) {
payloadBuilder_.dispose();
payloadBuilder_ = null;
}
resourceType_ = "";
internalGetMutableResourceTags().clear();
if (violationInfoBuilder_ == null) {
violationInfo_ = java.util.Collections.emptyList();
} else {
violationInfo_ = null;
violationInfoBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000008);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.audit.AuditLogProto
.internal_static_google_cloud_audit_OrgPolicyViolationInfo_descriptor;
}
@java.lang.Override
public com.google.cloud.audit.OrgPolicyViolationInfo getDefaultInstanceForType() {
return com.google.cloud.audit.OrgPolicyViolationInfo.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.audit.OrgPolicyViolationInfo build() {
com.google.cloud.audit.OrgPolicyViolationInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.audit.OrgPolicyViolationInfo buildPartial() {
com.google.cloud.audit.OrgPolicyViolationInfo result =
new com.google.cloud.audit.OrgPolicyViolationInfo(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartialRepeatedFields(com.google.cloud.audit.OrgPolicyViolationInfo result) {
if (violationInfoBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0)) {
violationInfo_ = java.util.Collections.unmodifiableList(violationInfo_);
bitField0_ = (bitField0_ & ~0x00000008);
}
result.violationInfo_ = violationInfo_;
} else {
result.violationInfo_ = violationInfoBuilder_.build();
}
}
private void buildPartial0(com.google.cloud.audit.OrgPolicyViolationInfo result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.payload_ = payloadBuilder_ == null ? payload_ : payloadBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.resourceType_ = resourceType_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.resourceTags_ = internalGetResourceTags();
result.resourceTags_.makeImmutable();
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.audit.OrgPolicyViolationInfo) {
return mergeFrom((com.google.cloud.audit.OrgPolicyViolationInfo) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.audit.OrgPolicyViolationInfo other) {
if (other == com.google.cloud.audit.OrgPolicyViolationInfo.getDefaultInstance()) return this;
if (other.hasPayload()) {
mergePayload(other.getPayload());
}
if (!other.getResourceType().isEmpty()) {
resourceType_ = other.resourceType_;
bitField0_ |= 0x00000002;
onChanged();
}
internalGetMutableResourceTags().mergeFrom(other.internalGetResourceTags());
bitField0_ |= 0x00000004;
if (violationInfoBuilder_ == null) {
if (!other.violationInfo_.isEmpty()) {
if (violationInfo_.isEmpty()) {
violationInfo_ = other.violationInfo_;
bitField0_ = (bitField0_ & ~0x00000008);
} else {
ensureViolationInfoIsMutable();
violationInfo_.addAll(other.violationInfo_);
}
onChanged();
}
} else {
if (!other.violationInfo_.isEmpty()) {
if (violationInfoBuilder_.isEmpty()) {
violationInfoBuilder_.dispose();
violationInfoBuilder_ = null;
violationInfo_ = other.violationInfo_;
bitField0_ = (bitField0_ & ~0x00000008);
violationInfoBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getViolationInfoFieldBuilder()
: null;
} else {
violationInfoBuilder_.addAllMessages(other.violationInfo_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10:
{
input.readMessage(getPayloadFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18:
{
resourceType_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 18
case 26:
{
com.google.protobuf.MapEntry resourceTags__ =
input.readMessage(
ResourceTagsDefaultEntryHolder.defaultEntry.getParserForType(),
extensionRegistry);
internalGetMutableResourceTags()
.getMutableMap()
.put(resourceTags__.getKey(), resourceTags__.getValue());
bitField0_ |= 0x00000004;
break;
} // case 26
case 34:
{
com.google.cloud.audit.ViolationInfo m =
input.readMessage(
com.google.cloud.audit.ViolationInfo.parser(), extensionRegistry);
if (violationInfoBuilder_ == null) {
ensureViolationInfoIsMutable();
violationInfo_.add(m);
} else {
violationInfoBuilder_.addMessage(m);
}
break;
} // case 34
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.google.protobuf.Struct payload_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Struct,
com.google.protobuf.Struct.Builder,
com.google.protobuf.StructOrBuilder>
payloadBuilder_;
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The payload.
*/
public com.google.protobuf.Struct getPayload() {
if (payloadBuilder_ == null) {
return payload_ == null ? com.google.protobuf.Struct.getDefaultInstance() : payload_;
} else {
return payloadBuilder_.getMessage();
}
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
public Builder setPayload(com.google.protobuf.Struct value) {
if (payloadBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
payload_ = value;
} else {
payloadBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
public Builder setPayload(com.google.protobuf.Struct.Builder builderForValue) {
if (payloadBuilder_ == null) {
payload_ = builderForValue.build();
} else {
payloadBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
public Builder mergePayload(com.google.protobuf.Struct value) {
if (payloadBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)
&& payload_ != null
&& payload_ != com.google.protobuf.Struct.getDefaultInstance()) {
getPayloadBuilder().mergeFrom(value);
} else {
payload_ = value;
}
} else {
payloadBuilder_.mergeFrom(value);
}
if (payload_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
public Builder clearPayload() {
bitField0_ = (bitField0_ & ~0x00000001);
payload_ = null;
if (payloadBuilder_ != null) {
payloadBuilder_.dispose();
payloadBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
public com.google.protobuf.Struct.Builder getPayloadBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getPayloadFieldBuilder().getBuilder();
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
public com.google.protobuf.StructOrBuilder getPayloadOrBuilder() {
if (payloadBuilder_ != null) {
return payloadBuilder_.getMessageOrBuilder();
} else {
return payload_ == null ? com.google.protobuf.Struct.getDefaultInstance() : payload_;
}
}
/**
*
*
*
* Optional. Resource payload that is currently in scope and is subjected to orgpolicy
* conditions. This payload may be the subset of the actual Resource that may
* come in the request. This payload should not contain any core content.
*
*
* .google.protobuf.Struct payload = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Struct,
com.google.protobuf.Struct.Builder,
com.google.protobuf.StructOrBuilder>
getPayloadFieldBuilder() {
if (payloadBuilder_ == null) {
payloadBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Struct,
com.google.protobuf.Struct.Builder,
com.google.protobuf.StructOrBuilder>(
getPayload(), getParentForChildren(), isClean());
payload_ = null;
}
return payloadBuilder_;
}
private java.lang.Object resourceType_ = "";
/**
*
*
*
* Optional. Resource type that the orgpolicy is checked against.
* Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
*
*
* string resource_type = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The resourceType.
*/
public java.lang.String getResourceType() {
java.lang.Object ref = resourceType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
resourceType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* Optional. Resource type that the orgpolicy is checked against.
* Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
*
*
* string resource_type = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for resourceType.
*/
public com.google.protobuf.ByteString getResourceTypeBytes() {
java.lang.Object ref = resourceType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
resourceType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* Optional. Resource type that the orgpolicy is checked against.
* Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
*
*
* string resource_type = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @param value The resourceType to set.
* @return This builder for chaining.
*/
public Builder setResourceType(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
resourceType_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Optional. Resource type that the orgpolicy is checked against.
* Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
*
*
* string resource_type = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return This builder for chaining.
*/
public Builder clearResourceType() {
resourceType_ = getDefaultInstance().getResourceType();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
*
*
* Optional. Resource type that the orgpolicy is checked against.
* Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
*
*
* string resource_type = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @param value The bytes for resourceType to set.
* @return This builder for chaining.
*/
public Builder setResourceTypeBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
resourceType_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private com.google.protobuf.MapField resourceTags_;
private com.google.protobuf.MapField
internalGetResourceTags() {
if (resourceTags_ == null) {
return com.google.protobuf.MapField.emptyMapField(
ResourceTagsDefaultEntryHolder.defaultEntry);
}
return resourceTags_;
}
private com.google.protobuf.MapField
internalGetMutableResourceTags() {
if (resourceTags_ == null) {
resourceTags_ =
com.google.protobuf.MapField.newMapField(ResourceTagsDefaultEntryHolder.defaultEntry);
}
if (!resourceTags_.isMutable()) {
resourceTags_ = resourceTags_.copy();
}
bitField0_ |= 0x00000004;
onChanged();
return resourceTags_;
}
public int getResourceTagsCount() {
return internalGetResourceTags().getMap().size();
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public boolean containsResourceTags(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
return internalGetResourceTags().getMap().containsKey(key);
}
/** Use {@link #getResourceTagsMap()} instead. */
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getResourceTags() {
return getResourceTagsMap();
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public java.util.Map getResourceTagsMap() {
return internalGetResourceTags().getMap();
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public /* nullable */ java.lang.String getResourceTagsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetResourceTags().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
@java.lang.Override
public java.lang.String getResourceTagsOrThrow(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
java.util.Map map = internalGetResourceTags().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearResourceTags() {
bitField0_ = (bitField0_ & ~0x00000004);
internalGetMutableResourceTags().getMutableMap().clear();
return this;
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder removeResourceTags(java.lang.String key) {
if (key == null) {
throw new NullPointerException("map key");
}
internalGetMutableResourceTags().getMutableMap().remove(key);
return this;
}
/** Use alternate mutation accessors instead. */
@java.lang.Deprecated
public java.util.Map getMutableResourceTags() {
bitField0_ |= 0x00000004;
return internalGetMutableResourceTags().getMutableMap();
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder putResourceTags(java.lang.String key, java.lang.String value) {
if (key == null) {
throw new NullPointerException("map key");
}
if (value == null) {
throw new NullPointerException("map value");
}
internalGetMutableResourceTags().getMutableMap().put(key, value);
bitField0_ |= 0x00000004;
return this;
}
/**
*
*
*
* Optional. Tags referenced on the resource at the time of evaluation. These also
* include the federated tags, if they are supplied in the CheckOrgPolicy
* or CheckCustomConstraints Requests.
*
* Optional field as of now. These tags are the Cloud tags that are
* available on the resource during the policy evaluation and will
* be available as part of the OrgPolicy check response for logging purposes.
*
*
* map<string, string> resource_tags = 3 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder putAllResourceTags(java.util.Map values) {
internalGetMutableResourceTags().getMutableMap().putAll(values);
bitField0_ |= 0x00000004;
return this;
}
private java.util.List violationInfo_ =
java.util.Collections.emptyList();
private void ensureViolationInfoIsMutable() {
if (!((bitField0_ & 0x00000008) != 0)) {
violationInfo_ =
new java.util.ArrayList(violationInfo_);
bitField0_ |= 0x00000008;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.audit.ViolationInfo,
com.google.cloud.audit.ViolationInfo.Builder,
com.google.cloud.audit.ViolationInfoOrBuilder>
violationInfoBuilder_;
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public java.util.List getViolationInfoList() {
if (violationInfoBuilder_ == null) {
return java.util.Collections.unmodifiableList(violationInfo_);
} else {
return violationInfoBuilder_.getMessageList();
}
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public int getViolationInfoCount() {
if (violationInfoBuilder_ == null) {
return violationInfo_.size();
} else {
return violationInfoBuilder_.getCount();
}
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public com.google.cloud.audit.ViolationInfo getViolationInfo(int index) {
if (violationInfoBuilder_ == null) {
return violationInfo_.get(index);
} else {
return violationInfoBuilder_.getMessage(index);
}
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder setViolationInfo(int index, com.google.cloud.audit.ViolationInfo value) {
if (violationInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureViolationInfoIsMutable();
violationInfo_.set(index, value);
onChanged();
} else {
violationInfoBuilder_.setMessage(index, value);
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder setViolationInfo(
int index, com.google.cloud.audit.ViolationInfo.Builder builderForValue) {
if (violationInfoBuilder_ == null) {
ensureViolationInfoIsMutable();
violationInfo_.set(index, builderForValue.build());
onChanged();
} else {
violationInfoBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder addViolationInfo(com.google.cloud.audit.ViolationInfo value) {
if (violationInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureViolationInfoIsMutable();
violationInfo_.add(value);
onChanged();
} else {
violationInfoBuilder_.addMessage(value);
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder addViolationInfo(int index, com.google.cloud.audit.ViolationInfo value) {
if (violationInfoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureViolationInfoIsMutable();
violationInfo_.add(index, value);
onChanged();
} else {
violationInfoBuilder_.addMessage(index, value);
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder addViolationInfo(com.google.cloud.audit.ViolationInfo.Builder builderForValue) {
if (violationInfoBuilder_ == null) {
ensureViolationInfoIsMutable();
violationInfo_.add(builderForValue.build());
onChanged();
} else {
violationInfoBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder addViolationInfo(
int index, com.google.cloud.audit.ViolationInfo.Builder builderForValue) {
if (violationInfoBuilder_ == null) {
ensureViolationInfoIsMutable();
violationInfo_.add(index, builderForValue.build());
onChanged();
} else {
violationInfoBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder addAllViolationInfo(
java.lang.Iterable extends com.google.cloud.audit.ViolationInfo> values) {
if (violationInfoBuilder_ == null) {
ensureViolationInfoIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, violationInfo_);
onChanged();
} else {
violationInfoBuilder_.addAllMessages(values);
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder clearViolationInfo() {
if (violationInfoBuilder_ == null) {
violationInfo_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
} else {
violationInfoBuilder_.clear();
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public Builder removeViolationInfo(int index) {
if (violationInfoBuilder_ == null) {
ensureViolationInfoIsMutable();
violationInfo_.remove(index);
onChanged();
} else {
violationInfoBuilder_.remove(index);
}
return this;
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public com.google.cloud.audit.ViolationInfo.Builder getViolationInfoBuilder(int index) {
return getViolationInfoFieldBuilder().getBuilder(index);
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public com.google.cloud.audit.ViolationInfoOrBuilder getViolationInfoOrBuilder(int index) {
if (violationInfoBuilder_ == null) {
return violationInfo_.get(index);
} else {
return violationInfoBuilder_.getMessageOrBuilder(index);
}
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public java.util.List extends com.google.cloud.audit.ViolationInfoOrBuilder>
getViolationInfoOrBuilderList() {
if (violationInfoBuilder_ != null) {
return violationInfoBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(violationInfo_);
}
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public com.google.cloud.audit.ViolationInfo.Builder addViolationInfoBuilder() {
return getViolationInfoFieldBuilder()
.addBuilder(com.google.cloud.audit.ViolationInfo.getDefaultInstance());
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public com.google.cloud.audit.ViolationInfo.Builder addViolationInfoBuilder(int index) {
return getViolationInfoFieldBuilder()
.addBuilder(index, com.google.cloud.audit.ViolationInfo.getDefaultInstance());
}
/**
*
*
*
* Optional. Policy violations
*
*
*
* repeated .google.cloud.audit.ViolationInfo violation_info = 4 [(.google.api.field_behavior) = OPTIONAL];
*
*/
public java.util.List
getViolationInfoBuilderList() {
return getViolationInfoFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.audit.ViolationInfo,
com.google.cloud.audit.ViolationInfo.Builder,
com.google.cloud.audit.ViolationInfoOrBuilder>
getViolationInfoFieldBuilder() {
if (violationInfoBuilder_ == null) {
violationInfoBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.audit.ViolationInfo,
com.google.cloud.audit.ViolationInfo.Builder,
com.google.cloud.audit.ViolationInfoOrBuilder>(
violationInfo_,
((bitField0_ & 0x00000008) != 0),
getParentForChildren(),
isClean());
violationInfo_ = null;
}
return violationInfoBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.cloud.audit.OrgPolicyViolationInfo)
}
// @@protoc_insertion_point(class_scope:google.cloud.audit.OrgPolicyViolationInfo)
private static final com.google.cloud.audit.OrgPolicyViolationInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.audit.OrgPolicyViolationInfo();
}
public static com.google.cloud.audit.OrgPolicyViolationInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public OrgPolicyViolationInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.cloud.audit.OrgPolicyViolationInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}