com.google.ads.googleads.v17.common.PolicyTopicEvidenceOrBuilder 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 PolicyTopicEvidenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.PolicyTopicEvidence)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of websites linked with this resource.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.WebsiteList website_list = 3;
* @return Whether the websiteList field is set.
*/
boolean hasWebsiteList();
/**
*
* List of websites linked with this resource.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.WebsiteList website_list = 3;
* @return The websiteList.
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.WebsiteList getWebsiteList();
/**
*
* List of websites linked with this resource.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.WebsiteList website_list = 3;
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.WebsiteListOrBuilder getWebsiteListOrBuilder();
/**
*
* List of evidence found in the text of a resource.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.TextList text_list = 4;
* @return Whether the textList field is set.
*/
boolean hasTextList();
/**
*
* List of evidence found in the text of a resource.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.TextList text_list = 4;
* @return The textList.
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.TextList getTextList();
/**
*
* List of evidence found in the text of a resource.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.TextList text_list = 4;
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.TextListOrBuilder getTextListOrBuilder();
/**
*
* The language the resource was detected to be written in.
* This is an IETF language tag such as "en-US".
*
*
* string language_code = 9;
* @return Whether the languageCode field is set.
*/
boolean hasLanguageCode();
/**
*
* The language the resource was detected to be written in.
* This is an IETF language tag such as "en-US".
*
*
* string language_code = 9;
* @return The languageCode.
*/
java.lang.String getLanguageCode();
/**
*
* The language the resource was detected to be written in.
* This is an IETF language tag such as "en-US".
*
*
* string language_code = 9;
* @return The bytes for languageCode.
*/
com.google.protobuf.ByteString
getLanguageCodeBytes();
/**
*
* The text in the destination of the resource that is causing a policy
* finding.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationTextList destination_text_list = 6;
* @return Whether the destinationTextList field is set.
*/
boolean hasDestinationTextList();
/**
*
* The text in the destination of the resource that is causing a policy
* finding.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationTextList destination_text_list = 6;
* @return The destinationTextList.
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationTextList getDestinationTextList();
/**
*
* The text in the destination of the resource that is causing a policy
* finding.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationTextList destination_text_list = 6;
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationTextListOrBuilder getDestinationTextListOrBuilder();
/**
*
* Mismatch between the destinations of a resource's URLs.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationMismatch destination_mismatch = 7;
* @return Whether the destinationMismatch field is set.
*/
boolean hasDestinationMismatch();
/**
*
* Mismatch between the destinations of a resource's URLs.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationMismatch destination_mismatch = 7;
* @return The destinationMismatch.
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationMismatch getDestinationMismatch();
/**
*
* Mismatch between the destinations of a resource's URLs.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationMismatch destination_mismatch = 7;
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationMismatchOrBuilder getDestinationMismatchOrBuilder();
/**
*
* Details when the destination is returning an HTTP error code or isn't
* functional in all locations for commonly used devices.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationNotWorking destination_not_working = 8;
* @return Whether the destinationNotWorking field is set.
*/
boolean hasDestinationNotWorking();
/**
*
* Details when the destination is returning an HTTP error code or isn't
* functional in all locations for commonly used devices.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationNotWorking destination_not_working = 8;
* @return The destinationNotWorking.
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationNotWorking getDestinationNotWorking();
/**
*
* Details when the destination is returning an HTTP error code or isn't
* functional in all locations for commonly used devices.
*
*
* .google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationNotWorking destination_not_working = 8;
*/
com.google.ads.googleads.v17.common.PolicyTopicEvidence.DestinationNotWorkingOrBuilder getDestinationNotWorkingOrBuilder();
com.google.ads.googleads.v17.common.PolicyTopicEvidence.ValueCase getValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy