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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchTypegetExcludedGeoMatchType()Excluded Geo location match type.intgetExcludedGeoMatchTypeValue()Excluded Geo location match type.java.lang.StringgetExcludedGeoTargetConstants(int index)Geo locations that advertisers want to exclude.com.google.protobuf.ByteStringgetExcludedGeoTargetConstantsBytes(int index)Geo locations that advertisers want to exclude.intgetExcludedGeoTargetConstantsCount()Geo locations that advertisers want to exclude.java.util.List<java.lang.String>getExcludedGeoTargetConstantsList()Geo locations that advertisers want to exclude.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchTypegetGeoMatchType()Included Geo location match type.intgetGeoMatchTypeValue()Included Geo location match type.java.lang.StringgetGeoTargetConstants(int index)Geo locations that advertisers want to include.com.google.protobuf.ByteStringgetGeoTargetConstantsBytes(int index)Geo locations that advertisers want to include.intgetGeoTargetConstantsCount()Geo locations that advertisers want to include.java.util.List<java.lang.String>getGeoTargetConstantsList()Geo locations that advertisers want to include.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExcludedGeoTargetConstantsList
java.util.List<java.lang.String> 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
java.lang.String getExcludedGeoTargetConstants(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 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.v10.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.v10.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType excluded_geo_match_type = 2;- Returns:
- The excludedGeoMatchType.
-
getGeoTargetConstantsList
java.util.List<java.lang.String> 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
java.lang.String getGeoTargetConstants(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 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.v10.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.v10.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType geo_match_type = 4;- Returns:
- The geoMatchType.
-
-