Class PolicyValidationParameter.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
com.google.ads.googleads.v18.common.PolicyValidationParameter.Builder
- All Implemented Interfaces:
PolicyValidationParameterOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- PolicyValidationParameter
public static final class PolicyValidationParameter.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
implements PolicyValidationParameterOrBuilder
Parameter for controlling how policy exemption is done.Protobuf type
google.ads.googleads.v18.common.PolicyValidationParameter-
Method Summary
Modifier and TypeMethodDescriptionaddAllExemptPolicyViolationKeys(Iterable<? extends PolicyViolationKey> values) The list of policy violation keys that should not cause a PolicyViolationError to be reported.addAllIgnorablePolicyTopics(Iterable<String> values) The list of policy topics that should not cause a PolicyFindingError to be reported.addExemptPolicyViolationKeys(int index, PolicyViolationKey value) The list of policy violation keys that should not cause a PolicyViolationError to be reported.addExemptPolicyViolationKeys(int index, PolicyViolationKey.Builder builderForValue) The list of policy violation keys that should not cause a PolicyViolationError to be reported.The list of policy violation keys that should not cause a PolicyViolationError to be reported.addExemptPolicyViolationKeys(PolicyViolationKey.Builder builderForValue) The list of policy violation keys that should not cause a PolicyViolationError to be reported.The list of policy violation keys that should not cause a PolicyViolationError to be reported.addExemptPolicyViolationKeysBuilder(int index) The list of policy violation keys that should not cause a PolicyViolationError to be reported.addIgnorablePolicyTopics(String value) The list of policy topics that should not cause a PolicyFindingError to be reported.addIgnorablePolicyTopicsBytes(com.google.protobuf.ByteString value) The list of policy topics that should not cause a PolicyFindingError to be reported.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()The list of policy violation keys that should not cause a PolicyViolationError to be reported.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) The list of policy topics that should not cause a PolicyFindingError to be reported.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetExemptPolicyViolationKeys(int index) The list of policy violation keys that should not cause a PolicyViolationError to be reported.getExemptPolicyViolationKeysBuilder(int index) The list of policy violation keys that should not cause a PolicyViolationError to be reported.The list of policy violation keys that should not cause a PolicyViolationError to be reported.intThe list of policy violation keys that should not cause a PolicyViolationError to be reported.The list of policy violation keys that should not cause a PolicyViolationError to be reported.getExemptPolicyViolationKeysOrBuilder(int index) The list of policy violation keys that should not cause a PolicyViolationError to be reported.List<? extends PolicyViolationKeyOrBuilder>The list of policy violation keys that should not cause a PolicyViolationError to be reported.getIgnorablePolicyTopics(int index) The list of policy topics that should not cause a PolicyFindingError to be reported.com.google.protobuf.ByteStringgetIgnorablePolicyTopicsBytes(int index) The list of policy topics that should not cause a PolicyFindingError to be reported.intThe list of policy topics that should not cause a PolicyFindingError to be reported.com.google.protobuf.ProtocolStringListThe list of policy topics that should not cause a PolicyFindingError to be reported.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) removeExemptPolicyViolationKeys(int index) The list of policy violation keys that should not cause a PolicyViolationError to be reported.setExemptPolicyViolationKeys(int index, PolicyViolationKey value) The list of policy violation keys that should not cause a PolicyViolationError to be reported.setExemptPolicyViolationKeys(int index, PolicyViolationKey.Builder builderForValue) The list of policy violation keys that should not cause a PolicyViolationError to be reported.setIgnorablePolicyTopics(int index, String value) The list of policy topics that should not cause a PolicyFindingError to be reported.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
setField
public PolicyValidationParameter.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
clearField
public PolicyValidationParameter.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
clearOneof
public PolicyValidationParameter.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
setRepeatedField
public PolicyValidationParameter.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
addRepeatedField
public PolicyValidationParameter.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PolicyValidationParameter.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
mergeFrom
public PolicyValidationParameter.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PolicyValidationParameter.Builder>- Throws:
IOException
-
getIgnorablePolicyTopicsList
public com.google.protobuf.ProtocolStringList getIgnorablePolicyTopicsList()The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Specified by:
getIgnorablePolicyTopicsListin interfacePolicyValidationParameterOrBuilder- Returns:
- A list containing the ignorablePolicyTopics.
-
getIgnorablePolicyTopicsCount
public int getIgnorablePolicyTopicsCount()The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Specified by:
getIgnorablePolicyTopicsCountin interfacePolicyValidationParameterOrBuilder- Returns:
- The count of ignorablePolicyTopics.
-
getIgnorablePolicyTopics
The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Specified by:
getIgnorablePolicyTopicsin interfacePolicyValidationParameterOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The ignorablePolicyTopics at the given index.
-
getIgnorablePolicyTopicsBytes
public com.google.protobuf.ByteString getIgnorablePolicyTopicsBytes(int index) The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Specified by:
getIgnorablePolicyTopicsBytesin interfacePolicyValidationParameterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ignorablePolicyTopics at the given index.
-
setIgnorablePolicyTopics
The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Parameters:
index- The index to set the value at.value- The ignorablePolicyTopics to set.- Returns:
- This builder for chaining.
-
addIgnorablePolicyTopics
The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Parameters:
value- The ignorablePolicyTopics to add.- Returns:
- This builder for chaining.
-
addAllIgnorablePolicyTopics
The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Parameters:
values- The ignorablePolicyTopics to add.- Returns:
- This builder for chaining.
-
clearIgnorablePolicyTopics
The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Returns:
- This builder for chaining.
-
addIgnorablePolicyTopicsBytes
public PolicyValidationParameter.Builder addIgnorablePolicyTopicsBytes(com.google.protobuf.ByteString value) The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated string ignorable_policy_topics = 3;- Parameters:
value- The bytes of the ignorablePolicyTopics to add.- Returns:
- This builder for chaining.
-
getExemptPolicyViolationKeysList
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2;- Specified by:
getExemptPolicyViolationKeysListin interfacePolicyValidationParameterOrBuilder
-
getExemptPolicyViolationKeysCount
public int getExemptPolicyViolationKeysCount()The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2;- Specified by:
getExemptPolicyViolationKeysCountin interfacePolicyValidationParameterOrBuilder
-
getExemptPolicyViolationKeys
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2;- Specified by:
getExemptPolicyViolationKeysin interfacePolicyValidationParameterOrBuilder
-
setExemptPolicyViolationKeys
public PolicyValidationParameter.Builder setExemptPolicyViolationKeys(int index, PolicyViolationKey value) The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
setExemptPolicyViolationKeys
public PolicyValidationParameter.Builder setExemptPolicyViolationKeys(int index, PolicyViolationKey.Builder builderForValue) The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
addExemptPolicyViolationKeys
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
addExemptPolicyViolationKeys
public PolicyValidationParameter.Builder addExemptPolicyViolationKeys(int index, PolicyViolationKey value) The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
addExemptPolicyViolationKeys
public PolicyValidationParameter.Builder addExemptPolicyViolationKeys(PolicyViolationKey.Builder builderForValue) The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
addExemptPolicyViolationKeys
public PolicyValidationParameter.Builder addExemptPolicyViolationKeys(int index, PolicyViolationKey.Builder builderForValue) The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
addAllExemptPolicyViolationKeys
public PolicyValidationParameter.Builder addAllExemptPolicyViolationKeys(Iterable<? extends PolicyViolationKey> values) The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
clearExemptPolicyViolationKeys
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
removeExemptPolicyViolationKeys
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
getExemptPolicyViolationKeysBuilder
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
getExemptPolicyViolationKeysOrBuilder
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2;- Specified by:
getExemptPolicyViolationKeysOrBuilderin interfacePolicyValidationParameterOrBuilder
-
getExemptPolicyViolationKeysOrBuilderList
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2;- Specified by:
getExemptPolicyViolationKeysOrBuilderListin interfacePolicyValidationParameterOrBuilder
-
addExemptPolicyViolationKeysBuilder
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
addExemptPolicyViolationKeysBuilder
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
getExemptPolicyViolationKeysBuilderList
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.
repeated .google.ads.googleads.v18.common.PolicyViolationKey exempt_policy_violation_keys = 2; -
setUnknownFields
public final PolicyValidationParameter.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-
mergeUnknownFields
public final PolicyValidationParameter.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PolicyValidationParameter.Builder>
-