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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevicegetDevice()The type of device that failed to load the URL.intgetDeviceValue()The type of device that failed to load the URL.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypegetDnsErrorType()The type of DNS error.intgetDnsErrorTypeValue()The type of DNS error.java.lang.StringgetExpandedUrl()The full URL that didn't work.com.google.protobuf.ByteStringgetExpandedUrlBytes()The full URL that didn't work.longgetHttpErrorCode()The HTTP error code.java.lang.StringgetLastCheckedDateTime()The time the URL was last checked.com.google.protobuf.ByteStringgetLastCheckedDateTimeBytes()The time the URL was last checked.PolicyTopicEvidence.DestinationNotWorking.ReasonCasegetReasonCase()booleanhasDnsErrorType()The type of DNS error.booleanhasExpandedUrl()The full URL that didn't work.booleanhasHttpErrorCode()The HTTP error code.booleanhasLastCheckedDateTime()The time the URL was last checked.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getDevice
PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice getDevice()
The type of device that failed to load the URL.
.google.ads.googleads.v10.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
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.
-
getDnsErrorType
PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType getDnsErrorType()
The type of DNS error.
.google.ads.googleads.v10.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()
-
-