Interface AuthenticateRequestOrBuilder

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

public interface AuthenticateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      String getId()
       Identity ID. Must be between eight and 128 characters (inclusive).
       Must be an alphanumeric string with only underscores and hyphens allowed.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identity ID. Must be between eight and 128 characters (inclusive).
       Must be an alphanumeric string with only underscores and hyphens allowed.
       
      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;