Class SpacesService.SpacesServiceBase
Base class for server-side implementations of SpacesService
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
[BindServiceMethod(typeof(SpacesService), "BindService")]
public abstract class SpacesService.SpacesServiceBase
Methods
BatchUpdateMembers(BatchUpdateMembersRequest, ServerCallContext)
Updates members of one space within a batch.
Declaration
public virtual Task<BatchUpdateMembersResponse> BatchUpdateMembers(BatchUpdateMembersRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchUpdateMembersRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<BatchUpdateMembersResponse> | The response to send back to the client (wrapped by a task). |
CreateMember(CreateMemberRequest, ServerCallContext)
Creates a member.
This API supports the fields parameter in
SystemParameterContext.
When the fields parameter is omitted, this API response will default to
"name,email,role".
Declaration
public virtual Task<Member> CreateMember(CreateMemberRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateMemberRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Member> | The response to send back to the client (wrapped by a task). |
CreateSpace(CreateSpaceRequest, ServerCallContext)
Creates a space.
Declaration
public virtual Task<Space> CreateSpace(CreateSpaceRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateSpaceRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Space> | The response to send back to the client (wrapped by a task). |
DeleteMember(DeleteMemberRequest, ServerCallContext)
Deletes the member who was previously assigned roles in the space.
Declaration
public virtual Task<Empty> DeleteMember(DeleteMemberRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteMemberRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Empty> | The response to send back to the client (wrapped by a task). |
EndActiveConference(EndActiveConferenceRequest, ServerCallContext)
Ends an active conference (if there's one).
For an example, see End active conference.
Declaration
public virtual Task<Empty> EndActiveConference(EndActiveConferenceRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| EndActiveConferenceRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Empty> | The response to send back to the client (wrapped by a task). |
GetMember(GetMemberRequest, ServerCallContext)
Gets a member.
This API supports the fields parameter in
SystemParameterContext.
When the fields parameter is omitted, this API response will default to
"name,email,role".
Declaration
public virtual Task<Member> GetMember(GetMemberRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetMemberRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Member> | The response to send back to the client (wrapped by a task). |
GetSpace(GetSpaceRequest, ServerCallContext)
Gets details about a meeting space.
For an example, see Get a meeting space.
Declaration
public virtual Task<Space> GetSpace(GetSpaceRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| GetSpaceRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Space> | The response to send back to the client (wrapped by a task). |
ListMembers(ListMembersRequest, ServerCallContext)
Lists members.
This API supports the fields parameter in
SystemParameterContext.
When the fields parameter is omitted this API response will default to
"name,email,role".
Declaration
public virtual Task<ListMembersResponse> ListMembers(ListMembersRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ListMembersRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<ListMembersResponse> | The response to send back to the client (wrapped by a task). |
UpdateMember(UpdateMemberRequest, ServerCallContext)
Updates a member.
Declaration
public virtual Task<Member> UpdateMember(UpdateMemberRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateMemberRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Member> | The response to send back to the client (wrapped by a task). |
UpdateSpace(UpdateSpaceRequest, ServerCallContext)
Updates details about a meeting space.
For an example, see Update a meeting space.
Declaration
public virtual Task<Space> UpdateSpace(UpdateSpaceRequest request, ServerCallContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateSpaceRequest | request | The request received from the client. |
| ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
| Type | Description |
|---|---|
| Task<Space> | The response to send back to the client (wrapped by a task). |