Interface AuthCtxOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDatabase()
      The name of the database to execute the query against
      com.google.protobuf.ByteString getDatabaseBytes()
      The name of the database to execute the query against
      java.lang.String getSchema()
      The schema within the database that we should execute the query against
      com.google.protobuf.ByteString getSchemaBytes()
      The schema within the database that we should execute the query against
      java.lang.String getToken()
      Unique to the user, database, schema combination that was used to obtain the context
      com.google.protobuf.ByteString getTokenBytes()
      Unique to the user, database, schema combination that was used to obtain the context
      int getTokenSystemVersion()
      int32 token_system_version = 4;
      • 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 Detail

      • getDatabase

        java.lang.String getDatabase()
        The name of the database to execute the query against
         
        string database = 1;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
        The name of the database to execute the query against
         
        string database = 1;
        Returns:
        The bytes for database.
      • getSchema

        java.lang.String getSchema()
        The schema within the database that we should execute the query against
         
        string schema = 2;
        Returns:
        The schema.
      • getSchemaBytes

        com.google.protobuf.ByteString getSchemaBytes()
        The schema within the database that we should execute the query against
         
        string schema = 2;
        Returns:
        The bytes for schema.
      • getToken

        java.lang.String getToken()
        Unique to the user, database, schema combination that was used to obtain the context
         
        string token = 3;
        Returns:
        The token.
      • getTokenBytes

        com.google.protobuf.ByteString getTokenBytes()
        Unique to the user, database, schema combination that was used to obtain the context
         
        string token = 3;
        Returns:
        The bytes for token.
      • getTokenSystemVersion

        int getTokenSystemVersion()
        int32 token_system_version = 4;
        Returns:
        The tokenSystemVersion.