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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Int64Value getApiKeyId()
      .google.protobuf.Int64Value api_key_id = 5;
      Int64ValueOrBuilder getApiKeyIdOrBuilder()
      .google.protobuf.Int64Value api_key_id = 5;
      boolean getLoggedIn()
      bool logged_in = 2;
      String getProject()
      string project = 3;
      com.google.protobuf.ByteString getProjectBytes()
      string project = 3;
      long getProjectId()
      int64 project_id = 4;
      String getUser()
      string user = 1;
      com.google.protobuf.ByteString getUserBytes()
      string user = 1;
      boolean hasApiKeyId()
      .google.protobuf.Int64Value 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 Detail

      • 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()
        .google.protobuf.Int64Value api_key_id = 5;
        Returns:
        Whether the apiKeyId field is set.
      • getApiKeyId

        Int64Value getApiKeyId()
        .google.protobuf.Int64Value api_key_id = 5;
        Returns:
        The apiKeyId.
      • getApiKeyIdOrBuilder

        Int64ValueOrBuilder getApiKeyIdOrBuilder()
        .google.protobuf.Int64Value api_key_id = 5;