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 messagegoogle.apps.meet.v2beta.Member
Namespace
Google \ Apps \ Meet \ V2beta
Methods
__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:users/{user}
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Meet V2beta Client - Class Member (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2beta.Member)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2beta.Member)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2beta.Member)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2beta.Member)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2beta.Member) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Apps Meet V2beta Client class Member.\n\nUsers who are configured to have a role in the space. These users can\njoin the space without knocking.\n\nGenerated from protobuf message `google.apps.meet.v2beta.Member`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nIdentifier. Resource name of the member.\n\nFormat: spaces/{space}/members/{member}\n\n### setName\n\nIdentifier. Resource name of the member.\n\nFormat: spaces/{space}/members/{member}\n\n### getEmail\n\nEmail for the member. This is required for creating the member.\n\n### setEmail\n\nEmail for the member. This is required for creating the member.\n\n### getRole\n\nThe meeting role assigned to the member.\n\n### setRole\n\nThe meeting role assigned to the member.\n\n### getUser\n\n[Developer Preview](https://developers.google.com/workspace/preview):\nUnique name for the user. Interoperable with Admin SDK API and People API.\n\nThis will be empty for non google users. Setting both user and email in\nrequest will result in error. Format: `users/{user}`\n\n### setUser\n\n[Developer Preview](https://developers.google.com/workspace/preview):\nUnique name for the user. Interoperable with Admin SDK API and People API.\n\nThis will be empty for non google users. Setting both user and email in\nrequest will result in error. Format: `users/{user}`"]]