Class CreateRagDataSchemaRequest (3.89.0)

public final class CreateRagDataSchemaRequest extends GeneratedMessage implements CreateRagDataSchemaRequestOrBuilder

Request message for VertexRagDataService.CreateRagDataSchema.

Protobuf type google.cloud.aiplatform.v1beta1.CreateRagDataSchemaRequest

Static Fields

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

RAG_DATA_SCHEMA_FIELD_NUMBER

public static final int RAG_DATA_SCHEMA_FIELD_NUMBER
Field Value
Type Description
int

RAG_DATA_SCHEMA_ID_FIELD_NUMBER

public static final int RAG_DATA_SCHEMA_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CreateRagDataSchemaRequest getDefaultInstance()
Returns
Type Description
CreateRagDataSchemaRequest

getDescriptor()

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

newBuilder()

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

newBuilder(CreateRagDataSchemaRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public CreateRagDataSchemaRequest getDefaultInstanceForType()
Returns
Type Description
CreateRagDataSchemaRequest

getParent()

public String getParent()

Required. The resource name of the RagCorpus to create the RagDataSchema in. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the RagCorpus to create the RagDataSchema in. Format: projects/{project}/locations/{location}/ragCorpora/{rag_corpus}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

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

getRagDataSchema()

public RagDataSchema getRagDataSchema()

Required. The RagDataSchema to create.

.google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RagDataSchema

The ragDataSchema.

getRagDataSchemaId()

public String getRagDataSchemaId()

Optional. The ID to use for the RagDataSchema, which will become the final component of the RagDataSchema's resource name if the user chooses to specify. Otherwise, RagDataSchema id will be generated by system.

This value should be up to 63 characters, and valid characters are /a-z-/. The first character must be a letter, the last could be a letter or a number.

optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The ragDataSchemaId.

getRagDataSchemaIdBytes()

public ByteString getRagDataSchemaIdBytes()

Optional. The ID to use for the RagDataSchema, which will become the final component of the RagDataSchema's resource name if the user chooses to specify. Otherwise, RagDataSchema id will be generated by system.

This value should be up to 63 characters, and valid characters are /a-z-/. The first character must be a letter, the last could be a letter or a number.

optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for ragDataSchemaId.

getRagDataSchemaOrBuilder()

public RagDataSchemaOrBuilder getRagDataSchemaOrBuilder()

Required. The RagDataSchema to create.

.google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RagDataSchemaOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasRagDataSchema()

public boolean hasRagDataSchema()

Required. The RagDataSchema to create.

.google.cloud.aiplatform.v1beta1.RagDataSchema rag_data_schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the ragDataSchema field is set.

hasRagDataSchemaId()

public boolean hasRagDataSchemaId()

Optional. The ID to use for the RagDataSchema, which will become the final component of the RagDataSchema's resource name if the user chooses to specify. Otherwise, RagDataSchema id will be generated by system.

This value should be up to 63 characters, and valid characters are /a-z-/. The first character must be a letter, the last could be a letter or a number.

optional string rag_data_schema_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the ragDataSchemaId field is set.

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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