public static final class SignedinUser.Builder extends GeneratedMessage.Builder<SignedinUser.Builder> implements SignedinUserOrBuilderA signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.
Protobuf type google.apps.meet.v2.SignedinUser
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SignedinUser.BuilderImplements
SignedinUserOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SignedinUser build()| Returns | |
|---|---|
| Type | Description |
SignedinUser |
|
buildPartial()
public SignedinUser buildPartial()| Returns | |
|---|---|
| Type | Description |
SignedinUser |
|
clear()
public SignedinUser.Builder clear()| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
|
clearDisplayName()
public SignedinUser.Builder clearDisplayName()Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
This builder for chaining. |
clearUser()
public SignedinUser.Builder clearUser() Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
string user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SignedinUser getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SignedinUser |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getUser()
public String getUser() Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
string user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The user. |
getUserBytes()
public ByteString getUserBytes() Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
string user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for user. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SignedinUser other)
public SignedinUser.Builder mergeFrom(SignedinUser other)| Parameter | |
|---|---|
| Name | Description |
other |
SignedinUser |
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SignedinUser.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SignedinUser.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
|
setDisplayName(String value)
public SignedinUser.Builder setDisplayName(String value)Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public SignedinUser.Builder setDisplayNameBytes(ByteString value)Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
This builder for chaining. |
setUser(String value)
public SignedinUser.Builder setUser(String value) Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
string user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe user to set. |
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
This builder for chaining. |
setUserBytes(ByteString value)
public SignedinUser.Builder setUserBytes(ByteString value) Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
string user = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for user to set. |
| Returns | |
|---|---|
| Type | Description |
SignedinUser.Builder |
This builder for chaining. |