Class VertexAISearch.Builder (1.3.0)

public static final class VertexAISearch.Builder extends GeneratedMessageV3.Builder<VertexAISearch.Builder> implements VertexAISearchOrBuilder

Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/vertex-ai-search-and-conversation

Protobuf type google.cloud.vertexai.v1.VertexAISearch

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public VertexAISearch.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VertexAISearch.Builder
Overrides

build()

public VertexAISearch build()
Returns
Type Description
VertexAISearch

buildPartial()

public VertexAISearch buildPartial()
Returns
Type Description
VertexAISearch

clear()

public VertexAISearch.Builder clear()
Returns
Type Description
VertexAISearch.Builder
Overrides

clearDatastore()

public VertexAISearch.Builder clearDatastore()

Required. Fully-qualified Vertex AI Search's datastore resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

string datastore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
VertexAISearch.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public VertexAISearch.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
VertexAISearch.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public VertexAISearch.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
VertexAISearch.Builder
Overrides

clone()

public VertexAISearch.Builder clone()
Returns
Type Description
VertexAISearch.Builder
Overrides

getDatastore()

public String getDatastore()

Required. Fully-qualified Vertex AI Search's datastore resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

string datastore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The datastore.

getDatastoreBytes()

public ByteString getDatastoreBytes()

Required. Fully-qualified Vertex AI Search's datastore resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

string datastore = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for datastore.

getDefaultInstanceForType()

public VertexAISearch getDefaultInstanceForType()
Returns
Type Description
VertexAISearch

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(VertexAISearch other)

public VertexAISearch.Builder mergeFrom(VertexAISearch other)
Parameter
Name Description
other VertexAISearch
Returns
Type Description
VertexAISearch.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public VertexAISearch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VertexAISearch.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public VertexAISearch.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VertexAISearch.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final VertexAISearch.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VertexAISearch.Builder
Overrides

setDatastore(String value)

public VertexAISearch.Builder setDatastore(String value)

Required. Fully-qualified Vertex AI Search's datastore resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

string datastore = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The datastore to set.

Returns
Type Description
VertexAISearch.Builder

This builder for chaining.

setDatastoreBytes(ByteString value)

public VertexAISearch.Builder setDatastoreBytes(ByteString value)

Required. Fully-qualified Vertex AI Search's datastore resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}

string datastore = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for datastore to set.

Returns
Type Description
VertexAISearch.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public VertexAISearch.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VertexAISearch.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public VertexAISearch.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
VertexAISearch.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final VertexAISearch.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VertexAISearch.Builder
Overrides