Analytics Hub v1beta1 API - Class ListListingsResponse (2.0.0-beta04)

public sealed class ListListingsResponse : IPageResponse<Listing>, IEnumerable<Listing>, IEnumerable, IMessage<ListListingsResponse>, IEquatable<ListListingsResponse>, IDeepCloneable<ListListingsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Analytics Hub v1beta1 API class ListListingsResponse.

Message for response to the list of Listings.

Inheritance

object > ListListingsResponse

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

ListListingsResponse()

public ListListingsResponse()

ListListingsResponse(ListListingsResponse)

public ListListingsResponse(ListListingsResponse other)
Parameter
NameDescription
otherListListingsResponse

Properties

Listings

public RepeatedField<Listing> Listings { get; }

The list of Listing.

Property Value
TypeDescription
RepeatedFieldListing

NextPageToken

public string NextPageToken { get; set; }

A token to request the next page of results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Listing> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorListing