Package com.cognite.client.dto
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 TypeMethodDescriptionlongoptional int64 api_key_id = 5;booleanbool logged_in = 2;string project = 3;com.google.protobuf.ByteStringstring project = 3;longint64 project_id = 4;getUser()string user = 1;com.google.protobuf.ByteStringstring user = 1;booleanoptional int64 api_key_id = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-