Interface CreateIndexRequestOrBuilder (2.17.6)

publicinterface CreateIndexRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndex()

publicabstractIndexgetIndex()

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()

publicabstractIndexOrBuildergetIndexOrBuilder()

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()

publicabstractStringgetProjectId()

Project ID against which to make the request.

string project_id = 1;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

publicabstractByteStringgetProjectIdBytes()

Project ID against which to make the request.

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

hasIndex()

publicabstractbooleanhasIndex()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.