public interface UserIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Optional.
|
com.google.protobuf.ByteString |
getEmailBytes()
Optional.
|
UserId.IdOneofCase |
getIdOneofCase() |
String |
getPhoneNumber()
Optional.
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
Optional.
|
String |
getUsername()
Optional.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Optional.
|
boolean |
hasEmail()
Optional.
|
boolean |
hasPhoneNumber()
Optional.
|
boolean |
hasUsername()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEmail()
Optional. An email address.
string email = 1 [(.google.api.field_behavior) = OPTIONAL];String getEmail()
Optional. An email address.
string email = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEmailBytes()
Optional. An email address.
string email = 1 [(.google.api.field_behavior) = OPTIONAL];boolean hasPhoneNumber()
Optional. A phone number. Should use the E.164 format.
string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];String getPhoneNumber()
Optional. A phone number. Should use the E.164 format.
string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPhoneNumberBytes()
Optional. A phone number. Should use the E.164 format.
string phone_number = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasUsername()
Optional. A unique username, if different from all the other identifiers and `account_id` that are provided. Can be a unique login handle or display name for a user.
string username = 3 [(.google.api.field_behavior) = OPTIONAL];String getUsername()
Optional. A unique username, if different from all the other identifiers and `account_id` that are provided. Can be a unique login handle or display name for a user.
string username = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getUsernameBytes()
Optional. A unique username, if different from all the other identifiers and `account_id` that are provided. Can be a unique login handle or display name for a user.
string username = 3 [(.google.api.field_behavior) = OPTIONAL];UserId.IdOneofCase getIdOneofCase()
Copyright © 2025 Google LLC. All rights reserved.