public sealed class ListListingsResponse : IMessage<ListListingsResponse>, IEquatable<ListListingsResponse>, IDeepCloneable<ListListingsResponse>, IBufferMessage, IMessage, IPageResponse<Listing>, IEnumerable<Listing>, IEnumerable
Reference documentation and code samples for the Analytics Hub v1 API class ListListingsResponse.
Message for response to the list of Listings.
Implements
IMessageListListingsResponse, IEquatableListListingsResponse, IDeepCloneableListListingsResponse, IBufferMessage, IMessage, IPageResponseListing, IEnumerableListing, IEnumerableNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
ListListingsResponse()
public ListListingsResponse()
ListListingsResponse(ListListingsResponse)
public ListListingsResponse(ListListingsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListListingsResponse |
Properties
Listings
public RepeatedField<Listing> Listings { get; }
The list of Listing.
Property Value | |
---|---|
Type | Description |
RepeatedFieldListing |
NextPageToken
public string NextPageToken { get; set; }
A token to request the next page of results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Listing> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorListing |