Class PolicyTopicEvidence.DestinationNotWorking
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationNotWorking
- All Implemented Interfaces:
PolicyTopicEvidence.DestinationNotWorkingOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- PolicyTopicEvidence
public static final class PolicyTopicEvidence.DestinationNotWorking
extends com.google.protobuf.GeneratedMessageV3
implements PolicyTopicEvidence.DestinationNotWorkingOrBuilder
Evidence details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.Protobuf type
google.ads.googleads.v18.common.PolicyTopicEvidence.DestinationNotWorking- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classEvidence details when the destination is returning an HTTP error code or isn't functional in all locations for commonly used devices.static enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic final com.google.protobuf.Descriptors.DescriptorThe 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.com.google.protobuf.Parser<PolicyTopicEvidence.DestinationNotWorking>intbooleanThe type of DNS error.booleanThe full URL that didn't work.inthashCode()booleanThe HTTP error code.booleanThe time the URL was last checked.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<PolicyTopicEvidence.DestinationNotWorking>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
EXPANDED_URL_FIELD_NUMBER
public static final int EXPANDED_URL_FIELD_NUMBER- See Also:
-
DEVICE_FIELD_NUMBER
public static final int DEVICE_FIELD_NUMBER- See Also:
-
LAST_CHECKED_DATE_TIME_FIELD_NUMBER
public static final int LAST_CHECKED_DATE_TIME_FIELD_NUMBER- See Also:
-
DNS_ERROR_TYPE_FIELD_NUMBER
public static final int DNS_ERROR_TYPE_FIELD_NUMBER- See Also:
-
HTTP_ERROR_CODE_FIELD_NUMBER
public static final int HTTP_ERROR_CODE_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getReasonCase
- Specified by:
getReasonCasein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder
-
hasExpandedUrl
public boolean hasExpandedUrl()The full URL that didn't work.
optional string expanded_url = 7;- Specified by:
hasExpandedUrlin interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- Whether the expandedUrl field is set.
-
getExpandedUrl
The full URL that didn't work.
optional string expanded_url = 7;- Specified by:
getExpandedUrlin interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The expandedUrl.
-
getExpandedUrlBytes
public com.google.protobuf.ByteString getExpandedUrlBytes()The full URL that didn't work.
optional string expanded_url = 7;- Specified by:
getExpandedUrlBytesin interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The bytes for expandedUrl.
-
getDeviceValue
public int getDeviceValue()The type of device that failed to load the URL.
.google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice device = 4;- Specified by:
getDeviceValuein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The enum numeric value on the wire for device.
-
getDevice
public PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice getDevice()The type of device that failed to load the URL.
.google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDeviceEnum.PolicyTopicEvidenceDestinationNotWorkingDevice device = 4;- Specified by:
getDevicein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The device.
-
hasLastCheckedDateTime
public 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;- Specified by:
hasLastCheckedDateTimein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- Whether the lastCheckedDateTime field is set.
-
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;- Specified by:
getLastCheckedDateTimein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The lastCheckedDateTime.
-
getLastCheckedDateTimeBytes
public 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;- Specified by:
getLastCheckedDateTimeBytesin interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The bytes for lastCheckedDateTime.
-
hasDnsErrorType
public boolean hasDnsErrorType()The type of DNS error.
.google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType dns_error_type = 1;- Specified by:
hasDnsErrorTypein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- Whether the dnsErrorType field is set.
-
getDnsErrorTypeValue
public int getDnsErrorTypeValue()The type of DNS error.
.google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType dns_error_type = 1;- Specified by:
getDnsErrorTypeValuein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The enum numeric value on the wire for dnsErrorType.
-
getDnsErrorType
public PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType getDnsErrorType()The type of DNS error.
.google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationNotWorkingDnsErrorTypeEnum.PolicyTopicEvidenceDestinationNotWorkingDnsErrorType dns_error_type = 1;- Specified by:
getDnsErrorTypein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The dnsErrorType.
-
hasHttpErrorCode
public boolean hasHttpErrorCode()The HTTP error code.
int64 http_error_code = 6;- Specified by:
hasHttpErrorCodein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- Whether the httpErrorCode field is set.
-
getHttpErrorCode
public long getHttpErrorCode()The HTTP error code.
int64 http_error_code = 6;- Specified by:
getHttpErrorCodein interfacePolicyTopicEvidence.DestinationNotWorkingOrBuilder- Returns:
- The httpErrorCode.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static PolicyTopicEvidence.DestinationNotWorking parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static PolicyTopicEvidence.DestinationNotWorking parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static PolicyTopicEvidence.DestinationNotWorking parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static PolicyTopicEvidence.DestinationNotWorking.Builder newBuilder(PolicyTopicEvidence.DestinationNotWorking prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PolicyTopicEvidence.DestinationNotWorking.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-