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 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

       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

       List of evidence found in the text of a resource.
       
      .google.ads.googleads.v18.common.PolicyTopicEvidence.TextList text_list = 4;
      Returns:
      The textList.
    • 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