Class: Google::Cloud::Firestore::Admin::V1::ListFieldsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::Admin::V1::ListFieldsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/admin/v1/firestore_admin.rb
Overview
The response for FirestoreAdmin.ListFields.
Instance Attribute Summary collapse
-
#fields ⇒ ::Array<::Google::Cloud::Firestore::Admin::V1::Field>
The requested fields.
-
#next_page_token ⇒ ::String
A page token that may be used to request another page of results.
Instance Attribute Details
#fields ⇒ ::Array<::Google::Cloud::Firestore::Admin::V1::Field>
Returns The requested fields.
349 350 351 352 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 349 class ListFieldsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A page token that may be used to request another page of results. If blank, this is the last page.
349 350 351 352 |
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 349 class ListFieldsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |