Package viam.app.v1
Interface AppOuterClass.OrganizationMemberOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.OrganizationMember,AppOuterClass.OrganizationMember.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.OrganizationMemberOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp date_added = 3 [json_name = "dateAdded"];getEmails(int index) repeated string emails = 2 [json_name = "emails"];com.google.protobuf.ByteStringgetEmailsBytes(int index) repeated string emails = 2 [json_name = "emails"];intrepeated string emails = 2 [json_name = "emails"];repeated string emails = 2 [json_name = "emails"];com.google.protobuf.Timestampoptional .google.protobuf.Timestamp last_access = 5 [json_name = "lastAccess"];com.google.protobuf.Timestampoptional .google.protobuf.Timestamp last_login = 4 [json_name = "lastLogin"];string user_id = 1 [json_name = "userId"];com.google.protobuf.ByteStringstring user_id = 1 [json_name = "userId"];boolean.google.protobuf.Timestamp date_added = 3 [json_name = "dateAdded"];booleanoptional .google.protobuf.Timestamp last_access = 5 [json_name = "lastAccess"];booleanoptional .google.protobuf.Timestamp last_login = 4 [json_name = "lastLogin"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getUserId
String getUserId()string user_id = 1 [json_name = "userId"];- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()string user_id = 1 [json_name = "userId"];- Returns:
- The bytes for userId.
-
getEmailsList
repeated string emails = 2 [json_name = "emails"];- Returns:
- A list containing the emails.
-
getEmailsCount
int getEmailsCount()repeated string emails = 2 [json_name = "emails"];- Returns:
- The count of emails.
-
getEmails
repeated string emails = 2 [json_name = "emails"];- Parameters:
index- The index of the element to return.- Returns:
- The emails at the given index.
-
getEmailsBytes
com.google.protobuf.ByteString getEmailsBytes(int index) repeated string emails = 2 [json_name = "emails"];- Parameters:
index- The index of the element to return.- Returns:
- The emails at the given index.
-
hasDateAdded
boolean hasDateAdded().google.protobuf.Timestamp date_added = 3 [json_name = "dateAdded"];- Returns:
- Whether the dateAdded field is set.
-
getDateAdded
com.google.protobuf.Timestamp getDateAdded().google.protobuf.Timestamp date_added = 3 [json_name = "dateAdded"];- Returns:
- The dateAdded.
-
hasLastLogin
boolean hasLastLogin()optional .google.protobuf.Timestamp last_login = 4 [json_name = "lastLogin"];- Returns:
- Whether the lastLogin field is set.
-
getLastLogin
com.google.protobuf.Timestamp getLastLogin()optional .google.protobuf.Timestamp last_login = 4 [json_name = "lastLogin"];- Returns:
- The lastLogin.
-
hasLastAccess
boolean hasLastAccess()optional .google.protobuf.Timestamp last_access = 5 [json_name = "lastAccess"];- Returns:
- Whether the lastAccess field is set.
-
getLastAccess
com.google.protobuf.Timestamp getLastAccess()optional .google.protobuf.Timestamp last_access = 5 [json_name = "lastAccess"];- Returns:
- The lastAccess.
-