Interface SimilarUserListInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SimilarUserListInfo,SimilarUserListInfo.Builder
public interface SimilarUserListInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSeed UserList from which this list is derived.com.google.protobuf.ByteStringSeed UserList from which this list is derived.booleanSeed UserList from which this list is derived.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
-
hasSeedUserList
boolean hasSeedUserList()Seed UserList from which this list is derived.
optional string seed_user_list = 2;- Returns:
- Whether the seedUserList field is set.
-
getSeedUserList
String getSeedUserList()Seed UserList from which this list is derived.
optional string seed_user_list = 2;- Returns:
- The seedUserList.
-
getSeedUserListBytes
com.google.protobuf.ByteString getSeedUserListBytes()Seed UserList from which this list is derived.
optional string seed_user_list = 2;- Returns:
- The bytes for seedUserList.
-