Reference documentation and code samples for the Firestore in Datastore mode Admin V1 API class Google::Cloud::Datastore::Admin::V1::ListIndexesRequest.
The request for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String)
#filter=
def filter=(value) -> ::String
Parameter
- value (::String)
Returns
- (::String)
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of items to return. If zero, then all results will be returned.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of items to return. If zero, then all results will be returned.
Returns
- (::Integer) — The maximum number of items to return. If zero, then all results will be returned.
#page_token
def page_token() -> ::String
Returns
- (::String) — The next_page_token value returned from a previous List request, if any.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — The next_page_token value returned from a previous List request, if any.
Returns
- (::String) — The next_page_token value returned from a previous List request, if any.
#project_id
def project_id() -> ::String
Returns
- (::String) — Project ID against which to make the request.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Project ID against which to make the request.
Returns
- (::String) — Project ID against which to make the request.