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 Details

    • getExcludedGeoTargetConstantsList

      List<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

      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.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType excluded_geo_match_type = 2;
      Returns:
      The enum numeric value on the wire for excludedGeoMatchType.
    • getExcludedGeoMatchType

       Excluded Geo location match type.
       
      .google.ads.googleads.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType excluded_geo_match_type = 2;
      Returns:
      The excludedGeoMatchType.
    • getGeoTargetConstantsList

      List<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

      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.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType geo_match_type = 4;
      Returns:
      The enum numeric value on the wire for geoMatchType.
    • getGeoMatchType

       Included Geo location match type.
       
      .google.ads.googleads.v18.enums.ValueRuleGeoLocationMatchTypeEnum.ValueRuleGeoLocationMatchType geo_match_type = 4;
      Returns:
      The geoMatchType.