Package viam.app.v1
Interface App.GetUserIDByEmailRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.GetUserIDByEmailRequest
,App.GetUserIDByEmailRequest.Builder
- Enclosing class:
- App
public static interface App.GetUserIDByEmailRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
string email = 1 [json_name = "email"];
com.google.protobuf.ByteString
string email = 1 [json_name = "email"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getEmail
String getEmail()string email = 1 [json_name = "email"];
- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()string email = 1 [json_name = "email"];
- Returns:
- The bytes for email.
-