Class RagFileChunkingConfig (3.56.0)

public final class RagFileChunkingConfig extends GeneratedMessageV3 implements RagFileChunkingConfigOrBuilder

Specifies the size and overlap of chunks for RagFiles.

Protobuf type google.cloud.aiplatform.v1.RagFileChunkingConfig

Static Fields

FIXED_LENGTH_CHUNKING_FIELD_NUMBER

public static final int FIXED_LENGTH_CHUNKING_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RagFileChunkingConfig getDefaultInstance()
Returns
Type Description
RagFileChunkingConfig

getDescriptor()

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

newBuilder()

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

newBuilder(RagFileChunkingConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getChunkingConfigCase()

public RagFileChunkingConfig.ChunkingConfigCase getChunkingConfigCase()
Returns
Type Description
RagFileChunkingConfig.ChunkingConfigCase

getDefaultInstanceForType()

public RagFileChunkingConfig getDefaultInstanceForType()
Returns
Type Description
RagFileChunkingConfig

getFixedLengthChunking()

public RagFileChunkingConfig.FixedLengthChunking getFixedLengthChunking()

Specifies the fixed length chunking config.

.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;

Returns
Type Description
RagFileChunkingConfig.FixedLengthChunking

The fixedLengthChunking.

getFixedLengthChunkingOrBuilder()

public RagFileChunkingConfig.FixedLengthChunkingOrBuilder getFixedLengthChunkingOrBuilder()

Specifies the fixed length chunking config.

.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;

Returns
Type Description
RagFileChunkingConfig.FixedLengthChunkingOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasFixedLengthChunking()

public boolean hasFixedLengthChunking()

Specifies the fixed length chunking config.

.google.cloud.aiplatform.v1.RagFileChunkingConfig.FixedLengthChunking fixed_length_chunking = 3;

Returns
Type Description
boolean

Whether the fixedLengthChunking field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RagFileChunkingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RagFileChunkingConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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