Private Catalog V1beta1 API - Class Google::Cloud::PrivateCatalog::V1beta1::PrivateCatalog::Rest::ServiceStub (v0.6.2)

Reference documentation and code samples for the Private Catalog V1beta1 API class Google::Cloud::PrivateCatalog::V1beta1::PrivateCatalog::Rest::ServiceStub.

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

Inherits

  • Object

Methods

#endpoint

def endpoint() -> String

The effective endpoint

Returns
  • (String)

#initialize

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

#search_catalogs

def search_catalogs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::PrivateCatalog::V1beta1::SearchCatalogsResponse

Baseline implementation for the search_catalogs REST call

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

#search_products

def search_products(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::PrivateCatalog::V1beta1::SearchProductsResponse

Baseline implementation for the search_products REST call

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

#search_versions

def search_versions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::PrivateCatalog::V1beta1::SearchVersionsResponse

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