Package | Description |
---|---|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
static OperationState |
OperationState.forNumber(int value) |
OperationState |
ImportDocumentsMetadata.getOperationState()
The state of the import operation.
|
OperationState |
ImportDocumentsMetadata.Builder.getOperationState()
The state of the import operation.
|
OperationState |
ImportDocumentsMetadataOrBuilder.getOperationState()
The state of the import operation.
|
OperationState |
ExportDocumentsMetadata.getOperationState()
The state of the export operation.
|
OperationState |
ExportDocumentsMetadata.Builder.getOperationState()
The state of the export operation.
|
OperationState |
ExportDocumentsMetadataOrBuilder.getOperationState()
The state of the export operation.
|
OperationState |
FieldOperationMetadata.getState()
The state of the operation.
|
OperationState |
FieldOperationMetadata.Builder.getState()
The state of the operation.
|
OperationState |
IndexOperationMetadata.getState()
The state of the operation.
|
OperationState |
IndexOperationMetadata.Builder.getState()
The state of the operation.
|
OperationState |
FieldOperationMetadataOrBuilder.getState()
The state of the operation.
|
OperationState |
IndexOperationMetadataOrBuilder.getState()
The state of the operation.
|
static OperationState |
OperationState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperationState |
OperationState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OperationState |
OperationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationState[] |
OperationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<OperationState> |
OperationState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ImportDocumentsMetadata.Builder |
ImportDocumentsMetadata.Builder.setOperationState(OperationState value)
The state of the import operation.
|
ExportDocumentsMetadata.Builder |
ExportDocumentsMetadata.Builder.setOperationState(OperationState value)
The state of the export operation.
|
FieldOperationMetadata.Builder |
FieldOperationMetadata.Builder.setState(OperationState value)
The state of the operation.
|
IndexOperationMetadata.Builder |
IndexOperationMetadata.Builder.setState(OperationState value)
The state of the operation.
|
Copyright © 2023 Google LLC. All rights reserved.