Package com.google.cloud.aiplatform.v1
Interface UpdateRagCorpusRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateRagCorpusRequest,UpdateRagCorpusRequest.Builder
@Generated
public interface UpdateRagCorpusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.booleanRequired.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
-
hasRagCorpus
boolean hasRagCorpus()Required. The RagCorpus which replaces the resource on the server.
.google.cloud.aiplatform.v1.RagCorpus rag_corpus = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the ragCorpus field is set.
-
getRagCorpus
RagCorpus getRagCorpus()Required. The RagCorpus which replaces the resource on the server.
.google.cloud.aiplatform.v1.RagCorpus rag_corpus = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The ragCorpus.
-
getRagCorpusOrBuilder
RagCorpusOrBuilder getRagCorpusOrBuilder()Required. The RagCorpus which replaces the resource on the server.
.google.cloud.aiplatform.v1.RagCorpus rag_corpus = 1 [(.google.api.field_behavior) = REQUIRED];
-