public interface MemberOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEmail()
public abstract String getEmail()
Email for the member. This is required for creating the member.
string email = 2;
Returns | |
---|---|
Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()
Email for the member. This is required for creating the member.
string email = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for email. |
getName()
public abstract String getName()
Identifier. Resource name of the member. Format: spaces/{space}/members/{member}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. Resource name of the member. Format: spaces/{space}/members/{member}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getRole()
public abstract Member.Role getRole()
The meeting role assigned to the member.
.google.apps.meet.v2beta.Member.Role role = 3;
Returns | |
---|---|
Type | Description |
Member.Role |
The role. |
getRoleValue()
public abstract int getRoleValue()
The meeting role assigned to the member.
.google.apps.meet.v2beta.Member.Role role = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for role. |
getUser()
public abstract String getUser()
Developer Preview:
Unique name for the user. Interoperable with Admin SDK API and People API.
This will be empty for non google users. Setting both user and email in
request will result in error. Format: users/{user}
string user = 4;
Returns | |
---|---|
Type | Description |
String |
The user. |
getUserBytes()
public abstract ByteString getUserBytes()
Developer Preview:
Unique name for the user. Interoperable with Admin SDK API and People API.
This will be empty for non google users. Setting both user and email in
request will result in error. Format: users/{user}
string user = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for user. |