Interface PlannableUserInterestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PlannableUserInterest, PlannableUserInterest.Builder

public interface PlannableUserInterestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasUserInterest

      boolean hasUserInterest()
       The user interest id.
       
      .google.ads.googleads.v21.common.UserInterestInfo user_interest = 1;
      Returns:
      Whether the userInterest field is set.
    • getUserInterest

      UserInterestInfo getUserInterest()
       The user interest id.
       
      .google.ads.googleads.v21.common.UserInterestInfo user_interest = 1;
      Returns:
      The userInterest.
    • getUserInterestOrBuilder

      UserInterestInfoOrBuilder getUserInterestOrBuilder()
       The user interest id.
       
      .google.ads.googleads.v21.common.UserInterestInfo user_interest = 1;
    • getUserInterestTypeValue

      int getUserInterestTypeValue()
       The user interest type.
       
      .google.ads.googleads.v21.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType user_interest_type = 2;
      Returns:
      The enum numeric value on the wire for userInterestType.
    • getUserInterestType

       The user interest type.
       
      .google.ads.googleads.v21.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType user_interest_type = 2;
      Returns:
      The userInterestType.
    • getUserInterestDisplayName

      String getUserInterestDisplayName()
       The user interest display name.
       For example, "Autos & Vehicles"
       
      string user_interest_display_name = 3;
      Returns:
      The userInterestDisplayName.
    • getUserInterestDisplayNameBytes

      com.google.protobuf.ByteString getUserInterestDisplayNameBytes()
       The user interest display name.
       For example, "Autos & Vehicles"
       
      string user_interest_display_name = 3;
      Returns:
      The bytes for userInterestDisplayName.
    • getUserInterestPath

      String getUserInterestPath()
       The user interest path.
       For example, "/Autos & Vehicles/Motor Vehicles/Motor Vehicles by
       Type/Off-Road Vehicles"
       
      string user_interest_path = 4;
      Returns:
      The userInterestPath.
    • getUserInterestPathBytes

      com.google.protobuf.ByteString getUserInterestPathBytes()
       The user interest path.
       For example, "/Autos & Vehicles/Motor Vehicles/Motor Vehicles by
       Type/Off-Road Vehicles"
       
      string user_interest_path = 4;
      Returns:
      The bytes for userInterestPath.