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].
Implements
IMessageSearchCatalogsResponse, IEquatableSearchCatalogsResponse, IDeepCloneableSearchCatalogsResponse, IBufferMessage, IMessage, IPageResponseCatalog, IEnumerableCatalog, IEnumerableNamespace
Google.Cloud.PrivateCatalog.V1Beta1Assembly
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 Catalog
s 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 |