public sealed class ListListingsResponse : IPageResponse<Listing>, IEnumerable<Listing>, IEnumerable, IMessage<ListListingsResponse>, IEquatable<ListListingsResponse>, IDeepCloneable<ListListingsResponse>, IBufferMessage, IMessageMessage for response to listing Listings.
Implements
IPageResponse<Listing>, IEnumerable<Listing>, IEnumerable, IMessage<ListListingsResponse>, IEquatable<ListListingsResponse>, IDeepCloneable<ListListingsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.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 |
RepeatedField<Listing> |
|
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 |
IEnumerator<Listing> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|