Interface UserInterestInfoOrBuilder

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

public interface UserInterestInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The UserInterest resource name.
    com.google.protobuf.ByteString
    The UserInterest resource name.
    boolean
    The UserInterest resource name.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasUserInterestCategory

      boolean hasUserInterestCategory()
       The UserInterest resource name.
       
      optional string user_interest_category = 2;
      Returns:
      Whether the userInterestCategory field is set.
    • getUserInterestCategory

      String getUserInterestCategory()
       The UserInterest resource name.
       
      optional string user_interest_category = 2;
      Returns:
      The userInterestCategory.
    • getUserInterestCategoryBytes

      com.google.protobuf.ByteString getUserInterestCategoryBytes()
       The UserInterest resource name.
       
      optional string user_interest_category = 2;
      Returns:
      The bytes for userInterestCategory.