Analytics Hub v1 API - Class ListOrgDataExchangesRequest (1.4.0)

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

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

Message for requesting the list of data exchanges from projects in an organization and location.

Inheritance

object > ListOrgDataExchangesRequest

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

ListOrgDataExchangesRequest()

public ListOrgDataExchangesRequest()

ListOrgDataExchangesRequest(ListOrgDataExchangesRequest)

public ListOrgDataExchangesRequest(ListOrgDataExchangesRequest other)
Parameter
NameDescription
otherListOrgDataExchangesRequest

Properties

Organization

public string Organization { get; set; }

Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/US.

Property Value
TypeDescription
string

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