Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::ListIndexesRequest.
The request for FirestoreAdmin.ListIndexes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — The filter to apply to list results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — The filter to apply to list results.
Returns
- (::String) — The filter to apply to list results.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The number of results to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The number of results to return.
Returns
- (::Integer) — The number of results to return.
#page_token
def page_token() -> ::String
Returns
- (::String) — A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.
Returns
- (::String) — A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. A parent name of the form
projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. A parent name of the form
projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}
Returns
-
(::String) — Required. A parent name of the form
projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}