Class: Google::Cloud::DiscoveryEngine::V1beta::DeleteDataStoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::DeleteDataStoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb
Overview
Request message for DataStoreService.DeleteDataStore method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Full resource name of
DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
.
If the caller does not have permission to delete the DataStore, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the DataStore to delete does not exist, a NOT_FOUND error is returned.
167 168 169 170 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 167 class DeleteDataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |