Interface IdentifyRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Optional custom properties to update with this call.
    boolean
    Optional default properties to update with this call.
    Deprecated.
    int
    Optional custom properties to update with this call.
    Optional custom properties to update with this call.
    getCustomOrDefault(String key, String defaultValue)
    Optional custom properties to update with this call.
    Optional custom properties to update with this call.
    Deprecated.
    int
    Optional default properties to update with this call.
    Optional default properties to update with this call.
    getDefaultOrDefault(String key, String defaultValue)
    Optional default properties to update with this call.
    Optional default properties to update with this call.
    Identity ID to enrich the current session and return a new session.
    com.google.protobuf.ByteString
    Identity ID to enrich the current session and return a new session.

    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

    • getId

      String getId()
       Identity ID to enrich the current session and return a new session. Old session will no longer be usable.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identity ID to enrich the current session and return a new session. Old session will no longer be usable.
       
      string id = 1;
      Returns:
      The bytes for id.
    • getDefaultCount

      int getDefaultCount()
       Optional default properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> default = 2;
    • containsDefault

      boolean containsDefault(String key)
       Optional default properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> default = 2;
    • getDefault

      @Deprecated Map<String,String> getDefault()
      Deprecated.
      Use getDefaultMap() instead.
    • getDefaultMap

      Map<String,String> getDefaultMap()
       Optional default properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> default = 2;
    • getDefaultOrDefault

      String getDefaultOrDefault(String key, String defaultValue)
       Optional default properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> default = 2;
    • getDefaultOrThrow

      String getDefaultOrThrow(String key)
       Optional default properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> default = 2;
    • getCustomCount

      int getCustomCount()
       Optional custom properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> custom = 3;
    • containsCustom

      boolean containsCustom(String key)
       Optional custom properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> custom = 3;
    • getCustom

      Deprecated.
      Use getCustomMap() instead.
    • getCustomMap

      Map<String,String> getCustomMap()
       Optional custom properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> custom = 3;
    • getCustomOrDefault

      String getCustomOrDefault(String key, String defaultValue)
       Optional custom properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> custom = 3;
    • getCustomOrThrow

      String getCustomOrThrow(String key)
       Optional custom properties to update with this call.
       If not set, properties are left as they are on the server.
       
      map<string, string> custom = 3;