Interface PolicyTopicEvidence.DestinationMismatchOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PolicyTopicEvidence.DestinationMismatch, PolicyTopicEvidence.DestinationMismatch.Builder
Enclosing class:
PolicyTopicEvidence

public static interface PolicyTopicEvidence.DestinationMismatchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUrlTypesList

       The set of URLs that did not match each other.
       
      repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;
      Returns:
      A list containing the urlTypes.
    • getUrlTypesCount

      int getUrlTypesCount()
       The set of URLs that did not match each other.
       
      repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;
      Returns:
      The count of urlTypes.
    • getUrlTypes

       The set of URLs that did not match each other.
       
      repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The urlTypes at the given index.
    • getUrlTypesValueList

      List<Integer> getUrlTypesValueList()
       The set of URLs that did not match each other.
       
      repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;
      Returns:
      A list containing the enum numeric values on the wire for urlTypes.
    • getUrlTypesValue

      int getUrlTypesValue(int index)
       The set of URLs that did not match each other.
       
      repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of urlTypes at the given index.