Google Apps Chat V1 Client - Class GetMembershipRequest (0.12.0)

Reference documentation and code samples for the Google Apps Chat V1 Client class GetMembershipRequest.

Request to get a membership of a space.

Generated from protobuf message google.chat.v1.GetMembershipRequest

Namespace

Google \ Apps \ Chat \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Required. Resource name of the membership to retrieve. To get the app's own membership by using user authentication , you can optionally use spaces/{space}/members/app . Format: spaces/{space}/members/{member} or spaces/{space}/members/app You can use the user's email as an alias for {member} . For example, spaces/{space}/members/example@gmail.com where example@gmail.com is the email of the Google Chat user.

↳ use_admin_access
bool

Optional. When true , the method runs using the user's Google Workspace administrator privileges. The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege . Requires the chat.admin.memberships or chat.admin.memberships.readonly OAuth 2.0 scopes . Getting app memberships in a space isn't supported when using admin access.

getName

Required. Resource name of the membership to retrieve.

To get the app's own membership by using user authentication , you can optionally use spaces/{space}/members/app . Format: spaces/{space}/members/{member} or spaces/{space}/members/app You can use the user's email as an alias for {member} . For example, spaces/{space}/members/example@gmail.com where example@gmail.com is the email of the Google Chat user.

Returns
Type
Description
string

setName

Required. Resource name of the membership to retrieve.

To get the app's own membership by using user authentication , you can optionally use spaces/{space}/members/app . Format: spaces/{space}/members/{member} or spaces/{space}/members/app You can use the user's email as an alias for {member} . For example, spaces/{space}/members/example@gmail.com where example@gmail.com is the email of the Google Chat user.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getUseAdminAccess

Optional. When true , the method runs using the user's Google Workspace administrator privileges.

The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege . Requires the chat.admin.memberships or chat.admin.memberships.readonly OAuth 2.0 scopes . Getting app memberships in a space isn't supported when using admin access.

Returns
Type
Description
bool

setUseAdminAccess

Optional. When true , the method runs using the user's Google Workspace administrator privileges.

The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege . Requires the chat.admin.memberships or chat.admin.memberships.readonly OAuth 2.0 scopes . Getting app memberships in a space isn't supported when using admin access.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

static::build

Parameter
Name
Description
name
string

Required. Resource name of the membership to retrieve.

To get the app's own membership by using user authentication , you can optionally use spaces/{space}/members/app .

Format: spaces/{space}/members/{member} or spaces/{space}/members/app

You can use the user's email as an alias for {member} . For example, spaces/{space}/members/example@gmail.com where example@gmail.com is the email of the Google Chat user. Please see ChatServiceClient::membershipName() for help formatting this field.

Returns
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: