[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eInputConfig\u003c/code\u003e class within the Enterprise Knowledge Graph v1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInputConfig\u003c/code\u003e is a class used to define the desired input location and metadata for the Enterprise Knowledge Graph, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIEquatable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eBigqueryInputConfigs\u003c/code\u003e to define input BigQuery tables, \u003ccode\u003eEntityType\u003c/code\u003e to specify the entity type, and \u003ccode\u003ePreviousResultBigqueryTable\u003c/code\u003e to reference a BigQuery table for previous results.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eInputConfig\u003c/code\u003e class is 1.0.0-beta04, with documentation also available for version 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# Enterprise Knowledge Graph v1 API - Class InputConfig (1.0.0-beta04)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta04 (latest)](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.InputConfig)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/1.0.0-beta03/Google.Cloud.EnterpriseKnowledgeGraph.V1.InputConfig) \n\n public sealed class InputConfig : IMessage\u003cInputConfig\u003e, IEquatable\u003cInputConfig\u003e, IDeepCloneable\u003cInputConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Enterprise Knowledge Graph v1 API class InputConfig.\n\nThe desired input location and metadata. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e InputConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[InputConfig](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.InputConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[InputConfig](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.InputConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[InputConfig](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.InputConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.EnterpriseKnowledgeGraph.V1](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.EnterpriseKnowledgeGraph.V1.dll\n\nConstructors\n------------\n\n### InputConfig()\n\n public InputConfig()\n\n### InputConfig(InputConfig)\n\n public InputConfig(InputConfig other)\n\nProperties\n----------\n\n### BigqueryInputConfigs\n\n public RepeatedField\u003cBigQueryInputConfig\u003e BigqueryInputConfigs { get; }\n\nSet of input BigQuery tables.\n\n### EntityType\n\n public InputConfig.Types.EntityType EntityType { get; set; }\n\nEntity type\n\n### PreviousResultBigqueryTable\n\n public string PreviousResultBigqueryTable { get; set; }\n\nOptional. Provide the bigquery table containing the previous results if\ncluster ID stability is desired. Format is\n`projects/*/datasets/*/tables/*`.\n\n### PreviousResultBigqueryTableAsTableName\n\n public TableName PreviousResultBigqueryTableAsTableName { get; set; }\n\n[TableName](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.TableName)-typed view over the [PreviousResultBigqueryTable](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.InputConfig#Google_Cloud_EnterpriseKnowledgeGraph_V1_InputConfig_PreviousResultBigqueryTable) resource name\nproperty."]]