Class: Google::Cloud::Datastore::Admin::V1::ListIndexesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::Admin::V1::ListIndexesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/admin/v1/datastore_admin.rb
Overview
The request for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.
Instance Attribute Summary collapse
- #filter ⇒ ::String
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous List request, if any.
-
#project_id ⇒ ::String
Project ID against which to make the request.
Instance Attribute Details
#filter ⇒ ::String
341 342 343 344 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341 class ListIndexesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
The maximum number of items to return. If zero, then all results will be returned.
341 342 343 344 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341 class ListIndexesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token value returned from a previous List request, if any.
341 342 343 344 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341 class ListIndexesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Project ID against which to make the request.
341 342 343 344 |
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 341 class ListIndexesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |