Interface GenerateResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GenerateResponse, GenerateResponse.Builder

    public interface GenerateResponseOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getApiKey()
      string api_key = 3 [json_name = "apiKey"];
      com.google.protobuf.ByteString getApiKeyBytes()
      string api_key = 3 [json_name = "apiKey"];
      java.lang.String getSessionId()
      string session_id = 2 [json_name = "sessionId"];
      com.google.protobuf.ByteString getSessionIdBytes()
      string session_id = 2 [json_name = "sessionId"];
      java.lang.String getToken()
      string token = 1 [json_name = "token"];
      com.google.protobuf.ByteString getTokenBytes()
      string token = 1 [json_name = "token"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getToken

        java.lang.String getToken()
        string token = 1 [json_name = "token"];
        Returns:
        The token.
      • getTokenBytes

        com.google.protobuf.ByteString getTokenBytes()
        string token = 1 [json_name = "token"];
        Returns:
        The bytes for token.
      • getSessionId

        java.lang.String getSessionId()
        string session_id = 2 [json_name = "sessionId"];
        Returns:
        The sessionId.
      • getSessionIdBytes

        com.google.protobuf.ByteString getSessionIdBytes()
        string session_id = 2 [json_name = "sessionId"];
        Returns:
        The bytes for sessionId.
      • getApiKey

        java.lang.String getApiKey()
        string api_key = 3 [json_name = "apiKey"];
        Returns:
        The apiKey.
      • getApiKeyBytes

        com.google.protobuf.ByteString getApiKeyBytes()
        string api_key = 3 [json_name = "apiKey"];
        Returns:
        The bytes for apiKey.