Interface ConversionValueRule.ValueRuleGeoLocationConditionOrBuilder

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