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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003ePrivateCatalog.PrivateCatalogBase\u003c/code\u003e class, which is the base for server-side implementations of the Cloud Private Catalog API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePrivateCatalog.PrivateCatalogBase\u003c/code\u003e class inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class and includes inherited members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains three primary methods for searching resources: \u003ccode\u003eSearchCatalogs\u003c/code\u003e, \u003ccode\u003eSearchProducts\u003c/code\u003e, and \u003ccode\u003eSearchVersions\u003c/code\u003e, each of which takes a request and server call context, and returns a task containing a response.\u003c/p\u003e\n"],["\u003cp\u003eThese search methods allow consumers to find catalogs, products, and versions within the scope of their cloud resource hierarchy context.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the Private Catalog API documented here is 2.0.0-beta05, with older versions 2.0.0-beta04 and 1.0.0-beta02 also listed.\u003c/p\u003e\n"]]],[],null,["# Cloud Private Catalog v1beta1 API - Class PrivateCatalog.PrivateCatalogBase (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalog.PrivateCatalogBase)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/2.0.0-beta04/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalog.PrivateCatalogBase)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/1.0.0-beta02/Google.Cloud.PrivateCatalog.V1Beta1.PrivateCatalog.PrivateCatalogBase) \n\n [BindServiceMethod(typeof(PrivateCatalog), \"BindService\")]\n public abstract class PrivateCatalog.PrivateCatalogBase\n\nReference documentation and code samples for the Cloud Private Catalog v1beta1 API class PrivateCatalog.PrivateCatalogBase.\n\nBase class for server-side implementations of PrivateCatalog \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PrivateCatalog.PrivateCatalogBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.PrivateCatalog.V1Beta1](/dotnet/docs/reference/Google.Cloud.PrivateCatalog.V1Beta1/latest/Google.Cloud.PrivateCatalog.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.PrivateCatalog.V1Beta1.dll\n\nMethods\n-------\n\n### SearchCatalogs(SearchCatalogsRequest, ServerCallContext)\n\n public virtual Task\u003cSearchCatalogsResponse\u003e SearchCatalogs(SearchCatalogsRequest request, ServerCallContext context)\n\nSearch \\[Catalog\\]\\[google.cloud.privatecatalog.v1beta1.Catalog\\] resources that consumers have access to, within the\nscope of the consumer cloud resource hierarchy context.\n\n### SearchProducts(SearchProductsRequest, ServerCallContext)\n\n public virtual Task\u003cSearchProductsResponse\u003e SearchProducts(SearchProductsRequest request, ServerCallContext context)\n\nSearch \\[Product\\]\\[google.cloud.privatecatalog.v1beta1.Product\\] resources that consumers have access to, within the\nscope of the consumer cloud resource hierarchy context.\n\n### SearchVersions(SearchVersionsRequest, ServerCallContext)\n\n public virtual Task\u003cSearchVersionsResponse\u003e SearchVersions(SearchVersionsRequest request, ServerCallContext context)\n\nSearch \\[Version\\]\\[google.cloud.privatecatalog.v1beta1.Version\\] resources that consumers have access to, within the\nscope of the consumer cloud resource hierarchy context."]]