Interface LoginStatusOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    optional int64 api_key_id = 5;
    boolean
    bool logged_in = 2;
    string project = 3;
    com.google.protobuf.ByteString
    string project = 3;
    long
    int64 project_id = 4;
    string user = 1;
    com.google.protobuf.ByteString
    string user = 1;
    boolean
    optional int64 api_key_id = 5;

    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

    • getUser

      String getUser()
      string user = 1;
      Returns:
      The user.
    • getUserBytes

      com.google.protobuf.ByteString getUserBytes()
      string user = 1;
      Returns:
      The bytes for user.
    • getLoggedIn

      boolean getLoggedIn()
      bool logged_in = 2;
      Returns:
      The loggedIn.
    • getProject

      String getProject()
      string project = 3;
      Returns:
      The project.
    • getProjectBytes

      com.google.protobuf.ByteString getProjectBytes()
      string project = 3;
      Returns:
      The bytes for project.
    • getProjectId

      long getProjectId()
      int64 project_id = 4;
      Returns:
      The projectId.
    • hasApiKeyId

      boolean hasApiKeyId()
      optional int64 api_key_id = 5;
      Returns:
      Whether the apiKeyId field is set.
    • getApiKeyId

      long getApiKeyId()
      optional int64 api_key_id = 5;
      Returns:
      The apiKeyId.