com.google.ads.googleads.v10.errors.PolicyViolationDetailsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/errors/errors.proto
package com.google.ads.googleads.v10.errors;
public interface PolicyViolationDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.errors.PolicyViolationDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* Human readable description of policy violation.
*
*
* string external_policy_description = 2;
* @return The externalPolicyDescription.
*/
java.lang.String getExternalPolicyDescription();
/**
*
* Human readable description of policy violation.
*
*
* string external_policy_description = 2;
* @return The bytes for externalPolicyDescription.
*/
com.google.protobuf.ByteString
getExternalPolicyDescriptionBytes();
/**
*
* Unique identifier for this violation.
* If policy is exemptible, this key may be used to request exemption.
*
*
* .google.ads.googleads.v10.common.PolicyViolationKey key = 4;
* @return Whether the key field is set.
*/
boolean hasKey();
/**
*
* Unique identifier for this violation.
* If policy is exemptible, this key may be used to request exemption.
*
*
* .google.ads.googleads.v10.common.PolicyViolationKey key = 4;
* @return The key.
*/
com.google.ads.googleads.v10.common.PolicyViolationKey getKey();
/**
*
* Unique identifier for this violation.
* If policy is exemptible, this key may be used to request exemption.
*
*
* .google.ads.googleads.v10.common.PolicyViolationKey key = 4;
*/
com.google.ads.googleads.v10.common.PolicyViolationKeyOrBuilder getKeyOrBuilder();
/**
*
* Human readable name of the policy.
*
*
* string external_policy_name = 5;
* @return The externalPolicyName.
*/
java.lang.String getExternalPolicyName();
/**
*
* Human readable name of the policy.
*
*
* string external_policy_name = 5;
* @return The bytes for externalPolicyName.
*/
com.google.protobuf.ByteString
getExternalPolicyNameBytes();
/**
*
* Whether user can file an exemption request for this violation.
*
*
* bool is_exemptible = 6;
* @return The isExemptible.
*/
boolean getIsExemptible();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy