Class ListOrgDataExchangesRequest (1.0.0-beta01)

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.

Inheritance

Object > ListOrgDataExchangesRequest

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.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
Int32

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
String