Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class ListIndexesRequest.
The request for google.datastore.admin.v1.DatastoreAdmin.ListIndexes .
Generated from protobuf message google.datastore.admin.v1.ListIndexesRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Project ID against which to make the request.
↳ filter
string
↳ page_size
int
The maximum number of items to return. If zero, then all results will be returned.
↳ page_token
string
The next_page_token value returned from a previous List request, if any.
getProjectId
Project ID against which to make the request.
string
setProjectId
Project ID against which to make the request.
var
string
$this
getFilter
Generated from protobuf field string filter = 3;
string
setFilter
Generated from protobuf field string filter = 3;
var
string
$this
getPageSize
The maximum number of items to return. If zero, then all results will be returned.
int
setPageSize
The maximum number of items to return. If zero, then all results will be returned.
var
int
$this
getPageToken
The next_page_token value returned from a previous List request, if any.
string
setPageToken
The next_page_token value returned from a previous List request, if any.
var
string
$this