Class: Google::Cloud::DiscoveryEngine::V1beta::CreateDataStoreRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::CreateDataStoreRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb
Overview
Request for DataStoreService.CreateDataStore method.
Instance Attribute Summary collapse
-
#create_advanced_site_search ⇒ ::Boolean
A boolean flag indicating whether user want to directly create an advanced data store for site search.
-
#data_store ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::DataStore
Required.
-
#data_store_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#create_advanced_site_search ⇒ ::Boolean
Returns A boolean flag indicating whether user want to directly create an advanced data store for site search. If the data store is not configured as site search (GENERIC vertical and PUBLIC_WEBSITE content_config), this flag will be ignored.
52 53 54 55 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 52 class CreateDataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_store ⇒ ::Google::Cloud::DiscoveryEngine::V1beta::DataStore
Returns Required. The DataStore to create.
52 53 54 55 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 52 class CreateDataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_store_id ⇒ ::String
52 53 54 55 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 52 class CreateDataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name, such as
projects/{project}/locations/{location}/collections/{collection}
.
52 53 54 55 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/data_store_service.rb', line 52 class CreateDataStoreRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |