Class: Google::Cloud::DiscoveryEngine::V1beta::GetDataStoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GetDataStoreRequest
- 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.GetDataStore 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 access the DataStore, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested DataStore does not exist, a NOT_FOUND error is returned.
72 73 74 75 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 72 class GetDataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |