Interface PolicyTopicEvidence.DestinationMismatchOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyTopicEvidence.DestinationMismatch,PolicyTopicEvidence.DestinationMismatch.Builder
- Enclosing class:
- PolicyTopicEvidence
public static interface PolicyTopicEvidence.DestinationMismatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUrlTypes(int index) The set of URLs that did not match each other.intThe set of URLs that did not match each other.List<PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType>The set of URLs that did not match each other.intgetUrlTypesValue(int index) The set of URLs that did not match each other.The set of URLs that did not match each other.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
-
getUrlTypesList
List<PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType> getUrlTypesList()The set of URLs that did not match each other.
repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;- Returns:
- A list containing the urlTypes.
-
getUrlTypesCount
int getUrlTypesCount()The set of URLs that did not match each other.
repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;- Returns:
- The count of urlTypes.
-
getUrlTypes
PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType getUrlTypes(int index) The set of URLs that did not match each other.
repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;- Parameters:
index- The index of the element to return.- Returns:
- The urlTypes at the given index.
-
getUrlTypesValueList
The set of URLs that did not match each other.
repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;- Returns:
- A list containing the enum numeric values on the wire for urlTypes.
-
getUrlTypesValue
int getUrlTypesValue(int index) The set of URLs that did not match each other.
repeated .google.ads.googleads.v18.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of urlTypes at the given index.
-