Interface PolicyTopicEvidenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyTopicEvidence,PolicyTopicEvidence.Builder
public interface PolicyTopicEvidenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMismatch between the destinations of a resource's URLs.Mismatch between the destinations of a resource's URLs.Details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.Details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.The text in the destination of the resource that is causing a policy finding.The text in the destination of the resource that is causing a policy finding.The language the resource was detected to be written in.com.google.protobuf.ByteStringThe language the resource was detected to be written in.List of evidence found in the text of a resource.List of evidence found in the text of a resource.List of websites linked with this resource.List of websites linked with this resource.booleanMismatch between the destinations of a resource's URLs.booleanDetails when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.booleanThe text in the destination of the resource that is causing a policy finding.booleanThe language the resource was detected to be written in.booleanList of evidence found in the text of a resource.booleanList of websites linked with this resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasWebsiteList
boolean hasWebsiteList()List of websites linked with this resource.
.google.ads.googleads.v18.common.PolicyTopicEvidence.WebsiteList website_list = 3;- Returns:
- Whether the websiteList field is set.
-
getWebsiteList
PolicyTopicEvidence.WebsiteList getWebsiteList()List of websites linked with this resource.
.google.ads.googleads.v18.common.PolicyTopicEvidence.WebsiteList website_list = 3;- Returns:
- The websiteList.
-
getWebsiteListOrBuilder
PolicyTopicEvidence.WebsiteListOrBuilder getWebsiteListOrBuilder()List of websites linked with this resource.
.google.ads.googleads.v18.common.PolicyTopicEvidence.WebsiteList website_list = 3; -
hasTextList
boolean hasTextList()List of evidence found in the text of a resource.
.google.ads.googleads.v18.common.PolicyTopicEvidence.TextList text_list = 4;- Returns:
- Whether the textList field is set.
-
getTextList
PolicyTopicEvidence.TextList getTextList()List of evidence found in the text of a resource.
.google.ads.googleads.v18.common.PolicyTopicEvidence.TextList text_list = 4;- Returns:
- The textList.
-
getTextListOrBuilder
PolicyTopicEvidence.TextListOrBuilder getTextListOrBuilder()List of evidence found in the text of a resource.
.google.ads.googleads.v18.common.PolicyTopicEvidence.TextList text_list = 4; -
hasLanguageCode
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;- Returns:
- Whether the languageCode field is set.
-
getLanguageCode
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;- Returns:
- The languageCode.
-
getLanguageCodeBytes
com.google.protobuf.ByteString getLanguageCodeBytes()The language the resource was detected to be written in. This is an IETF language tag such as "en-US".
string language_code = 9;- Returns:
- The bytes for languageCode.
-
hasDestinationTextList
boolean hasDestinationTextList()The text in the destination of the resource that is causing a policy finding.
.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationTextList destination_text_list = 6;- Returns:
- Whether the destinationTextList field is set.
-
getDestinationTextList
PolicyTopicEvidence.DestinationTextList getDestinationTextList()The text in the destination of the resource that is causing a policy finding.
.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationTextList destination_text_list = 6;- Returns:
- The destinationTextList.
-
getDestinationTextListOrBuilder
PolicyTopicEvidence.DestinationTextListOrBuilder getDestinationTextListOrBuilder()The text in the destination of the resource that is causing a policy finding.
.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationTextList destination_text_list = 6; -
hasDestinationMismatch
boolean hasDestinationMismatch()Mismatch between the destinations of a resource's URLs.
.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationMismatch destination_mismatch = 7;- Returns:
- Whether the destinationMismatch field is set.
-
getDestinationMismatch
PolicyTopicEvidence.DestinationMismatch getDestinationMismatch()Mismatch between the destinations of a resource's URLs.
.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationMismatch destination_mismatch = 7;- Returns:
- The destinationMismatch.
-
getDestinationMismatchOrBuilder
PolicyTopicEvidence.DestinationMismatchOrBuilder getDestinationMismatchOrBuilder()Mismatch between the destinations of a resource's URLs.
.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationMismatch destination_mismatch = 7; -
hasDestinationNotWorking
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.v18.common.PolicyTopicEvidence.DestinationNotWorking destination_not_working = 8;- Returns:
- Whether the destinationNotWorking field is set.
-
getDestinationNotWorking
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.v18.common.PolicyTopicEvidence.DestinationNotWorking destination_not_working = 8;- Returns:
- The destinationNotWorking.
-
getDestinationNotWorkingOrBuilder
PolicyTopicEvidence.DestinationNotWorkingOrBuilder getDestinationNotWorkingOrBuilder()Details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.
.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationNotWorking destination_not_working = 8; -
getValueCase
PolicyTopicEvidence.ValueCase getValueCase()
-