public interface CreateIndexRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
IndexOrBuilder |
getProjectId()
public abstract String getProjectId()
Project ID against which to make the request.
string project_id = 1;
Returns | |
---|---|
Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the index field is set. |