com.google.ads.googleads.v17.errors.PolicyViolationDetailsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/errors/errors.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.errors;
public interface PolicyViolationDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.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.v17.common.PolicyViolationKey key = 4;
* @return The key.
*/
com.google.ads.googleads.v17.common.PolicyViolationKey getKey();
/**
*
* Unique identifier for this violation.
* If policy is exemptible, this key may be used to request exemption.
*
*
* .google.ads.googleads.v17.common.PolicyViolationKey key = 4;
*/
com.google.ads.googleads.v17.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 - 2024 Weber Informatics LLC | Privacy Policy