Interface PolicyTopicEvidence.DestinationNotWorkingOrBuilder

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

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

    • hasExpandedUrl

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

      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.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice device = 4;
      Returns:
      The enum numeric value on the wire for device.
    • getDevice

       The type of device that failed to load the URL.
       
      .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice device = 4;
      Returns:
      The 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

      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.v18.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.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType dns_error_type = 1;
      Returns:
      The enum numeric value on the wire for dnsErrorType.
    • getDnsErrorType

       The type of DNS error.
       
      .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType dns_error_type = 1;
      Returns:
      The 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.
    • getReasonCase