public interface ListListingsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource path of the listing. e.g. `projects/myproject/locations/us/dataExchanges/123`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource path of the listing. e.g. `projects/myproject/locations/us/dataExchanges/123`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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.