public sealed class ListListingsRequest : IPageRequest, IMessage<ListListingsRequest>, IEquatable<ListListingsRequest>, IDeepCloneable<ListListingsRequest>, IBufferMessage, IMessage
Message for requesting list of Listings.
Implements
IPageRequest, IMessage<ListListingsRequest>, IEquatable<ListListingsRequest>, IDeepCloneable<ListListingsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
ListListingsRequest()
public ListListingsRequest()
ListListingsRequest(ListListingsRequest)
public ListListingsRequest(ListListingsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListListingsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Page token, returned by a previous call, to request the next page of results.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent resource path of the listing.
e.g. projects/myproject/locations/US/dataExchanges/123
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsDataExchangeName
public DataExchangeName ParentAsDataExchangeName { get; set; }
DataExchangeName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DataExchangeName |