public static final class BatchGetDocumentsMetadataResponse.DocumentMetadata extends GeneratedMessage implements BatchGetDocumentsMetadataResponse.DocumentMetadataOrBuilder
The metadata of a Document.
Protobuf type
google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.DocumentMetadata
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int DATA_INGESTION_SOURCE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int LAST_REFRESHED_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int MATCHER_VALUE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static BatchGetDocumentsMetadataResponse.DocumentMetadata getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder newBuilder()
public static BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder newBuilder(BatchGetDocumentsMetadataResponse.DocumentMetadata prototype)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseDelimitedFrom(InputStream input)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(ByteString data)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(CodedInputStream input)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(InputStream input)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(ByteBuffer data)
public static BatchGetDocumentsMetadataResponse.DocumentMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<BatchGetDocumentsMetadataResponse.DocumentMetadata> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public 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.
|
public 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.
|
public BatchGetDocumentsMetadataResponse.DocumentMetadata getDefaultInstanceForType()
public 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.
|
public TimestampOrBuilder getLastRefreshedTimeOrBuilder()
The timestamp of the last time the
Document was last indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue getMatcherValue()
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValueOrBuilder getMatcherValueOrBuilder()
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public Parser<BatchGetDocumentsMetadataResponse.DocumentMetadata> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public BatchGetDocumentsMetadataResponse.State getState()
The state of the document.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.State state = 3;
public int getStateValue()
The state of the document.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.State state = 3;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for state.
|
public 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.
|
public boolean hasMatcherValue()
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
| Returns |
| Type |
Description |
boolean |
Whether the matcherValue field is set.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder newBuilderForType()
protected BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides