API hub V1 API - Class Google::Cloud::ApiHub::V1::ApiHubDependencies::Rest::ServiceStub (v0.2.0)

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

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

Inherits

  • Object

Methods

#create_dependency

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

Baseline implementation for the create_dependency REST call

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

#delete_dependency

def delete_dependency(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_dependency 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_dependency

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

Baseline implementation for the get_dependency REST call

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

#list_dependencies

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

Baseline implementation for the list_dependencies 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)

#update_dependency

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

Baseline implementation for the update_dependency REST call

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