Cloud Private Catalog v1beta1 API - Class PrivateCatalog.PrivateCatalogBase (2.0.0-beta04)

[BindServiceMethod(typeof(PrivateCatalog), "BindService")]
public abstract class PrivateCatalog.PrivateCatalogBase

Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class PrivateCatalog.PrivateCatalogBase.

Base class for server-side implementations of PrivateCatalog

Inheritance

object > PrivateCatalog.PrivateCatalogBase

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

Google.Cloud.PrivateCatalog.V1Beta1.dll

Methods

SearchCatalogs(SearchCatalogsRequest, ServerCallContext)

public virtual Task<SearchCatalogsResponse> SearchCatalogs(SearchCatalogsRequest request, ServerCallContext context)

Search [Catalog][google.cloud.privatecatalog.v1beta1.Catalog] resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

Parameters
NameDescription
requestSearchCatalogsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSearchCatalogsResponse

The response to send back to the client (wrapped by a task).

SearchProducts(SearchProductsRequest, ServerCallContext)

public virtual Task<SearchProductsResponse> SearchProducts(SearchProductsRequest request, ServerCallContext context)

Search [Product][google.cloud.privatecatalog.v1beta1.Product] resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

Parameters
NameDescription
requestSearchProductsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSearchProductsResponse

The response to send back to the client (wrapped by a task).

SearchVersions(SearchVersionsRequest, ServerCallContext)

public virtual Task<SearchVersionsResponse> SearchVersions(SearchVersionsRequest request, ServerCallContext context)

Search [Version][google.cloud.privatecatalog.v1beta1.Version] resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

Parameters
NameDescription
requestSearchVersionsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSearchVersionsResponse

The response to send back to the client (wrapped by a task).