Interface RagCorpus.CorpusTypeConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagCorpus.CorpusTypeConfig,RagCorpus.CorpusTypeConfig.Builder
- Enclosing class:
- RagCorpus
public static interface RagCorpus.CorpusTypeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.Optional.Optional.booleanOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDocumentCorpus
boolean hasDocumentCorpus()Optional. Config for the document corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.DocumentCorpus document_corpus = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the documentCorpus field is set.
-
getDocumentCorpus
RagCorpus.CorpusTypeConfig.DocumentCorpus getDocumentCorpus()Optional. Config for the document corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.DocumentCorpus document_corpus = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The documentCorpus.
-
getDocumentCorpusOrBuilder
RagCorpus.CorpusTypeConfig.DocumentCorpusOrBuilder getDocumentCorpusOrBuilder()Optional. Config for the document corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.DocumentCorpus document_corpus = 1 [(.google.api.field_behavior) = OPTIONAL]; -
hasMemoryCorpus
boolean hasMemoryCorpus()Optional. Config for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.MemoryCorpus memory_corpus = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the memoryCorpus field is set.
-
getMemoryCorpus
RagCorpus.CorpusTypeConfig.MemoryCorpus getMemoryCorpus()Optional. Config for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.MemoryCorpus memory_corpus = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The memoryCorpus.
-
getMemoryCorpusOrBuilder
RagCorpus.CorpusTypeConfig.MemoryCorpusOrBuilder getMemoryCorpusOrBuilder()Optional. Config for the memory corpus.
.google.cloud.aiplatform.v1beta1.RagCorpus.CorpusTypeConfig.MemoryCorpus memory_corpus = 2 [(.google.api.field_behavior) = OPTIONAL]; -
getCorpusTypeConfigCase
RagCorpus.CorpusTypeConfig.CorpusTypeConfigCase getCorpusTypeConfigCase()
-