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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetApiKeyId()optional int64 api_key_id = 5;booleangetLoggedIn()bool logged_in = 2;StringgetProject()string project = 3;com.google.protobuf.ByteStringgetProjectBytes()string project = 3;longgetProjectId()int64 project_id = 4;StringgetUser()string user = 1;com.google.protobuf.ByteStringgetUserBytes()string user = 1;booleanhasApiKeyId()optional int64 api_key_id = 5;-
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()
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.
-
-