Class ListRagDataSchemasResponse (3.89.0)

public final class ListRagDataSchemasResponse extends GeneratedMessage implements ListRagDataSchemasResponseOrBuilder

Response message for VertexRagDataService.ListRagDataSchemas.

Protobuf type google.cloud.aiplatform.v1beta1.ListRagDataSchemasResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

RAG_DATA_SCHEMAS_FIELD_NUMBER

public static final int RAG_DATA_SCHEMAS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListRagDataSchemasResponse getDefaultInstance()
Returns
Type Description
ListRagDataSchemasResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListRagDataSchemasResponse.Builder newBuilder()
Returns
Type Description
ListRagDataSchemasResponse.Builder

newBuilder(ListRagDataSchemasResponse prototype)

public static ListRagDataSchemasResponse.Builder newBuilder(ListRagDataSchemasResponse prototype)
Parameter
Name Description
prototype ListRagDataSchemasResponse
Returns
Type Description
ListRagDataSchemasResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListRagDataSchemasResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListRagDataSchemasResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListRagDataSchemasResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListRagDataSchemasResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListRagDataSchemasResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListRagDataSchemasResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListRagDataSchemasResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListRagDataSchemasResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListRagDataSchemasResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListRagDataSchemasResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListRagDataSchemasResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListRagDataSchemasResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListRagDataSchemasResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListRagDataSchemasResponse> parser()
Returns
Type Description
Parser<ListRagDataSchemasResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListRagDataSchemasResponse getDefaultInstanceForType()
Returns
Type Description
ListRagDataSchemasResponse

getNextPageToken()

public 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 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.

getParserForType()

public Parser<ListRagDataSchemasResponse> getParserForType()
Returns
Type Description
Parser<ListRagDataSchemasResponse>
Overrides

getRagDataSchemas(int index)

public 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 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 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 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 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>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListRagDataSchemasResponse.Builder newBuilderForType()
Returns
Type Description
ListRagDataSchemasResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ListRagDataSchemasResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListRagDataSchemasResponse.Builder
Overrides

toBuilder()

public ListRagDataSchemasResponse.Builder toBuilder()
Returns
Type Description
ListRagDataSchemasResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException