public static interface FieldOperationMetadata.IndexConfigDeltaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldOperationMetadata.IndexConfigDelta.ChangeType |
getChangeType()
Specifies how the index is changing.
|
int |
getChangeTypeValue()
Specifies how the index is changing.
|
Index |
getIndex()
The index being changed.
|
IndexOrBuilder |
getIndexOrBuilder()
The index being changed.
|
boolean |
hasIndex()
The index being changed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getChangeTypeValue()
Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType()
Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;
boolean hasIndex()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Index getIndex()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
IndexOrBuilder getIndexOrBuilder()
The index being changed.
.google.firestore.admin.v1.Index index = 2;
Copyright © 2023 Google LLC. All rights reserved.