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 Summary
Modifier and TypeMethodDescriptionThe type of device that failed to load the URL.intThe type of device that failed to load the URL.The type of DNS error.intThe type of DNS error.The full URL that didn't work.com.google.protobuf.ByteStringThe full URL that didn't work.longThe HTTP error code.The time the URL was last checked.com.google.protobuf.ByteStringThe time the URL was last checked.booleanThe type of DNS error.booleanThe full URL that didn't work.booleanThe HTTP error code.booleanThe time the URL was last checked.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice 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
PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType 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
PolicyTopicEvidence.DestinationNotWorking.ReasonCase getReasonCase()
-