com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder 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/common/policy.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface PolicyViolationKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.PolicyViolationKey)
com.google.protobuf.MessageOrBuilder {
/**
*
* Unique ID of the violated policy.
*
*
* optional string policy_name = 3;
* @return Whether the policyName field is set.
*/
boolean hasPolicyName();
/**
*
* Unique ID of the violated policy.
*
*
* optional string policy_name = 3;
* @return The policyName.
*/
java.lang.String getPolicyName();
/**
*
* Unique ID of the violated policy.
*
*
* optional string policy_name = 3;
* @return The bytes for policyName.
*/
com.google.protobuf.ByteString
getPolicyNameBytes();
/**
*
* The text that violates the policy if specified.
* Otherwise, refers to the policy in general
* (for example, when requesting to be exempt from the whole policy).
* If not specified for criterion exemptions, the whole policy is implied.
* Must be specified for ad exemptions.
*
*
* optional string violating_text = 4;
* @return Whether the violatingText field is set.
*/
boolean hasViolatingText();
/**
*
* The text that violates the policy if specified.
* Otherwise, refers to the policy in general
* (for example, when requesting to be exempt from the whole policy).
* If not specified for criterion exemptions, the whole policy is implied.
* Must be specified for ad exemptions.
*
*
* optional string violating_text = 4;
* @return The violatingText.
*/
java.lang.String getViolatingText();
/**
*
* The text that violates the policy if specified.
* Otherwise, refers to the policy in general
* (for example, when requesting to be exempt from the whole policy).
* If not specified for criterion exemptions, the whole policy is implied.
* Must be specified for ad exemptions.
*
*
* optional string violating_text = 4;
* @return The bytes for violatingText.
*/
com.google.protobuf.ByteString
getViolatingTextBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy