Package com.google.firestore.admin.v1
Interface ExportDocumentsMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportDocumentsMetadata,ExportDocumentsMetadata.Builder
@Generated
public interface ExportDocumentsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCollectionIds(int index) Which collection IDs are being exported.com.google.protobuf.ByteStringgetCollectionIdsBytes(int index) Which collection IDs are being exported.intWhich collection IDs are being exported.Which collection IDs are being exported.com.google.protobuf.TimestampThe time this operation completed.com.google.protobuf.TimestampOrBuilderThe time this operation completed.getNamespaceIds(int index) Which namespace IDs are being exported.com.google.protobuf.ByteStringgetNamespaceIdsBytes(int index) Which namespace IDs are being exported.intWhich namespace IDs are being exported.Which namespace IDs are being exported.The state of the export operation.intThe state of the export operation.Where the documents are being exported to.com.google.protobuf.ByteStringWhere the documents are being exported to.The progress, in bytes, of this operation.The progress, in bytes, of this operation.The progress, in documents, of this operation.The progress, in documents, of this operation.com.google.protobuf.TimestampThe timestamp that corresponds to the version of the database that is being exported.com.google.protobuf.TimestampOrBuilderThe timestamp that corresponds to the version of the database that is being exported.com.google.protobuf.TimestampThe time this operation started.com.google.protobuf.TimestampOrBuilderThe time this operation started.booleanThe time this operation completed.booleanThe progress, in bytes, of this operation.booleanThe progress, in documents, of this operation.booleanThe timestamp that corresponds to the version of the database that is being exported.booleanThe time this operation started.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
-
hasStartTime
boolean hasStartTime()The time this operation started.
.google.protobuf.Timestamp start_time = 1;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()The time this operation started.
.google.protobuf.Timestamp start_time = 1;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()The time this operation started.
.google.protobuf.Timestamp start_time = 1; -
hasEndTime
boolean hasEndTime()The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2; -
getOperationStateValue
int getOperationStateValue()The state of the export operation.
.google.firestore.admin.v1.OperationState operation_state = 3;- Returns:
- The enum numeric value on the wire for operationState.
-
getOperationState
OperationState getOperationState()The state of the export operation.
.google.firestore.admin.v1.OperationState operation_state = 3;- Returns:
- The operationState.
-
hasProgressDocuments
boolean hasProgressDocuments()The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;- Returns:
- Whether the progressDocuments field is set.
-
getProgressDocuments
Progress getProgressDocuments()The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;- Returns:
- The progressDocuments.
-
getProgressDocumentsOrBuilder
ProgressOrBuilder getProgressDocumentsOrBuilder()The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4; -
hasProgressBytes
boolean hasProgressBytes()The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;- Returns:
- Whether the progressBytes field is set.
-
getProgressBytes
Progress getProgressBytes()The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;- Returns:
- The progressBytes.
-
getProgressBytesOrBuilder
ProgressOrBuilder getProgressBytesOrBuilder()The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5; -
getCollectionIdsList
Which collection IDs are being exported.
repeated string collection_ids = 6;- Returns:
- A list containing the collectionIds.
-
getCollectionIdsCount
int getCollectionIdsCount()Which collection IDs are being exported.
repeated string collection_ids = 6;- Returns:
- The count of collectionIds.
-
getCollectionIds
Which collection IDs are being exported.
repeated string collection_ids = 6;- Parameters:
index- The index of the element to return.- Returns:
- The collectionIds at the given index.
-
getCollectionIdsBytes
com.google.protobuf.ByteString getCollectionIdsBytes(int index) Which collection IDs are being exported.
repeated string collection_ids = 6;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the collectionIds at the given index.
-
getOutputUriPrefix
String getOutputUriPrefix()Where the documents are being exported to.
string output_uri_prefix = 7;- Returns:
- The outputUriPrefix.
-
getOutputUriPrefixBytes
com.google.protobuf.ByteString getOutputUriPrefixBytes()Where the documents are being exported to.
string output_uri_prefix = 7;- Returns:
- The bytes for outputUriPrefix.
-
getNamespaceIdsList
Which namespace IDs are being exported.
repeated string namespace_ids = 8;- Returns:
- A list containing the namespaceIds.
-
getNamespaceIdsCount
int getNamespaceIdsCount()Which namespace IDs are being exported.
repeated string namespace_ids = 8;- Returns:
- The count of namespaceIds.
-
getNamespaceIds
Which namespace IDs are being exported.
repeated string namespace_ids = 8;- Parameters:
index- The index of the element to return.- Returns:
- The namespaceIds at the given index.
-
getNamespaceIdsBytes
com.google.protobuf.ByteString getNamespaceIdsBytes(int index) Which namespace IDs are being exported.
repeated string namespace_ids = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the namespaceIds at the given index.
-
hasSnapshotTime
boolean hasSnapshotTime()The timestamp that corresponds to the version of the database that is being exported. If unspecified, there are no guarantees about the consistency of the documents being exported.
.google.protobuf.Timestamp snapshot_time = 9;- Returns:
- Whether the snapshotTime field is set.
-
getSnapshotTime
com.google.protobuf.Timestamp getSnapshotTime()The timestamp that corresponds to the version of the database that is being exported. If unspecified, there are no guarantees about the consistency of the documents being exported.
.google.protobuf.Timestamp snapshot_time = 9;- Returns:
- The snapshotTime.
-
getSnapshotTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()The timestamp that corresponds to the version of the database that is being exported. If unspecified, there are no guarantees about the consistency of the documents being exported.
.google.protobuf.Timestamp snapshot_time = 9;
-