Class PrivateCatalog.PrivateCatalogBase (1.0.0-beta02)

[BindServiceMethod(typeof(PrivateCatalog), "BindService")]
public abstract class 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
Task<SearchCatalogsResponse>

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
Task<SearchProductsResponse>

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
Task<SearchVersionsResponse>

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