public interface CreateIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Index |
getIndex()
The composite index to create.
|
IndexOrBuilder |
getIndexOrBuilder()
The composite index to create.
|
String |
getParent()
A parent name of the form
`projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
|
com.google.protobuf.ByteString |
getParentBytes()
A parent name of the form
`projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
|
boolean |
hasIndex()
The composite index to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
A parent name of the form
`projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
string parent = 1;com.google.protobuf.ByteString getParentBytes()
A parent name of the form
`projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
string parent = 1;boolean hasIndex()
The composite index to create.
.google.firestore.admin.v1.Index index = 2;Index getIndex()
The composite index to create.
.google.firestore.admin.v1.Index index = 2;IndexOrBuilder getIndexOrBuilder()
The composite index to create.
.google.firestore.admin.v1.Index index = 2;Copyright © 2019 Google LLC. All rights reserved.