public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class InputConfig.
The desired input location and metadata.
Implements
IMessageInputConfig, IEquatableInputConfig, IDeepCloneableInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
InputConfig()
public InputConfig()
InputConfig(InputConfig)
public InputConfig(InputConfig other)
Parameter | |
---|---|
Name | Description |
other |
InputConfig |
Properties
BigqueryInputConfigs
public RepeatedField<BigQueryInputConfig> BigqueryInputConfigs { get; }
Set of input BigQuery tables.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBigQueryInputConfig |
EntityType
public InputConfig.Types.EntityType EntityType { get; set; }
Entity type
Property Value | |
---|---|
Type | Description |
InputConfigTypesEntityType |
PreviousResultBigqueryTable
public string PreviousResultBigqueryTable { get; set; }
Optional. Provide the bigquery table containing the previous results if
cluster ID stability is desired. Format is
projects/*/datasets/*/tables/*
.
Property Value | |
---|---|
Type | Description |
string |
PreviousResultBigqueryTableAsTableName
public TableName PreviousResultBigqueryTableAsTableName { get; set; }
TableName-typed view over the PreviousResultBigqueryTable resource name property.
Property Value | |
---|---|
Type | Description |
TableName |