Reference documentation and code samples for the Google Apps Meet V2beta Client class Member.
Users who are configured to have a role in the space. These users can join the space without knocking.
Generated from protobuf message google.apps.meet.v2beta.Member
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. Resource name of the member. Format: spaces/{space}/members/{member} |
↳ email |
string
Email for the member. This is required for creating the member. |
↳ role |
int
The meeting role assigned to the member. |
↳ user |
string
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: |
getName
Identifier. Resource name of the member.
Format: spaces/{space}/members/{member}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. Resource name of the member.
Format: spaces/{space}/members/{member}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEmail
Email for the member. This is required for creating the member.
Returns | |
---|---|
Type | Description |
string |
setEmail
Email for the member. This is required for creating the member.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRole
The meeting role assigned to the member.
Returns | |
---|---|
Type | Description |
int |
setRole
The meeting role assigned to the member.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
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}
Returns | |
---|---|
Type | Description |
string |
setUser
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}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |