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

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