Cloud Private Catalog v1beta1 API - Class SearchCatalogsRequest (2.0.0-beta04)

public sealed class SearchCatalogsRequest : IMessage<SearchCatalogsRequest>, IEquatable<SearchCatalogsRequest>, IDeepCloneable<SearchCatalogsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Private Catalog v1beta1 API class SearchCatalogsRequest.

Request message for [PrivateCatalog.SearchCatalogs][google.cloud.privatecatalog.v1beta1.PrivateCatalog.SearchCatalogs].

Inheritance

object > SearchCatalogsRequest

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

Google.Cloud.PrivateCatalog.V1Beta1.dll

Constructors

SearchCatalogsRequest()

public SearchCatalogsRequest()

SearchCatalogsRequest(SearchCatalogsRequest)

public SearchCatalogsRequest(SearchCatalogsRequest other)
Parameter
NameDescription
otherSearchCatalogsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of entries that are requested.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
string