Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::SpacesService::Rest::ServiceStub (v0.3.0)

Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::SpacesService::Rest::ServiceStub.

REST service stub for the SpacesService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_space

def create_space(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Space

Baseline implementation for the create_space REST call

Parameters
  • request_pb (::Google::Apps::Meet::V2beta::CreateSpaceRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#end_active_conference

def end_active_conference(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the end_active_conference REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_space

def get_space(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Space

Baseline implementation for the get_space REST call

Parameters
  • request_pb (::Google::Apps::Meet::V2beta::GetSpaceRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)

#update_space

def update_space(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Space

Baseline implementation for the update_space REST call

Parameters
  • request_pb (::Google::Apps::Meet::V2beta::UpdateSpaceRequest) — A request object representing the call parameters. Required.
  • options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)