Package com.google.firestore.admin.v1
Interface FieldOperationMetadata.IndexConfigDeltaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FieldOperationMetadata.IndexConfigDelta,FieldOperationMetadata.IndexConfigDelta.Builder
- Enclosing class:
- FieldOperationMetadata
public static interface FieldOperationMetadata.IndexConfigDeltaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getChangeTypeValue
int getChangeTypeValue()Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;- Returns:
- The enum numeric value on the wire for changeType.
-
getChangeType
FieldOperationMetadata.IndexConfigDelta.ChangeType getChangeType()Specifies how the index is changing.
.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType change_type = 1;- Returns:
- The changeType.
-
hasIndex
boolean hasIndex()The index being changed.
.google.firestore.admin.v1.Index index = 2;- Returns:
- Whether the index field is set.
-
getIndex
Index getIndex()The index being changed.
.google.firestore.admin.v1.Index index = 2;- Returns:
- The index.
-
getIndexOrBuilder
IndexOrBuilder getIndexOrBuilder()The index being changed.
.google.firestore.admin.v1.Index index = 2;
-