Package viam.app.v1
Interface App.OrganizationMemberOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.OrganizationMember
,App.OrganizationMember.Builder
- Enclosing class:
- App
public static interface App.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.ByteString
getEmailsBytes
(int index) repeated string emails = 2 [json_name = "emails"];
int
repeated string emails = 2 [json_name = "emails"];
repeated string emails = 2 [json_name = "emails"];
com.google.protobuf.Timestamp
optional .google.protobuf.Timestamp last_login = 4 [json_name = "lastLogin"];
string user_id = 1 [json_name = "userId"];
com.google.protobuf.ByteString
string user_id = 1 [json_name = "userId"];
boolean
.google.protobuf.Timestamp date_added = 3 [json_name = "dateAdded"];
boolean
optional .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.
-