public interface ImportDocumentsMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCollectionIds(int index)
public abstract String getCollectionIds(int index)
Which collection ids are being imported.
repeated string collection_ids = 6;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The collectionIds at the given index. |
getCollectionIdsBytes(int index)
public abstract ByteString getCollectionIdsBytes(int index)
Which collection ids are being imported.
repeated string collection_ids = 6;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the collectionIds at the given index. |
getCollectionIdsCount()
public abstract int getCollectionIdsCount()
Which collection ids are being imported.
repeated string collection_ids = 6;
Type | Description |
int | The count of collectionIds. |
getCollectionIdsList()
public abstract List<String> getCollectionIdsList()
Which collection ids are being imported.
repeated string collection_ids = 6;
Type | Description |
List<String> | A list containing the collectionIds. |
getEndTime()
public abstract Timestamp getEndTime()
The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;
Type | Description |
Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;
Type | Description |
TimestampOrBuilder |
getInputUriPrefix()
public abstract String getInputUriPrefix()
The location of the documents being imported.
string input_uri_prefix = 7;
Type | Description |
String | The inputUriPrefix. |
getInputUriPrefixBytes()
public abstract ByteString getInputUriPrefixBytes()
The location of the documents being imported.
string input_uri_prefix = 7;
Type | Description |
ByteString | The bytes for inputUriPrefix. |
getOperationState()
public abstract OperationState getOperationState()
The state of the import operation.
.google.firestore.admin.v1.OperationState operation_state = 3;
Type | Description |
OperationState | The operationState. |
getOperationStateValue()
public abstract int getOperationStateValue()
The state of the import operation.
.google.firestore.admin.v1.OperationState operation_state = 3;
Type | Description |
int | The enum numeric value on the wire for operationState. |
getProgressBytes()
public abstract Progress getProgressBytes()
The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;
Type | Description |
Progress | The progressBytes. |
getProgressBytesOrBuilder()
public abstract ProgressOrBuilder getProgressBytesOrBuilder()
The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;
Type | Description |
ProgressOrBuilder |
getProgressDocuments()
public abstract Progress getProgressDocuments()
The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;
Type | Description |
Progress | The progressDocuments. |
getProgressDocumentsOrBuilder()
public abstract ProgressOrBuilder getProgressDocumentsOrBuilder()
The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;
Type | Description |
ProgressOrBuilder |
getStartTime()
public abstract Timestamp getStartTime()
The time this operation started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
The time this operation started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()
The time this operation completed. Will be unset if operation still in progress.
.google.protobuf.Timestamp end_time = 2;
Type | Description |
boolean | Whether the endTime field is set. |
hasProgressBytes()
public abstract boolean hasProgressBytes()
The progress, in bytes, of this operation.
.google.firestore.admin.v1.Progress progress_bytes = 5;
Type | Description |
boolean | Whether the progressBytes field is set. |
hasProgressDocuments()
public abstract boolean hasProgressDocuments()
The progress, in documents, of this operation.
.google.firestore.admin.v1.Progress progress_documents = 4;
Type | Description |
boolean | Whether the progressDocuments field is set. |
hasStartTime()
public abstract boolean hasStartTime()
The time this operation started.
.google.protobuf.Timestamp start_time = 1;
Type | Description |
boolean | Whether the startTime field is set. |