API hub V1 API - Class Google::Cloud::ApiHub::V1::ApiHubPlugin::Rest::ServiceStub (v0.1.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::ApiHubPlugin::Rest::ServiceStub.

REST service stub for the ApiHubPlugin service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#disable_plugin

def disable_plugin(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ApiHub::V1::Plugin

Baseline implementation for the disable_plugin REST call

Parameters
  • request_pb (::Google::Cloud::ApiHub::V1::DisablePluginRequest) — 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)

#enable_plugin

def enable_plugin(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ApiHub::V1::Plugin

Baseline implementation for the enable_plugin REST call

Parameters
  • request_pb (::Google::Cloud::ApiHub::V1::EnablePluginRequest) — 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)

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#get_plugin

def get_plugin(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::ApiHub::V1::Plugin

Baseline implementation for the get_plugin REST call

Parameters
  • request_pb (::Google::Cloud::ApiHub::V1::GetPluginRequest) — 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:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
Returns

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)