Interface ListOrgDataExchangesRequestOrBuilder (0.40.0)

public interface ListOrgDataExchangesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOrganization()

public abstract String getOrganization()

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

string organization = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The organization.

getOrganizationBytes()

public abstract ByteString getOrganizationBytes()

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

string organization = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for organization.

getPageSize()

public abstract int getPageSize()

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public abstract String getPageToken()

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

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

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

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.