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
- (::Google::Cloud::VectorSearch::V1::ExportDataObjectsRequest::GcsExportDestination::Format) — Required. The format of the exported Data Objects.
#format=
def format=(value) -> ::Google::Cloud::VectorSearch::V1::ExportDataObjectsRequest::GcsExportDestination::Format
Parameter
- value (::Google::Cloud::VectorSearch::V1::ExportDataObjectsRequest::GcsExportDestination::Format) — Required. The format of the exported Data Objects.
Returns
- (::Google::Cloud::VectorSearch::V1::ExportDataObjectsRequest::GcsExportDestination::Format) — Required. The format of the exported Data Objects.