Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.discoveryengine/v1alpha.getDataStore
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets a DataStore.
Using getDataStore
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDataStore(args: GetDataStoreArgs, opts?: InvokeOptions): Promise<GetDataStoreResult>
function getDataStoreOutput(args: GetDataStoreOutputArgs, opts?: InvokeOptions): Output<GetDataStoreResult>def get_data_store(collection_id: Optional[str] = None,
                   data_store_id: Optional[str] = None,
                   location: Optional[str] = None,
                   project: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDataStoreResult
def get_data_store_output(collection_id: Optional[pulumi.Input[str]] = None,
                   data_store_id: Optional[pulumi.Input[str]] = None,
                   location: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDataStoreResult]func LookupDataStore(ctx *Context, args *LookupDataStoreArgs, opts ...InvokeOption) (*LookupDataStoreResult, error)
func LookupDataStoreOutput(ctx *Context, args *LookupDataStoreOutputArgs, opts ...InvokeOption) LookupDataStoreResultOutput> Note: This function is named LookupDataStore in the Go SDK.
public static class GetDataStore 
{
    public static Task<GetDataStoreResult> InvokeAsync(GetDataStoreArgs args, InvokeOptions? opts = null)
    public static Output<GetDataStoreResult> Invoke(GetDataStoreInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataStoreResult> getDataStore(GetDataStoreArgs args, InvokeOptions options)
public static Output<GetDataStoreResult> getDataStore(GetDataStoreArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:discoveryengine/v1alpha:getDataStore
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CollectionId string
- DataStore stringId 
- Location string
- Project string
- CollectionId string
- DataStore stringId 
- Location string
- Project string
- collectionId String
- dataStore StringId 
- location String
- project String
- collectionId string
- dataStore stringId 
- location string
- project string
- collection_id str
- data_store_ strid 
- location str
- project str
- collectionId String
- dataStore StringId 
- location String
- project String
getDataStore Result
The following output properties are available:
- ContentConfig string
- Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.
- CreateTime string
- Timestamp the DataStore was created at.
- DefaultSchema stringId 
- The id of the default Schema asscociated to this data store.
- DisplayName string
- The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
- IndustryVertical string
- Immutable. The industry vertical that the data store registers.
- Name string
- Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
- SolutionTypes List<string>
- The solutions that the data store enrolls. Available solutions for each industry_vertical: * MEDIA:SOLUTION_TYPE_RECOMMENDATIONandSOLUTION_TYPE_SEARCH. *SITE_SEARCH:SOLUTION_TYPE_SEARCHis automatically enrolled. Other solutions cannot be enrolled.
- ContentConfig string
- Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.
- CreateTime string
- Timestamp the DataStore was created at.
- DefaultSchema stringId 
- The id of the default Schema asscociated to this data store.
- DisplayName string
- The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
- IndustryVertical string
- Immutable. The industry vertical that the data store registers.
- Name string
- Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
- SolutionTypes []string
- The solutions that the data store enrolls. Available solutions for each industry_vertical: * MEDIA:SOLUTION_TYPE_RECOMMENDATIONandSOLUTION_TYPE_SEARCH. *SITE_SEARCH:SOLUTION_TYPE_SEARCHis automatically enrolled. Other solutions cannot be enrolled.
- contentConfig String
- Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.
- createTime String
- Timestamp the DataStore was created at.
- defaultSchema StringId 
- The id of the default Schema asscociated to this data store.
- displayName String
- The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
- industryVertical String
- Immutable. The industry vertical that the data store registers.
- name String
- Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
- solutionTypes List<String>
- The solutions that the data store enrolls. Available solutions for each industry_vertical: * MEDIA:SOLUTION_TYPE_RECOMMENDATIONandSOLUTION_TYPE_SEARCH. *SITE_SEARCH:SOLUTION_TYPE_SEARCHis automatically enrolled. Other solutions cannot be enrolled.
- contentConfig string
- Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.
- createTime string
- Timestamp the DataStore was created at.
- defaultSchema stringId 
- The id of the default Schema asscociated to this data store.
- displayName string
- The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
- industryVertical string
- Immutable. The industry vertical that the data store registers.
- name string
- Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
- solutionTypes string[]
- The solutions that the data store enrolls. Available solutions for each industry_vertical: * MEDIA:SOLUTION_TYPE_RECOMMENDATIONandSOLUTION_TYPE_SEARCH. *SITE_SEARCH:SOLUTION_TYPE_SEARCHis automatically enrolled. Other solutions cannot be enrolled.
- content_config str
- Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.
- create_time str
- Timestamp the DataStore was created at.
- default_schema_ strid 
- The id of the default Schema asscociated to this data store.
- display_name str
- The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
- industry_vertical str
- Immutable. The industry vertical that the data store registers.
- name str
- Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
- solution_types Sequence[str]
- The solutions that the data store enrolls. Available solutions for each industry_vertical: * MEDIA:SOLUTION_TYPE_RECOMMENDATIONandSOLUTION_TYPE_SEARCH. *SITE_SEARCH:SOLUTION_TYPE_SEARCHis automatically enrolled. Other solutions cannot be enrolled.
- contentConfig String
- Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT.
- createTime String
- Timestamp the DataStore was created at.
- defaultSchema StringId 
- The id of the default Schema asscociated to this data store.
- displayName String
- The data store display name. This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
- industryVertical String
- Immutable. The industry vertical that the data store registers.
- name String
- Immutable. The full resource name of the data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. This field must be a UTF-8 encoded string with a length limit of 1024 characters.
- solutionTypes List<String>
- The solutions that the data store enrolls. Available solutions for each industry_vertical: * MEDIA:SOLUTION_TYPE_RECOMMENDATIONandSOLUTION_TYPE_SEARCH. *SITE_SEARCH:SOLUTION_TYPE_SEARCHis automatically enrolled. Other solutions cannot be enrolled.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi