Class: Google::Cloud::Firestore::Admin::V1::ListFieldsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::ListFieldsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The request for FirestoreAdmin.ListFields.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter to apply to list results.
-
#page_size ⇒ ::Integer
The number of results to return.
-
#page_token ⇒ ::String
A page token, returned from a previous call to FirestoreAdmin.ListFields, that may be used to get the next page of results.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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
or
ttlConfig:*
.
335 336 337 338 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 335 class ListFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The number of results to return.
335 336 337 338 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 335 class ListFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, returned from a previous call to FirestoreAdmin.ListFields, that may be used to get the next page of results.
335 336 337 338 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 335 class ListFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. A parent name of the form
projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}
.
335 336 337 338 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 335 class ListFieldsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |