Class SpacesService.SpacesServiceBase
Base class for server-side implementations of SpacesService
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.dll
Syntax
[BindServiceMethod(typeof(SpacesService), "BindService")]
public abstract class SpacesService.SpacesServiceBase
Methods
CreateSpace(CreateSpaceRequest, ServerCallContext)
Developer Preview. 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)
Developer Preview. Ends an active conference (if there is one).
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)
Developer Preview.
Gets a space by space_id
or meeting_code
.
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)
Developer Preview. Updates a 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). |