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
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). |
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). |
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). |
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). |