public sealed class SearchCatalogsRequest : IMessage<SearchCatalogsRequest>, IEquatable<SearchCatalogsRequest>, IDeepCloneable<SearchCatalogsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Private Catalog v1beta1 API class SearchCatalogsRequest.
Request message for [PrivateCatalog.SearchCatalogs][google.cloud.privatecatalog.v1beta1.PrivateCatalog.SearchCatalogs].
Implements
IMessageSearchCatalogsRequest, IEquatableSearchCatalogsRequest, IDeepCloneableSearchCatalogsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.PrivateCatalog.V1Beta1Assembly
Google.Cloud.PrivateCatalog.V1Beta1.dll
Constructors
SearchCatalogsRequest()
public SearchCatalogsRequest()SearchCatalogsRequest(SearchCatalogsRequest)
public SearchCatalogsRequest(SearchCatalogsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchCatalogsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of entries that are requested.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A pagination token returned from a previous call to SearchCatalogs that indicates where this listing should continue from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Query
public string Query { get; set; }The query to filter the catalogs. The supported queries are:
- Get a single catalog:
name=catalogs/{catalog}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Resource
public string Resource { get; set; }Required. The name of the resource context. It can be in following formats:
projects/{project}folders/{folder}organizations/{organization}
| Property Value | |
|---|---|
| Type | Description |
string |
|