public sealed class ListOrgDataExchangesRequest : IPageRequest, IMessage<ListOrgDataExchangesRequest>, IEquatable<ListOrgDataExchangesRequest>, IDeepCloneable<ListOrgDataExchangesRequest>, IBufferMessage, IMessage
Message for requesting list of DataExchanges from projects in an organization and location.
Implements
IPageRequest, IMessage<ListOrgDataExchangesRequest>, IEquatable<ListOrgDataExchangesRequest>, IDeepCloneable<ListOrgDataExchangesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
ListOrgDataExchangesRequest()
public ListOrgDataExchangesRequest()
ListOrgDataExchangesRequest(ListOrgDataExchangesRequest)
public ListOrgDataExchangesRequest(ListOrgDataExchangesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListOrgDataExchangesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
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 |