Class VertexRagStore.RagResource (3.44.0)

public static final class VertexRagStore.RagResource extends GeneratedMessageV3 implements VertexRagStore.RagResourceOrBuilder

The definition of the Rag resource.

Protobuf type google.cloud.aiplatform.v1beta1.VertexRagStore.RagResource

Static Fields

RAG_CORPUS_FIELD_NUMBER

public static final int RAG_CORPUS_FIELD_NUMBER
Field Value
Type Description
int

RAG_FILE_IDS_FIELD_NUMBER

public static final int RAG_FILE_IDS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VertexRagStore.RagResource getDefaultInstance()
Returns
Type Description
VertexRagStore.RagResource

getDescriptor()

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

newBuilder()

public static VertexRagStore.RagResource.Builder newBuilder()
Returns
Type Description
VertexRagStore.RagResource.Builder

newBuilder(VertexRagStore.RagResource prototype)

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

parseDelimitedFrom(InputStream input)

public static VertexRagStore.RagResource parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VertexRagStore.RagResource
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static VertexRagStore.RagResource parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VertexRagStore.RagResource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static VertexRagStore.RagResource parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VertexRagStore.RagResource
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static VertexRagStore.RagResource parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VertexRagStore.RagResource
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static VertexRagStore.RagResource parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VertexRagStore.RagResource
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<VertexRagStore.RagResource> parser()
Returns
Type Description
Parser<RagResource>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public VertexRagStore.RagResource getDefaultInstanceForType()
Returns
Type Description
VertexRagStore.RagResource

getParserForType()

public Parser<VertexRagStore.RagResource> getParserForType()
Returns
Type Description
Parser<RagResource>
Overrides

getRagCorpus()

public String getRagCorpus()

Optional. RagCorpora resource name. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

string rag_corpus = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The ragCorpus.

getRagCorpusBytes()

public ByteString getRagCorpusBytes()

Optional. RagCorpora resource name. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

string rag_corpus = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for ragCorpus.

getRagFileIds(int index)

public String getRagFileIds(int index)

Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.

repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The ragFileIds at the given index.

getRagFileIdsBytes(int index)

public ByteString getRagFileIdsBytes(int index)

Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.

repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the ragFileIds at the given index.

getRagFileIdsCount()

public int getRagFileIdsCount()

Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.

repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of ragFileIds.

getRagFileIdsList()

public ProtocolStringList getRagFileIdsList()

Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.

repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the ragFileIds.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public VertexRagStore.RagResource.Builder toBuilder()
Returns
Type Description
VertexRagStore.RagResource.Builder

writeTo(CodedOutputStream output)

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