Reference documentation and code samples for the Google Meet API module Google::Apps::Meet.
Methods
.conference_records_service
def self.conference_records_service(version: :v2, transport: :grpc, &block) -> ::Object
Create a new client object for ConferenceRecordsService.
By default, this returns an instance of
Google::Apps::Meet::V2::ConferenceRecordsService::Client
for a gRPC client for version V2 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.
Raises an exception if the currently installed versioned client gem for the given API version does not support the given transport of the ConferenceRecordsService service. You can determine whether the method will succeed by calling Meet.conference_records_service_available?.
About ConferenceRecordsService
REST API for services dealing with conference records.
-
version (::String, ::Symbol) (defaults to: :v2) — The API version to connect to. Optional.
Defaults to
:v2
. -
transport (:grpc, :rest) (defaults to: :grpc) — The transport to use. Defaults to
:grpc
.
- (::Object) — A client object for the specified version.
.conference_records_service_available?
def self.conference_records_service_available?(version: :v2, transport: :grpc) -> boolean
Determines whether the ConferenceRecordsService service is supported by the current client. If true, you can retrieve a client object by calling Meet.conference_records_service. If false, that method will raise an exception. This could happen if the given API version does not exist or does not support the ConferenceRecordsService service, or if the versioned client gem needs an update to support the ConferenceRecordsService service.
-
version (::String, ::Symbol) (defaults to: :v2) — The API version to connect to. Optional.
Defaults to
:v2
. -
transport (:grpc, :rest) (defaults to: :grpc) — The transport to use. Defaults to
:grpc
.
- (boolean) — Whether the service is available.
.spaces_service
def self.spaces_service(version: :v2, transport: :grpc, &block) -> ::Object
Create a new client object for SpacesService.
By default, this returns an instance of
Google::Apps::Meet::V2::SpacesService::Client
for a gRPC client for version V2 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.
Raises an exception if the currently installed versioned client gem for the given API version does not support the given transport of the SpacesService service. You can determine whether the method will succeed by calling Meet.spaces_service_available?.
About SpacesService
REST API for services dealing with spaces.
-
version (::String, ::Symbol) (defaults to: :v2) — The API version to connect to. Optional.
Defaults to
:v2
. -
transport (:grpc, :rest) (defaults to: :grpc) — The transport to use. Defaults to
:grpc
.
- (::Object) — A client object for the specified version.
.spaces_service_available?
def self.spaces_service_available?(version: :v2, transport: :grpc) -> boolean
Determines whether the SpacesService service is supported by the current client. If true, you can retrieve a client object by calling Meet.spaces_service. If false, that method will raise an exception. This could happen if the given API version does not exist or does not support the SpacesService service, or if the versioned client gem needs an update to support the SpacesService service.
-
version (::String, ::Symbol) (defaults to: :v2) — The API version to connect to. Optional.
Defaults to
:v2
. -
transport (:grpc, :rest) (defaults to: :grpc) — The transport to use. Defaults to
:grpc
.
- (boolean) — Whether the service is available.
Constants
VERSION
value: "1.1.0"