Interface protos.google.dataflow.v1beta3.ITopologyConfig (3.0.2)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a TopologyConfig.
Package
@google-cloud/dataflow
Properties
computations
computations?: (google.dataflow.v1beta3.IComputationTopology[]|null);
TopologyConfig computations
dataDiskAssignments
dataDiskAssignments?: (google.dataflow.v1beta3.IDataDiskAssignment[]|null);
TopologyConfig dataDiskAssignments
forwardingKeyBits
forwardingKeyBits?: (number|null);
TopologyConfig forwardingKeyBits
persistentStateVersion
persistentStateVersion?: (number|null);
TopologyConfig persistentStateVersion
userStageToComputationNameMap
userStageToComputationNameMap?: ({ [k: string]: string }|null);
TopologyConfig userStageToComputationNameMap
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["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-08-07 UTC."],[],[],null,["# Interface protos.google.dataflow.v1beta3.ITopologyConfig (3.0.2)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.2 (latest)](/nodejs/docs/reference/dataflow/latest/dataflow/protos.google.dataflow.v1beta3.itopologyconfig)\n- [2.1.2](/nodejs/docs/reference/dataflow/2.1.2/dataflow/protos.google.dataflow.v1beta3.itopologyconfig)\n- [2.0.1](/nodejs/docs/reference/dataflow/2.0.1/dataflow/protos.google.dataflow.v1beta3.itopologyconfig)\n- [1.2.0](/nodejs/docs/reference/dataflow/1.2.0/dataflow/protos.google.dataflow.v1beta3.itopologyconfig)\n- [1.1.0](/nodejs/docs/reference/dataflow/1.1.0/dataflow/protos.google.dataflow.v1beta3.itopologyconfig)\n- [1.0.2](/nodejs/docs/reference/dataflow/1.0.2/dataflow/protos.google.dataflow.v1beta3.itopologyconfig) \nProperties of a TopologyConfig.\n\nPackage\n-------\n\n[@google-cloud/dataflow](../overview.html)\n\nProperties\n----------\n\n### computations\n\n computations?: (google.dataflow.v1beta3.IComputationTopology[]|null);\n\nTopologyConfig computations\n\n### dataDiskAssignments\n\n dataDiskAssignments?: (google.dataflow.v1beta3.IDataDiskAssignment[]|null);\n\nTopologyConfig dataDiskAssignments\n\n### forwardingKeyBits\n\n forwardingKeyBits?: (number|null);\n\nTopologyConfig forwardingKeyBits\n\n### persistentStateVersion\n\n persistentStateVersion?: (number|null);\n\nTopologyConfig persistentStateVersion\n\n### userStageToComputationNameMap\n\n userStageToComputationNameMap?: ({ [k: string]: string }|null);\n\nTopologyConfig userStageToComputationNameMap"]]