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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlTypegetUrlTypes(int index)The set of URLs that did not match each other.intgetUrlTypesCount()The set of URLs that did not match each other.java.util.List<PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType>getUrlTypesList()The set of URLs that did not match each other.intgetUrlTypesValue(int index)The set of URLs that did not match each other.java.util.List<java.lang.Integer>getUrlTypesValueList()The set of URLs that did not match each other.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrlTypesList
java.util.List<PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType> getUrlTypesList()
The set of URLs that did not match each other.
repeated .google.ads.googleads.v10.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.v10.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.v10.enums.PolicyTopicEvidenceDestinationMismatchUrlTypeEnum.PolicyTopicEvidenceDestinationMismatchUrlType url_types = 1;- Parameters:
index- The index of the element to return.- Returns:
- The urlTypes at the given index.
-
getUrlTypesValueList
java.util.List<java.lang.Integer> getUrlTypesValueList()
The set of URLs that did not match each other.
repeated .google.ads.googleads.v10.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.v10.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.
-
-