Google Cloud Datastore Admin V1 Client - Class GetIndexRequest (0.7.5)

Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class GetIndexRequest.

The request for google.datastore.admin.v1.DatastoreAdmin.GetIndex.

Generated from protobuf message google.datastore.admin.v1.GetIndexRequest

Namespace

Google \ Cloud \ Datastore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

Project ID against which to make the request.

↳ index_id string

The resource ID of the index to get.

getProjectId

Project ID against which to make the request.

Returns
TypeDescription
string

setProjectId

Project ID against which to make the request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIndexId

The resource ID of the index to get.

Returns
TypeDescription
string

setIndexId

The resource ID of the index to get.

Parameter
NameDescription
var string
Returns
TypeDescription
$this