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 Type
    Method
    Description
    Seed UserList from which this list is derived.
    com.google.protobuf.ByteString
    Seed UserList from which this list is derived.
    boolean
    Seed UserList from which this list is derived.

    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

    • 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.