public static final class SignedinUser.Builder extends GeneratedMessageV3.Builder<SignedinUser.Builder> implements SignedinUserOrBuilder
A 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.v2beta.SignedinUser
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SignedinUser.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SignedinUser build()
buildPartial()
public SignedinUser buildPartial()
clear()
public SignedinUser.Builder clear()
Overrides
clearDisplayName()
public SignedinUser.Builder clearDisplayName()
Output only. For a personal device, it's the user's first and last name.
For a robot account, it's the admin specified device name. For example,
"Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearField(Descriptors.FieldDescriptor field)
public SignedinUser.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SignedinUser.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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];
clone()
public SignedinUser.Builder clone()
Overrides
getDefaultInstanceForType()
public SignedinUser getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDisplayName()
public String getDisplayName()
Output only. For a personal device, it's the user's first and last name.
For a robot account, it's the admin 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 and last name.
For a robot account, it's the admin 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()
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SignedinUser other)
public SignedinUser.Builder mergeFrom(SignedinUser other)
public SignedinUser.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SignedinUser.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SignedinUser.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDisplayName(String value)
public SignedinUser.Builder setDisplayName(String value)
Output only. For a personal device, it's the user's first and last name.
For a robot account, it's the admin specified device name. For example,
"Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | String
The displayName to set.
|
setDisplayNameBytes(ByteString value)
public SignedinUser.Builder setDisplayNameBytes(ByteString value)
Output only. For a personal device, it's the user's first and last name.
For a robot account, it's the admin specified device name. For example,
"Altostrat Room".
string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for displayName to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public SignedinUser.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SignedinUser.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SignedinUser.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
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 | String
The user to set.
|
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 | ByteString
The bytes for user to set.
|