Class BatchCreateRagMetadataResponse (3.89.0)

public final class BatchCreateRagMetadataResponse extends GeneratedMessage implements BatchCreateRagMetadataResponseOrBuilder

Response message for VertexRagDataService.BatchCreateRagMetadata.

Protobuf type google.cloud.aiplatform.v1beta1.BatchCreateRagMetadataResponse

Inheritance

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

Static Fields

RAG_METADATA_FIELD_NUMBER

public static final int RAG_METADATA_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchCreateRagMetadataResponse getDefaultInstance()
Returns
Type Description
BatchCreateRagMetadataResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchCreateRagMetadataResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchCreateRagMetadataResponse getDefaultInstanceForType()
Returns
Type Description
BatchCreateRagMetadataResponse

getParserForType()

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

getRagMetadata(int index)

public RagMetadata getRagMetadata(int index)

RagMetadata created.

repeated .google.cloud.aiplatform.v1beta1.RagMetadata rag_metadata = 1;

Parameter
Name Description
index int
Returns
Type Description
RagMetadata

getRagMetadataCount()

public int getRagMetadataCount()

RagMetadata created.

repeated .google.cloud.aiplatform.v1beta1.RagMetadata rag_metadata = 1;

Returns
Type Description
int

getRagMetadataList()

public List<RagMetadata> getRagMetadataList()

RagMetadata created.

repeated .google.cloud.aiplatform.v1beta1.RagMetadata rag_metadata = 1;

Returns
Type Description
List<RagMetadata>

getRagMetadataOrBuilder(int index)

public RagMetadataOrBuilder getRagMetadataOrBuilder(int index)

RagMetadata created.

repeated .google.cloud.aiplatform.v1beta1.RagMetadata rag_metadata = 1;

Parameter
Name Description
index int
Returns
Type Description
RagMetadataOrBuilder

getRagMetadataOrBuilderList()

public List<? extends RagMetadataOrBuilder> getRagMetadataOrBuilderList()

RagMetadata created.

repeated .google.cloud.aiplatform.v1beta1.RagMetadata rag_metadata = 1;

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

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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