Vector Search V1 API - Class Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest (v0.1.0)

Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest.

Request message for VectorSearchService.ImportDataObjects.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#gcs_import

def gcs_import() -> ::Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig
Returns

#gcs_import=

def gcs_import=(value) -> ::Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the Collection to import DataObjects into. Format: projects/{project}/locations/{location}/collections/{collection}.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Collection to import DataObjects into. Format: projects/{project}/locations/{location}/collections/{collection}.
Returns
  • (::String) — Required. The resource name of the Collection to import DataObjects into. Format: projects/{project}/locations/{location}/collections/{collection}.