Class BatchCreateRagDataSchemasResponse (3.89.0)

public final class BatchCreateRagDataSchemasResponse extends GeneratedMessage implements BatchCreateRagDataSchemasResponseOrBuilder

Response message for VertexRagDataService.BatchCreateRagDataSchemas.

Protobuf type google.cloud.aiplatform.v1beta1.BatchCreateRagDataSchemasResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchCreateRagDataSchemasResponse

Static Fields

RAG_DATA_SCHEMAS_FIELD_NUMBER

public static final int RAG_DATA_SCHEMAS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchCreateRagDataSchemasResponse getDefaultInstance()
Returns
Type Description
BatchCreateRagDataSchemasResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchCreateRagDataSchemasResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchCreateRagDataSchemasResponse getDefaultInstanceForType()
Returns
Type Description
BatchCreateRagDataSchemasResponse

getParserForType()

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

getRagDataSchemas(int index)

public RagDataSchema getRagDataSchemas(int index)

RagDataSchemas created.

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

Parameter
Name Description
index int
Returns
Type Description
RagDataSchema

getRagDataSchemasCount()

public int getRagDataSchemasCount()

RagDataSchemas created.

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

Returns
Type Description
int

getRagDataSchemasList()

public List<RagDataSchema> getRagDataSchemasList()

RagDataSchemas created.

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

Returns
Type Description
List<RagDataSchema>

getRagDataSchemasOrBuilder(int index)

public RagDataSchemaOrBuilder getRagDataSchemasOrBuilder(int index)

RagDataSchemas created.

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()

RagDataSchemas created.

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 BatchCreateRagDataSchemasResponse.Builder newBuilderForType()
Returns
Type Description
BatchCreateRagDataSchemasResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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