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 TypeMethodDescriptionEnglish language text description of the user interest category (200 characters max).com.google.protobuf.ByteStringEnglish language text description of the user interest category (200 characters max).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-