Interface PolicyTopicEvidence.DestinationNotWorkingOrBuilder

    • Method Detail

      • hasExpandedUrl

        boolean hasExpandedUrl()
         The full URL that didn't work.
         
        optional string expanded_url = 7;
        Returns:
        Whether the expandedUrl field is set.
      • getExpandedUrl

        java.lang.String getExpandedUrl()
         The full URL that didn't work.
         
        optional string expanded_url = 7;
        Returns:
        The expandedUrl.
      • getExpandedUrlBytes

        com.google.protobuf.ByteString getExpandedUrlBytes()
         The full URL that didn't work.
         
        optional string expanded_url = 7;
        Returns:
        The bytes for expandedUrl.
      • getDeviceValue

        int getDeviceValue()
         The type of device that failed to load the URL.
         
        .google.ads.googleads.v10.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice device = 4;
        Returns:
        The enum numeric value on the wire for device.
      • hasLastCheckedDateTime

        boolean hasLastCheckedDateTime()
         The time the URL was last checked.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string last_checked_date_time = 8;
        Returns:
        Whether the lastCheckedDateTime field is set.
      • getLastCheckedDateTime

        java.lang.String getLastCheckedDateTime()
         The time the URL was last checked.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string last_checked_date_time = 8;
        Returns:
        The lastCheckedDateTime.
      • getLastCheckedDateTimeBytes

        com.google.protobuf.ByteString getLastCheckedDateTimeBytes()
         The time the URL was last checked.
         The format is "YYYY-MM-DD HH:MM:SS".
         Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
         
        optional string last_checked_date_time = 8;
        Returns:
        The bytes for lastCheckedDateTime.
      • hasDnsErrorType

        boolean hasDnsErrorType()
         The type of DNS error.
         
        .google.ads.googleads.v10.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType dns_error_type = 1;
        Returns:
        Whether the dnsErrorType field is set.
      • getDnsErrorTypeValue

        int getDnsErrorTypeValue()
         The type of DNS error.
         
        .google.ads.googleads.v10.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType dns_error_type = 1;
        Returns:
        The enum numeric value on the wire for dnsErrorType.
      • hasHttpErrorCode

        boolean hasHttpErrorCode()
         The HTTP error code.
         
        int64 http_error_code = 6;
        Returns:
        Whether the httpErrorCode field is set.
      • getHttpErrorCode

        long getHttpErrorCode()
         The HTTP error code.
         
        int64 http_error_code = 6;
        Returns:
        The httpErrorCode.