Analytics Hub v1 API - Class ListListingsRequest (1.4.0)

public sealed class ListListingsRequest : IMessage<ListListingsRequest>, IEquatable<ListListingsRequest>, IDeepCloneable<ListListingsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Analytics Hub v1 API class ListListingsRequest.

Message for requesting the list of listings.

Inheritance

object > ListListingsRequest

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

ListListingsRequest()

public ListListingsRequest()

ListListingsRequest(ListListingsRequest)

public ListListingsRequest(ListListingsRequest other)
Parameter
NameDescription
otherListListingsRequest

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
TypeDescription
int

PageToken

public string PageToken { get; set; }

Page token, returned by a previous call, to request the next page of results.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsDataExchangeName

public DataExchangeName ParentAsDataExchangeName { get; set; }

DataExchangeName-typed view over the Parent resource name property.

Property Value
TypeDescription
DataExchangeName