Package com.google.cloud.aiplatform.v1
Interface RagContextsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RagContexts,RagContexts.Builder
@Generated
public interface RagContextsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContexts(int index) All its contexts.intAll its contexts.All its contexts.getContextsOrBuilder(int index) All its contexts.List<? extends RagContexts.ContextOrBuilder>All its contexts.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
-
getContextsList
List<RagContexts.Context> getContextsList()All its contexts.
repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1; -
getContexts
All its contexts.
repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1; -
getContextsCount
int getContextsCount()All its contexts.
repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1; -
getContextsOrBuilderList
List<? extends RagContexts.ContextOrBuilder> getContextsOrBuilderList()All its contexts.
repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1; -
getContextsOrBuilder
All its contexts.
repeated .google.cloud.aiplatform.v1.RagContexts.Context contexts = 1;
-