Interface UpdateRagCorpusRequestOrBuilder (3.52.0)

public interface UpdateRagCorpusRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRagCorpus()

public abstract 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];

Returns
Type Description
RagCorpus

The ragCorpus.

getRagCorpusOrBuilder()

public abstract 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];

Returns
Type Description
RagCorpusOrBuilder

hasRagCorpus()

public abstract boolean hasRagCorpus()

Required. The RagCorpus which replaces the resource on the server.

.google.cloud.aiplatform.v1beta1.RagCorpus rag_corpus = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the ragCorpus field is set.