public interface ListFieldsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()
The filter to apply to list results. Currently,
FirestoreAdmin.ListFields only supports listing fields
that have been explicitly overridden. To issue this query, call
FirestoreAdmin.ListFields with a filter that includes
indexConfig.usesAncestorConfig:false
.
string filter = 2;
Type | Description |
String | The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()
The filter to apply to list results. Currently,
FirestoreAdmin.ListFields only supports listing fields
that have been explicitly overridden. To issue this query, call
FirestoreAdmin.ListFields with a filter that includes
indexConfig.usesAncestorConfig:false
.
string filter = 2;
Type | Description |
ByteString | The bytes for filter. |
getPageSize()
public abstract int getPageSize()
The number of results to return.
int32 page_size = 3;
Type | Description |
int | The pageSize. |
getPageToken()
public abstract String getPageToken()
A page token, returned from a previous call to FirestoreAdmin.ListFields, that may be used to get the next page of results.
string page_token = 4;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
A page token, returned from a previous call to FirestoreAdmin.ListFields, that may be used to get the next page of results.
string page_token = 4;
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public abstract 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) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public abstract 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) = { ... }
Type | Description |
ByteString | The bytes for parent. |