public interface ImportDocumentsMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCollectionIds(int index)
Which collection ids are being imported.
|
com.google.protobuf.ByteString |
getCollectionIdsBytes(int index)
Which collection ids are being imported.
|
int |
getCollectionIdsCount()
Which collection ids are being imported.
|
List<String> |
getCollectionIdsList()
Which collection ids are being imported.
|
com.google.protobuf.Timestamp |
getEndTime()
The time this operation completed.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
The time this operation completed.
|
String |
getInputUriPrefix()
The location of the documents being imported.
|
com.google.protobuf.ByteString |
getInputUriPrefixBytes()
The location of the documents being imported.
|
OperationState |
getOperationState()
The state of the import operation.
|
int |
getOperationStateValue()
The state of the import operation.
|
Progress |
getProgressBytes()
The progress, in bytes, of this operation.
|
ProgressOrBuilder |
getProgressBytesOrBuilder()
The progress, in bytes, of this operation.
|
Progress |
getProgressDocuments()
The progress, in documents, of this operation.
|
ProgressOrBuilder |
getProgressDocumentsOrBuilder()
The progress, in documents, of this operation.
|
com.google.protobuf.Timestamp |
getStartTime()
The time this operation started.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
The time this operation started.
|
boolean |
hasEndTime()
The time this operation completed.
|
boolean |
hasProgressBytes()
The progress, in bytes, of this operation.
|
boolean |
hasProgressDocuments()
The progress, in documents, of this operation.
|
boolean |
hasStartTime()
The time this operation started.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStartTime()
The time this operation started.
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.Timestamp getStartTime()
The time this operation started.
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time this operation started.
.google.protobuf.Timestamp start_time = 1;
boolean hasEndTime()
The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;
com.google.protobuf.Timestamp getEndTime()
The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;
int getOperationStateValue()
The state of the import operation.
.google.firestore.admin.v1.OperationState operation_state = 3;
OperationState getOperationState()
The state of the import operation.
.google.firestore.admin.v1.OperationState operation_state = 3;
boolean hasProgressDocuments()
The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;
Progress getProgressDocuments()
The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;
ProgressOrBuilder getProgressDocumentsOrBuilder()
The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;
boolean hasProgressBytes()
The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;
Progress getProgressBytes()
The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;
ProgressOrBuilder getProgressBytesOrBuilder()
The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;
List<String> getCollectionIdsList()
Which collection ids are being imported.
repeated string collection_ids = 6;
int getCollectionIdsCount()
Which collection ids are being imported.
repeated string collection_ids = 6;
String getCollectionIds(int index)
Which collection ids are being imported.
repeated string collection_ids = 6;
index
- The index of the element to return.com.google.protobuf.ByteString getCollectionIdsBytes(int index)
Which collection ids are being imported.
repeated string collection_ids = 6;
index
- The index of the value to return.String getInputUriPrefix()
The location of the documents being imported.
string input_uri_prefix = 7;
com.google.protobuf.ByteString getInputUriPrefixBytes()
The location of the documents being imported.
string input_uri_prefix = 7;
Copyright © 2023 Google LLC. All rights reserved.