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

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

Google Cloud Storage configuration for the export.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#export_uri

def export_uri() -> ::String
Returns
  • (::String) — Required. URI prefix of the Cloud Storage where to export Data Objects. The bucket is required to be in the same region as the collection.

#export_uri=

def export_uri=(value) -> ::String
Parameter
  • value (::String) — Required. URI prefix of the Cloud Storage where to export Data Objects. The bucket is required to be in the same region as the collection.
Returns
  • (::String) — Required. URI prefix of the Cloud Storage where to export Data Objects. The bucket is required to be in the same region as the collection.

#format

def format() -> ::Google::Cloud::VectorSearch::V1::ExportDataObjectsRequest::GcsExportDestination::Format
Returns

#format=

def format=(value) -> ::Google::Cloud::VectorSearch::V1::ExportDataObjectsRequest::GcsExportDestination::Format
Parameter
Returns