All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.meet.v2.Meet.Spaces.html Maven / Gradle / Ivy

There is a newer version: v2-rev20240808-2.0.0
Show newest version






Meet.Spaces (Google Meet API v2-rev20240716-2.0.0)












com.google.api.services.meet.v2

Class Meet.Spaces

  • Enclosing class:
    Meet


    public class Meet.Spaces
    extends Object
    The "spaces" collection of methods.
    • Constructor Detail

      • Spaces

        public Spaces()
    • Method Detail

      • create

        public Meet.Spaces.Create create(Space content)
                                  throws IOException
        Creates a space. Create a request for the method "spaces.create". This request holds the parameters needed by the meet server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        content - the Space
        Returns:
        the request
        Throws:
        IOException
      • endActiveConference

        public Meet.Spaces.EndActiveConference endActiveConference(String name,
                                                                   EndActiveConferenceRequest content)
                                                            throws IOException
        Ends an active conference (if there's one). For an example, see [End active conference](https://developers.google.com/meet/api/guides/meeting-spaces#end-active-conference). Create a request for the method "spaces.endActiveConference". This request holds the parameters needed by the meet server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        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](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting- space).
        content - the EndActiveConferenceRequest
        Returns:
        the request
        Throws:
        IOException
      • get

        public Meet.Spaces.Get get(String name)
                            throws IOException
        Gets details about a meeting space. For an example, see [Get a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#get-meeting-space). Create a request for the method "spaces.get". This request holds the parameters needed by the meet server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        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](https://support.google.com/meet/answer/10710509). For more information, see [How Meet identifies a meeting space](https://developers.google.com/meet/api/guides/meeting- spaces#identify-meeting-space).
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Meet.Spaces.Patch patch(String name,
                                       Space content)
                                throws IOException
        Updates details about a meeting space. For an example, see [Update a meeting space](https://developers.google.com/meet/api/guides/meeting-spaces#update-meeting-space). Create a request for the method "spaces.patch". This request holds the parameters needed by the meet server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        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](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting- space).
        content - the Space
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy