public interface IndexOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()The time this operation completed. Will be unset if operation still in progress.
 .google.protobuf.Timestamp end_time = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getIndex()
public abstract String getIndex() The index resource that this operation is acting on. For example:
 projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}
 string index = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The index. | 
getIndexBytes()
public abstract ByteString getIndexBytes() The index resource that this operation is acting on. For example:
 projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}
 string index = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for index. | 
getProgressBytes()
public abstract Progress getProgressBytes()The progress, in bytes, of this operation.
 .google.firestore.admin.v1.Progress progress_bytes = 6;
| Returns | |
|---|---|
| Type | Description | 
| Progress | The progressBytes. | 
getProgressBytesOrBuilder()
public abstract ProgressOrBuilder getProgressBytesOrBuilder()The progress, in bytes, of this operation.
 .google.firestore.admin.v1.Progress progress_bytes = 6;
| Returns | |
|---|---|
| Type | Description | 
| ProgressOrBuilder | |
getProgressDocuments()
public abstract Progress getProgressDocuments()The progress, in documents, of this operation.
 .google.firestore.admin.v1.Progress progress_documents = 5;
| Returns | |
|---|---|
| Type | Description | 
| Progress | The progressDocuments. | 
getProgressDocumentsOrBuilder()
public abstract ProgressOrBuilder getProgressDocumentsOrBuilder()The progress, in documents, of this operation.
 .google.firestore.admin.v1.Progress progress_documents = 5;
| Returns | |
|---|---|
| Type | Description | 
| ProgressOrBuilder | |
getStartTime()
public abstract Timestamp getStartTime()The time this operation started.
 .google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description | 
| Timestamp | The startTime. | 
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The time this operation started.
 .google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description | 
| TimestampOrBuilder | |
getState()
public abstract OperationState getState()The state of the operation.
 .google.firestore.admin.v1.OperationState state = 4;
| Returns | |
|---|---|
| Type | Description | 
| OperationState | The state. | 
getStateValue()
public abstract int getStateValue()The state of the operation.
 .google.firestore.admin.v1.OperationState state = 4;
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for state. | 
hasEndTime()
public abstract boolean hasEndTime()The time this operation completed. Will be unset if operation still in progress.
 .google.protobuf.Timestamp end_time = 2;
| Returns | |
|---|---|
| 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 = 6;
| Returns | |
|---|---|
| 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 = 5;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the startTime field is set. |