All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.PolicyValidationParameterOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/policy.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface PolicyValidationParameterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.PolicyValidationParameter)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return A list containing the ignorablePolicyTopics. */ java.util.List 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; * @return The count of ignorablePolicyTopics. */ 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; * @param index The index of the element to return. * @return The ignorablePolicyTopics at the given index. */ java.lang.String getIgnorablePolicyTopics(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; * @param index The index of the value to return. * @return The bytes of the ignorablePolicyTopics at the given index. */ com.google.protobuf.ByteString getIgnorablePolicyTopicsBytes(int index); /** *
   * 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.v17.common.PolicyViolationKey exempt_policy_violation_keys = 2; */ java.util.List 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.v17.common.PolicyViolationKey exempt_policy_violation_keys = 2; */ com.google.ads.googleads.v17.common.PolicyViolationKey getExemptPolicyViolationKeys(int index); /** *
   * 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.v17.common.PolicyViolationKey exempt_policy_violation_keys = 2; */ 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.v17.common.PolicyViolationKey exempt_policy_violation_keys = 2; */ java.util.List 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.v17.common.PolicyViolationKey exempt_policy_violation_keys = 2; */ com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder getExemptPolicyViolationKeysOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy