Class AugmentPromptRequest (3.56.0)

public final class AugmentPromptRequest extends GeneratedMessageV3 implements AugmentPromptRequestOrBuilder

Request message for AugmentPrompt.

Protobuf type google.cloud.aiplatform.v1beta1.AugmentPromptRequest

Static Fields

CONTENTS_FIELD_NUMBER

public static final int CONTENTS_FIELD_NUMBER
Field Value
Type Description
int

MODEL_FIELD_NUMBER

public static final int MODEL_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

VERTEX_RAG_STORE_FIELD_NUMBER

public static final int VERTEX_RAG_STORE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AugmentPromptRequest getDefaultInstance()
Returns
Type Description
AugmentPromptRequest

getDescriptor()

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

newBuilder()

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

newBuilder(AugmentPromptRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getContents(int index)

public Content getContents(int index)

Optional. Input content to augment, only text format is supported for now.

repeated .google.cloud.aiplatform.v1beta1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Content

getContentsCount()

public int getContentsCount()

Optional. Input content to augment, only text format is supported for now.

repeated .google.cloud.aiplatform.v1beta1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getContentsList()

public List<Content> getContentsList()

Optional. Input content to augment, only text format is supported for now.

repeated .google.cloud.aiplatform.v1beta1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Content>

getContentsOrBuilder(int index)

public ContentOrBuilder getContentsOrBuilder(int index)

Optional. Input content to augment, only text format is supported for now.

repeated .google.cloud.aiplatform.v1beta1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ContentOrBuilder

getContentsOrBuilderList()

public List<? extends ContentOrBuilder> getContentsOrBuilderList()

Optional. Input content to augment, only text format is supported for now.

repeated .google.cloud.aiplatform.v1beta1.Content contents = 2 [(.google.api.field_behavior) = OPTIONAL];

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

getDataSourceCase()

public AugmentPromptRequest.DataSourceCase getDataSourceCase()
Returns
Type Description
AugmentPromptRequest.DataSourceCase

getDefaultInstanceForType()

public AugmentPromptRequest getDefaultInstanceForType()
Returns
Type Description
AugmentPromptRequest

getModel()

public AugmentPromptRequest.Model getModel()

Optional. Metadata of the backend deployed model.

.google.cloud.aiplatform.v1beta1.AugmentPromptRequest.Model model = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AugmentPromptRequest.Model

The model.

getModelOrBuilder()

public AugmentPromptRequest.ModelOrBuilder getModelOrBuilder()

Optional. Metadata of the backend deployed model.

.google.cloud.aiplatform.v1beta1.AugmentPromptRequest.Model model = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AugmentPromptRequest.ModelOrBuilder

getParent()

public String getParent()

Required. The resource name of the Location from which to augment prompt. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}.

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 Location from which to augment prompt. The users must have permission to make a call in the project. Format: projects/{project}/locations/{location}.

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

Returns
Type Description
ByteString

The bytes for parent.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVertexRagStore()

public VertexRagStore getVertexRagStore()

Optional. Retrieves contexts from the Vertex RagStore.

.google.cloud.aiplatform.v1beta1.VertexRagStore vertex_rag_store = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
VertexRagStore

The vertexRagStore.

getVertexRagStoreOrBuilder()

public VertexRagStoreOrBuilder getVertexRagStoreOrBuilder()

Optional. Retrieves contexts from the Vertex RagStore.

.google.cloud.aiplatform.v1beta1.VertexRagStore vertex_rag_store = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
VertexRagStoreOrBuilder

hasModel()

public boolean hasModel()

Optional. Metadata of the backend deployed model.

.google.cloud.aiplatform.v1beta1.AugmentPromptRequest.Model model = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the model field is set.

hasVertexRagStore()

public boolean hasVertexRagStore()

Optional. Retrieves contexts from the Vertex RagStore.

.google.cloud.aiplatform.v1beta1.VertexRagStore vertex_rag_store = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the vertexRagStore 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 AugmentPromptRequest.Builder newBuilderForType()
Returns
Type Description
AugmentPromptRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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