public static interface Document.IndexStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getErrorSamples(int index)
A sample of errors encountered while indexing the document.
|
int |
getErrorSamplesCount()
A sample of errors encountered while indexing the document.
|
List<com.google.rpc.Status> |
getErrorSamplesList()
A sample of errors encountered while indexing the document.
|
com.google.rpc.StatusOrBuilder |
getErrorSamplesOrBuilder(int index)
A sample of errors encountered while indexing the document.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getErrorSamplesOrBuilderList()
A sample of errors encountered while indexing the document.
|
com.google.protobuf.Timestamp |
getIndexTime()
The time when the document was indexed.
|
com.google.protobuf.TimestampOrBuilder |
getIndexTimeOrBuilder()
The time when the document was indexed.
|
boolean |
hasIndexTime()
The time when the document was indexed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIndexTime()
The time when the document was indexed. If this field is populated, it means the document has been indexed.
.google.protobuf.Timestamp index_time = 1;com.google.protobuf.Timestamp getIndexTime()
The time when the document was indexed. If this field is populated, it means the document has been indexed.
.google.protobuf.Timestamp index_time = 1;com.google.protobuf.TimestampOrBuilder getIndexTimeOrBuilder()
The time when the document was indexed. If this field is populated, it means the document has been indexed.
.google.protobuf.Timestamp index_time = 1;List<com.google.rpc.Status> getErrorSamplesList()
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
repeated .google.rpc.Status error_samples = 2;com.google.rpc.Status getErrorSamples(int index)
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
repeated .google.rpc.Status error_samples = 2;int getErrorSamplesCount()
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
repeated .google.rpc.Status error_samples = 2;List<? extends com.google.rpc.StatusOrBuilder> getErrorSamplesOrBuilderList()
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
repeated .google.rpc.Status error_samples = 2;com.google.rpc.StatusOrBuilder getErrorSamplesOrBuilder(int index)
A sample of errors encountered while indexing the document. If this field is populated, the document is not indexed due to errors.
repeated .google.rpc.Status error_samples = 2;Copyright © 2025 Google LLC. All rights reserved.