Interface ImportDataObjectsRequestOrBuilder (0.1.0)

public interface ImportDataObjectsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

public abstract ImportDataObjectsRequest.ConfigCase getConfigCase()
Returns
Type Description
ImportDataObjectsRequest.ConfigCase

getGcsImport()

public abstract ImportDataObjectsRequest.GcsImportConfig getGcsImport()

The Cloud Storage location of the input content.

.google.cloud.vectorsearch.v1beta.ImportDataObjectsRequest.GcsImportConfig gcs_import = 2;

Returns
Type Description
ImportDataObjectsRequest.GcsImportConfig

The gcsImport.

getGcsImportOrBuilder()

public abstract ImportDataObjectsRequest.GcsImportConfigOrBuilder getGcsImportOrBuilder()

The Cloud Storage location of the input content.

.google.cloud.vectorsearch.v1beta.ImportDataObjectsRequest.GcsImportConfig gcs_import = 2;

Returns
Type Description
ImportDataObjectsRequest.GcsImportConfigOrBuilder

getName()

public abstract String getName()

Required. The resource name of the Collection to import DataObjects into. Format: projects/{project}/locations/{location}/collections/{collection}.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The resource name of the Collection to import DataObjects into. Format: projects/{project}/locations/{location}/collections/{collection}.

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

Returns
Type Description
ByteString

The bytes for name.

hasGcsImport()

public abstract boolean hasGcsImport()

The Cloud Storage location of the input content.

.google.cloud.vectorsearch.v1beta.ImportDataObjectsRequest.GcsImportConfig gcs_import = 2;

Returns
Type Description
boolean

Whether the gcsImport field is set.