public interface ListOrgDataExchangesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOrganization()
Required.
|
com.google.protobuf.ByteString |
getOrganizationBytes()
Required.
|
int |
getPageSize()
The maximum number of results to return in a single response page.
|
String |
getPageToken()
Page token, returned by a previous call, to request the next page of
results.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Page token, returned by a previous call, to request the next page of
results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];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;String getPageToken()
Page token, returned by a previous call, to request the next page of results.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Page token, returned by a previous call, to request the next page of results.
string page_token = 3;Copyright © 2025 Google LLC. All rights reserved.