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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUserInterestCategory()
      The UserInterest resource name.
      com.google.protobuf.ByteString getUserInterestCategoryBytes()
      The UserInterest resource name.
      boolean hasUserInterestCategory()
      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 Detail

      • hasUserInterestCategory

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

        java.lang.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.