public static interface BatchGetDocumentsMetadataResponse.DocumentMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataIngestionSource()
public abstract String getDataIngestionSource()
The data ingestion source of the Document.
Allowed values are:
batch
: Data ingested via Batch API, e.g., ImportDocuments.streaming
Data ingested via Streaming API, e.g., FHIR streaming.
string data_ingestion_source = 5;
Returns | |
---|---|
Type | Description |
String |
The dataIngestionSource. |
getDataIngestionSourceBytes()
public abstract ByteString getDataIngestionSourceBytes()
The data ingestion source of the Document.
Allowed values are:
batch
: Data ingested via Batch API, e.g., ImportDocuments.streaming
Data ingested via Streaming API, e.g., FHIR streaming.
string data_ingestion_source = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataIngestionSource. |
getLastRefreshedTime()
public abstract Timestamp getLastRefreshedTime()
The timestamp of the last time the Document was last indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The lastRefreshedTime. |
getLastRefreshedTimeOrBuilder()
public abstract TimestampOrBuilder getLastRefreshedTimeOrBuilder()
The timestamp of the last time the Document was last indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getMatcherValue()
public abstract BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue getMatcherValue()
The value of the matcher that was used to match the Document.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
Returns | |
---|---|
Type | Description |
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue |
The matcherValue. |
getMatcherValueOrBuilder()
public abstract BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder getMatcherValueOrBuilder()
The value of the matcher that was used to match the Document.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
Returns | |
---|---|
Type | Description |
BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder |
getState()
public abstract BatchGetDocumentsMetadataResponse.State getState()
The state of the document.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.State state = 3;
Returns | |
---|---|
Type | Description |
BatchGetDocumentsMetadataResponse.State |
The state. |
getStateValue()
public abstract int getStateValue()
The state of the document.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.State state = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
hasLastRefreshedTime()
public abstract boolean hasLastRefreshedTime()
The timestamp of the last time the Document was last indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastRefreshedTime field is set. |
hasMatcherValue()
public abstract boolean hasMatcherValue()
The value of the matcher that was used to match the Document.
.google.cloud.discoveryengine.v1beta.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the matcherValue field is set. |