Reference documentation and code samples for the Service Control API V1 API class Google::Cloud::ServiceControl::V1::ServiceController::Rest::ServiceStub.
REST service stub for the ServiceController service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#check
def check(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ServiceControl::V1::CheckResponse
Baseline implementation for the check REST call
- request_pb (::Google::Cloud::ServiceControl::V1::CheckRequest) — 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::ServiceControl::V1::CheckResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ServiceControl::V1::CheckResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#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
def report(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ServiceControl::V1::ReportResponse
Baseline implementation for the report REST call
- request_pb (::Google::Cloud::ServiceControl::V1::ReportRequest) — 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::ServiceControl::V1::ReportResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::ServiceControl::V1::ReportResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)