Class GoogleCloudDiscoveryengineV1alphaSetUpDataConnectorRequest
Request for DataConnectorService.SetUpDataConnector method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSetUpDataConnectorRequest : IDirectResponseSchema
Properties
CollectionDisplayName
Required. The display name of the Collection. Should be human readable, used to display collections in the Console Dashboard. UTF-8 encoded string with limit of 1024 characters.
Declaration
[JsonProperty("collectionDisplayName")]
public virtual string CollectionDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
CollectionId
Required. The ID to use for the Collection, which will become the final component of the Collection's resource name. A new Collection is created as part of the DataConnector setup. DataConnector is a singleton resource under Collection, managing all DataStores of the Collection. This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Declaration
[JsonProperty("collectionId")]
public virtual string CollectionId { get; set; }
Property Value
Type | Description |
---|---|
string |
DataConnector
Required. The DataConnector to initialize in the newly created Collection.
Declaration
[JsonProperty("dataConnector")]
public virtual GoogleCloudDiscoveryengineV1alphaDataConnector DataConnector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaDataConnector |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |