Show / Hide Table of Contents

Class SpacesResource

The "spaces" collection of methods.

Inheritance
object
SpacesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Meet.v2
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class SpacesResource

Constructors

SpacesResource(IClientService)

Constructs a new resource.

Declaration
public SpacesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Space)

Creates a space.

Declaration
public virtual SpacesResource.CreateRequest Create(Space body)
Parameters
Type Name Description
Space body

The body of the request.

Returns
Type Description
SpacesResource.CreateRequest

EndActiveConference(EndActiveConferenceRequest, string)

Ends an active conference (if there's one). For an example, see End active conference.

Declaration
public virtual SpacesResource.EndActiveConferenceRequest EndActiveConference(EndActiveConferenceRequest body, string name)
Parameters
Type Name Description
EndActiveConferenceRequest body

The body of the request.

string name

Required. Resource name of the space. Format: spaces/{space}. {space} is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, jQCFfuBOdN5z. For more information, see How Meet identifies a meeting space.

Returns
Type Description
SpacesResource.EndActiveConferenceRequest

Get(string)

Gets details about a meeting space. For an example, see Get a meeting space.

Declaration
public virtual SpacesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Resource name of the space. Format: spaces/{space} or spaces/{meetingCode}. {space} is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, jQCFfuBOdN5z. {meetingCode} is an alias for the space. It's a typeable, unique character string and is non-case sensitive. For example, abc-mnop-xyz. The maximum length is 128 characters. A meetingCode shouldn't be stored long term as it can become dissociated from a meeting space and can be reused for different meeting spaces in the future. Generally, a meetingCode expires 365 days after last use. For more information, see Learn about meeting codes in Google Meet. For more information, see How Meet identifies a meeting space.

Returns
Type Description
SpacesResource.GetRequest

Patch(Space, string)

Updates details about a meeting space. For an example, see Update a meeting space.

Declaration
public virtual SpacesResource.PatchRequest Patch(Space body, string name)
Parameters
Type Name Description
Space body

The body of the request.

string name

Immutable. Resource name of the space. Format: spaces/{space}. {space} is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, jQCFfuBOdN5z. For more information, see How Meet identifies a meeting space.

Returns
Type Description
SpacesResource.PatchRequest
In this article
Back to top Generated by DocFX