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_member
def create_member(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Member
Baseline implementation for the create_member REST call
- request_pb (::Google::Apps::Meet::V2beta::CreateMemberRequest) — 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::Member)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Member) — A result object deserialized from the server's reply
- (::ArgumentError)
#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)
#delete_member
def delete_member(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the delete_member REST call
- request_pb (::Google::Apps::Meet::V2beta::DeleteMemberRequest) — 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)
#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)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_member
def get_member(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::Member
Baseline implementation for the get_member REST call
- request_pb (::Google::Apps::Meet::V2beta::GetMemberRequest) — 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::Member)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::Member) — 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)
#list_members
def list_members(request_pb, options = nil) { |result, operation| ... } -> ::Google::Apps::Meet::V2beta::ListMembersResponse
Baseline implementation for the list_members REST call
- request_pb (::Google::Apps::Meet::V2beta::ListMembersRequest) — 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::ListMembersResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Apps::Meet::V2beta::ListMembersResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (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
- 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)