Interface UserInterestAttributeMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    English language text description of the user interest category (200 characters max).
    com.google.protobuf.ByteString
    English language text description of the user interest category (200 characters max).

    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

    • getUserInterestDescription

      String getUserInterestDescription()
       English language text description of the user interest category (200
       characters max).
       
      string user_interest_description = 1;
      Returns:
      The userInterestDescription.
    • getUserInterestDescriptionBytes

      com.google.protobuf.ByteString getUserInterestDescriptionBytes()
       English language text description of the user interest category (200
       characters max).
       
      string user_interest_description = 1;
      Returns:
      The bytes for userInterestDescription.