Cloud Private Catalog v1beta1 API - Class SearchCatalogsResponse (2.0.0-beta05)

public sealed class SearchCatalogsResponse : IMessage<SearchCatalogsResponse>, IEquatable<SearchCatalogsResponse>, IDeepCloneable<SearchCatalogsResponse>, IBufferMessage, IMessage, IPageResponse<Catalog>, IEnumerable<Catalog>, IEnumerable

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

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

Inheritance

object > SearchCatalogsResponse

Namespace

Google.Cloud.PrivateCatalog.V1Beta1

Assembly

Google.Cloud.PrivateCatalog.V1Beta1.dll

Constructors

SearchCatalogsResponse()

public SearchCatalogsResponse()

SearchCatalogsResponse(SearchCatalogsResponse)

public SearchCatalogsResponse(SearchCatalogsResponse other)
Parameter
Name Description
other SearchCatalogsResponse

Properties

Catalogs

public RepeatedField<Catalog> Catalogs { get; }

The Catalogs computed from the resource context.

Property Value
Type Description
RepeatedFieldCatalog

NextPageToken

public string NextPageToken { get; set; }

A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Catalog> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorCatalog