public interface ListIndexesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFilter()
The filter to apply to list results.
|
com.google.protobuf.ByteString |
getFilterBytes()
The filter to apply to list results.
|
int |
getPageSize()
The number of results to return.
|
String |
getPageToken()
A page token, returned from a previous call to
[FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next
page of results.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token, returned from a previous call to
[FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get 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, hasOneof
String getParent()
Required. A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
The filter to apply to list results.
string filter = 2;
com.google.protobuf.ByteString getFilterBytes()
The filter to apply to list results.
string filter = 2;
int getPageSize()
The number of results to return.
int32 page_size = 3;
String getPageToken()
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
string page_token = 4;
com.google.protobuf.ByteString getPageTokenBytes()
A page token, returned from a previous call to [FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next page of results.
string page_token = 4;
Copyright © 2023 Google LLC. All rights reserved.