Interface ConversionValueRule.ValueRuleGeoLocationConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversionValueRule.ValueRuleGeoLocationCondition,ConversionValueRule.ValueRuleGeoLocationCondition.Builder
- Enclosing class:
- ConversionValueRule
public static interface ConversionValueRule.ValueRuleGeoLocationConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionExcluded Geo location match type.intExcluded Geo location match type.getExcludedGeoTargetConstants(int index) Geo locations that advertisers want to exclude.com.google.protobuf.ByteStringgetExcludedGeoTargetConstantsBytes(int index) Geo locations that advertisers want to exclude.intGeo locations that advertisers want to exclude.Geo locations that advertisers want to exclude.Included Geo location match type.intIncluded Geo location match type.getGeoTargetConstants(int index) Geo locations that advertisers want to include.com.google.protobuf.ByteStringgetGeoTargetConstantsBytes(int index) Geo locations that advertisers want to include.intGeo locations that advertisers want to include.Geo locations that advertisers want to include.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
-
getExcludedGeoTargetConstantsList
Geo locations that advertisers want to exclude.
repeated string excluded_geo_target_constants = 1 [(.google.api.resource_reference) = { ... }- Returns:
- A list containing the excludedGeoTargetConstants.
-
getExcludedGeoTargetConstantsCount
int getExcludedGeoTargetConstantsCount()Geo locations that advertisers want to exclude.
repeated string excluded_geo_target_constants = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The count of excludedGeoTargetConstants.
-
getExcludedGeoTargetConstants
Geo locations that advertisers want to exclude.
repeated string excluded_geo_target_constants = 1 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The excludedGeoTargetConstants at the given index.
-
getExcludedGeoTargetConstantsBytes
com.google.protobuf.ByteString getExcludedGeoTargetConstantsBytes(int index) Geo locations that advertisers want to exclude.
repeated string excluded_geo_target_constants = 1 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the excludedGeoTargetConstants at the given index.
-
getExcludedGeoMatchTypeValue
int getExcludedGeoMatchTypeValue()Excluded Geo location match type.
.google.ads.googleads.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType excluded_geo_match_type = 2;- Returns:
- The enum numeric value on the wire for excludedGeoMatchType.
-
getExcludedGeoMatchType
ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType getExcludedGeoMatchType()Excluded Geo location match type.
.google.ads.googleads.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType excluded_geo_match_type = 2;- Returns:
- The excludedGeoMatchType.
-
getGeoTargetConstantsList
Geo locations that advertisers want to include.
repeated string geo_target_constants = 3 [(.google.api.resource_reference) = { ... }- Returns:
- A list containing the geoTargetConstants.
-
getGeoTargetConstantsCount
int getGeoTargetConstantsCount()Geo locations that advertisers want to include.
repeated string geo_target_constants = 3 [(.google.api.resource_reference) = { ... }- Returns:
- The count of geoTargetConstants.
-
getGeoTargetConstants
Geo locations that advertisers want to include.
repeated string geo_target_constants = 3 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The geoTargetConstants at the given index.
-
getGeoTargetConstantsBytes
com.google.protobuf.ByteString getGeoTargetConstantsBytes(int index) Geo locations that advertisers want to include.
repeated string geo_target_constants = 3 [(.google.api.resource_reference) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the geoTargetConstants at the given index.
-
getGeoMatchTypeValue
int getGeoMatchTypeValue()Included Geo location match type.
.google.ads.googleads.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType geo_match_type = 4;- Returns:
- The enum numeric value on the wire for geoMatchType.
-
getGeoMatchType
ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType getGeoMatchType()Included Geo location match type.
.google.ads.googleads.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType geo_match_type = 4;- Returns:
- The geoMatchType.
-