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
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::Space)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Space) — A result object deserialized from the server's reply
- (::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
- request_pb (::Google::Apps::Meet::V2beta::EndActiveConferenceRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_space
def get_space(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Space
Baseline implementation for the get_space REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::Space)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Space) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#update_space
def update_space(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Space
Baseline implementation for the update_space REST call
- 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.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Apps::Meet::V2beta::Space)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Space) — A result object deserialized from the server's reply
- (::ArgumentError)