public interface CreateIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Index |
getIndex()
The index to create.
|
IndexOrBuilder |
getIndexOrBuilder()
The index to create.
|
String |
getProjectId()
Project ID against which to make the request.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project ID against which to make the request.
|
boolean |
hasIndex()
The index to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProjectId()
Project ID against which to make the request.
string project_id = 1;
com.google.protobuf.ByteString getProjectIdBytes()
Project ID against which to make the request.
string project_id = 1;
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;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.