public interface UpdateRagCorpusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagCorpus |
getRagCorpus()
Required.
|
RagCorpusOrBuilder |
getRagCorpusOrBuilder()
Required.
|
boolean |
hasRagCorpus()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRagCorpus()
Required. The RagCorpus which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.RagCorpus rag_corpus = 1 [(.google.api.field_behavior) = REQUIRED];
RagCorpus getRagCorpus()
Required. The RagCorpus which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.RagCorpus rag_corpus = 1 [(.google.api.field_behavior) = REQUIRED];
RagCorpusOrBuilder getRagCorpusOrBuilder()
Required. The RagCorpus which replaces the resource on the server.
.google.cloud.aiplatform.v1beta1.RagCorpus rag_corpus = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.