API hub V1 API - Class Google::Cloud::ApiHub::V1::Provisioning::Rest::ServiceStub (v0.1.1)

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

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

Inherits

  • Object

Methods

#create_api_hub_instance

def create_api_hub_instance(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation

Baseline implementation for the create_api_hub_instance REST call

Parameters
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_api_hub_instance

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

Baseline implementation for the get_api_hub_instance REST call

Parameters
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

#lookup_api_hub_instance

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

Baseline implementation for the lookup_api_hub_instance REST call

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

#universe_domain

def universe_domain() -> String

The effective universe domain

Returns
  • (String)