Interface ListRagDataSchemasResponseOrBuilder (3.89.0)

public interface ListRagDataSchemasResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListRagDataSchemasRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to ListRagDataSchemasRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getRagDataSchemas(int index)

public abstract RagDataSchema getRagDataSchemas(int index)

List of RagDataSchemas in the requested page.

repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1;

Parameter
Name Description
index int
Returns
Type Description
RagDataSchema

getRagDataSchemasCount()

public abstract int getRagDataSchemasCount()

List of RagDataSchemas in the requested page.

repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1;

Returns
Type Description
int

getRagDataSchemasList()

public abstract List<RagDataSchema> getRagDataSchemasList()

List of RagDataSchemas in the requested page.

repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1;

Returns
Type Description
List<RagDataSchema>

getRagDataSchemasOrBuilder(int index)

public abstract RagDataSchemaOrBuilder getRagDataSchemasOrBuilder(int index)

List of RagDataSchemas in the requested page.

repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1;

Parameter
Name Description
index int
Returns
Type Description
RagDataSchemaOrBuilder

getRagDataSchemasOrBuilderList()

public abstract List<? extends RagDataSchemaOrBuilder> getRagDataSchemasOrBuilderList()

List of RagDataSchemas in the requested page.

repeated .google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schemas = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.RagDataSchemaOrBuilder>