Interface ListRagDataSchemasResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListRagDataSchemasResponse,ListRagDataSchemasResponse.Builder
@Generated
public interface ListRagDataSchemasResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.getRagDataSchemas(int index) List of RagDataSchemas in the requested page.intList of RagDataSchemas in the requested page.List of RagDataSchemas in the requested page.getRagDataSchemasOrBuilder(int index) List of RagDataSchemas in the requested page.List<? extends RagDataSchemaOrBuilder>List of RagDataSchemas in the requested page.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
-
getRagDataSchemasList
List<RagDataSchema> getRagDataSchemasList()List of RagDataSchemas in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1; -
getRagDataSchemas
List of RagDataSchemas in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1; -
getRagDataSchemasCount
int getRagDataSchemasCount()List of RagDataSchemas in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1; -
getRagDataSchemasOrBuilderList
List<? extends RagDataSchemaOrBuilder> getRagDataSchemasOrBuilderList()List of RagDataSchemas in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1; -
getRagDataSchemasOrBuilder
List of RagDataSchemas in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve the next page of results. Pass to [ListRagDataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListRagDataSchemasRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to [ListRagDataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListRagDataSchemasRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-