Reference documentation and code samples for the Google Meet API module Google::Apps::Meet.
Methods
.conference_records_service
def self.conference_records_service(version: :v2beta, transport: :grpc, &block) -> ::Object
Create a new client object for ConferenceRecordsService.
By default, this returns an instance of
Google::Apps::Meet::V2beta::ConferenceRecordsService::Client
for a gRPC client for version V2beta of the API.
However, you can specify a different API version by passing it in the
version
parameter. If the ConferenceRecordsService service is
supported by that API version, and the corresponding gem is available, the
appropriate versioned client will be returned.
You can also specify a different transport by passing :rest
or :grpc
in
the transport
parameter.
About ConferenceRecordsService
REST API for services dealing with conference records.
-
version (::String, ::Symbol) (defaults to: :v2beta) — The API version to connect to. Optional.
Defaults to
:v2beta
. -
transport (:grpc, :rest) (defaults to: :grpc) — The transport to use. Defaults to
:grpc
.
- (::Object) — A client object for the specified version.
.spaces_service
def self.spaces_service(version: :v2beta, transport: :grpc, &block) -> ::Object
Create a new client object for SpacesService.
By default, this returns an instance of
Google::Apps::Meet::V2beta::SpacesService::Client
for a gRPC client for version V2beta of the API.
However, you can specify a different API version by passing it in the
version
parameter. If the SpacesService service is
supported by that API version, and the corresponding gem is available, the
appropriate versioned client will be returned.
You can also specify a different transport by passing :rest
or :grpc
in
the transport
parameter.
About SpacesService
REST API for services dealing with spaces.
-
version (::String, ::Symbol) (defaults to: :v2beta) — The API version to connect to. Optional.
Defaults to
:v2beta
. -
transport (:grpc, :rest) (defaults to: :grpc) — The transport to use. Defaults to
:grpc
.
- (::Object) — A client object for the specified version.
Constants
VERSION
value: "0.1.0"