Service Control API V1 API - Class Google::Cloud::ServiceControl::V1::ServiceController::Rest::ServiceStub (v0.6.0)

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

Parameters
  • 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.
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

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

#report

def report(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ServiceControl::V1::ReportResponse

Baseline implementation for the report REST call

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