Interface CreateIndexRequestOrBuilder (2.19.0)

public interface CreateIndexRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndex()

public abstract Index getIndex()

The index to create. The name and state fields are output only and will be ignored. Single property indexes cannot be created or deleted.

.google.datastore.admin.v1.Index index = 3;

Returns
TypeDescription
Index

The index.

getIndexOrBuilder()

public abstract IndexOrBuilder getIndexOrBuilder()

The index to create. The name and state fields are output only and will be ignored. Single property indexes cannot be created or deleted.

.google.datastore.admin.v1.Index index = 3;

Returns
TypeDescription
IndexOrBuilder

getProjectId()

public abstract String getProjectId()

Project ID against which to make the request.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Project ID against which to make the request.

string project_id = 1;

Returns
TypeDescription
ByteString

The bytes for projectId.

hasIndex()

public abstract boolean hasIndex()

The index to create. The name and state fields are output only and will be ignored. Single property indexes cannot be created or deleted.

.google.datastore.admin.v1.Index index = 3;

Returns
TypeDescription
boolean

Whether the index field is set.