Class GoogleCloudDiscoveryengineV1alphaCollection
Collection is a container for configuring resources and access to a set of DataStores.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCollection : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp the Collection was created at.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DataConnector
Output only. The data connector, if present, manages the connection for data stores in the Collection. To
set up the connector, use DataConnectorService.SetUpDataConnector method, which creates a new Collection
while setting up the DataConnector singleton resource. Setting up connector on an existing Collection is not
supported. This output only field contains a subset of the DataConnector fields, including name
,
data_source
, entities.entity_name
and entities.data_store
. To get more details about a data connector,
use the DataConnector.GetDataConnector method.
Declaration
[JsonProperty("dataConnector")]
public virtual GoogleCloudDiscoveryengineV1alphaDataConnector DataConnector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaDataConnector |
DisplayName
Required. The Collection 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.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Immutable. The full resource name of the Collection. Format:
projects/{project}/locations/{location}/collections/{collection_id}
. This field must be a UTF-8 encoded
string with a length limit of 1024 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |