Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::ReportErrorsService::Rest::ServiceStub.
REST service stub for the ReportErrorsService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#report_error_event
def report_error_event(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ErrorReporting::V1beta1::ReportErrorEventResponse
Baseline implementation for the report_error_event REST call
- request_pb (::Google::Cloud::ErrorReporting::V1beta1::ReportErrorEventRequest) — 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::Cloud::ErrorReporting::V1beta1::ReportErrorEventResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ErrorReporting::V1beta1::ReportErrorEventResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)