Interface PolicyTopicEvidence.DestinationMismatchOrBuilder

    • Method Detail

      • getUrlTypesCount

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

        java.util.List<java.lang.Integer> getUrlTypesValueList()
         The set of URLs that did not match each other.
         
        repeated .google.ads.googleads.v10.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.v10.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.