public static final class BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder extends GeneratedMessageV3.Builder<BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder> implements BatchGetDocumentsMetadataResponse.DocumentMetadataOrBuilder
The metadata of a
Document.
Protobuf type
google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata build()
public BatchGetDocumentsMetadataResponse.DocumentMetadata buildPartial()
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder clear()
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder clearLastRefreshedTime()
The timestamp of the last time the
Document was last
indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder clearMatcherValue()
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder clearState()
The state of the document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.State state = 3;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder clone()
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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 Timestamp.Builder getLastRefreshedTimeBuilder()
The timestamp of the last time the
Document was last
indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
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.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.Builder getMatcherValueBuilder()
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1alpha.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.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public BatchGetDocumentsMetadataResponse.State getState()
The state of the document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.State state = 3;
public 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.
|
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.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
Returns |
Type |
Description |
boolean |
Whether the matcherValue field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder mergeFrom(BatchGetDocumentsMetadataResponse.DocumentMetadata other)
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder mergeLastRefreshedTime(Timestamp value)
The timestamp of the last time the
Document was last
indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder mergeMatcherValue(BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue value)
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public final BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setLastRefreshedTime(Timestamp value)
The timestamp of the last time the
Document was last
indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setLastRefreshedTime(Timestamp.Builder builderForValue)
The timestamp of the last time the
Document was last
indexed.
.google.protobuf.Timestamp last_refreshed_time = 4;
Parameter |
Name |
Description |
builderForValue |
Builder
|
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setMatcherValue(BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue value)
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setMatcherValue(BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue.Builder builderForValue)
The value of the matcher that was used to match the
Document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.DocumentMetadata.MatcherValue matcher_value = 2;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setState(BatchGetDocumentsMetadataResponse.State value)
The state of the document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.State state = 3;
public BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setStateValue(int value)
The state of the document.
.google.cloud.discoveryengine.v1alpha.BatchGetDocumentsMetadataResponse.State state = 3;
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for state to set.
|
public final BatchGetDocumentsMetadataResponse.DocumentMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides