public interface DeleteMembershipRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. Resource name of the membership to delete. Chat apps can delete human users' or their own memberships. Chat apps can't delete other apps' memberships.
When deleting a human membership, requires the chat.memberships
scope and spaces/{space}/members/{member}
format. You can use the email as an alias for {member}
. For example, spaces/{space}/members/[email protected]
where [email protected]
is the email of the Google Chat user.
When deleting an app membership, requires the chat.memberships.app
scope and spaces/{space}/members/app
format.
Format: spaces/{space}/members/{member}
or spaces/{space}/members/app
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. Resource name of the membership to delete. Chat apps can delete human users' or their own memberships. Chat apps can't delete other apps' memberships.
When deleting a human membership, requires the chat.memberships
scope and spaces/{space}/members/{member}
format. You can use the email as an alias for {member}
. For example, spaces/{space}/members/[email protected]
where [email protected]
is the email of the Google Chat user.
When deleting an app membership, requires the chat.memberships.app
scope and spaces/{space}/members/app
format.
Format: spaces/{space}/members/{member}
or spaces/{space}/members/app
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getUseAdminAccess()
public abstract boolean 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
OAuth 2.0 scope.
Deleting app memberships in a space isn't supported using admin access.
bool use_admin_access = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean | The useAdminAccess. |