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
Name Description
request SearchCatalogsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
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
Name Description
request SearchProductsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
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
Name Description
request SearchVersionsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskSearchVersionsResponse

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