Interface BatchGetDocumentsMetadataResponse.DocumentMetadataOrBuilder (0.49.0)

public static interface BatchGetDocumentsMetadataResponse.DocumentMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1alpha.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.v1alpha.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.v1alpha.BatchGetDocumentsMetadataResponse.State state = 3;

Returns
Type Description
BatchGetDocumentsMetadataResponse.State

The state.

getStateValue()

public abstract int getStateValue()

The state of the document.

.google.cloud.discoveryengine.v1alpha.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.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;

Returns
Type Description
boolean

Whether the matcherValue field is set.