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

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

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






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












com.google.api.services.meet.v2

Class Meet.Spaces.Patch

    • Constructor Detail

      • Patch

        protected Patch(String name,
                        Space content)
        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 the meet server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        Meet.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        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
        Since:
        1.13

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy