No type specified. The instance creation will fail.
Generated from protobuf enumTYPE_UNSPECIFIED = 0;
BASIC
Value: 1
Basic Data Fusion instance. In Basic type, the user will be able to
create data pipelines using point and click UI. However, there are
certain limitations, such as fewer number of concurrent pipelines, no
support for streaming pipelines, etc.
Generated from protobuf enumBASIC = 1;
ENTERPRISE
Value: 2
Enterprise Data Fusion instance. In Enterprise type, the user will have
all features available, such as support for streaming pipelines, higher
number of concurrent pipelines, etc.
Generated from protobuf enumENTERPRISE = 2;
DEVELOPER
Value: 3
Developer Data Fusion instance. In Developer type, the user will have all
features available but with restrictive capabilities. This is to help
enterprises design and develop their data ingestion and integration
pipelines at low cost.
[[["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."],[],[],null,["# Google Cloud Data Fusion V1 Client - Class Type (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-data-fusion/latest/V1.Instance.Type)\n- [1.0.4](/php/docs/reference/cloud-data-fusion/1.0.4/V1.Instance.Type)\n- [0.6.5](/php/docs/reference/cloud-data-fusion/0.6.5/V1.Instance.Type)\n- [0.5.2](/php/docs/reference/cloud-data-fusion/0.5.2/V1.Instance.Type)\n- [0.4.1](/php/docs/reference/cloud-data-fusion/0.4.1/V1.Instance.Type)\n- [0.3.0](/php/docs/reference/cloud-data-fusion/0.3.0/V1.Instance.Type)\n- [0.2.11](/php/docs/reference/cloud-data-fusion/0.2.11/V1.Instance.Type) \nReference documentation and code samples for the Google Cloud Data Fusion V1 Client class Type.\n\nRepresents the type of Data Fusion instance. Each type is configured with\nthe default settings for processing and memory.\n\nProtobuf type `google.cloud.datafusion.v1.Instance.Type`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataFusion \\\\ V1 \\\\ Instance\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TYPE_UNSPECIFIED\n\n Value: 0\n\nNo type specified. The instance creation will fail.\n\nGenerated from protobuf enum `TYPE_UNSPECIFIED = 0;`\n\n### BASIC\n\n Value: 1\n\nBasic Data Fusion instance. In Basic type, the user will be able to\ncreate data pipelines using point and click UI. However, there are\ncertain limitations, such as fewer number of concurrent pipelines, no\nsupport for streaming pipelines, etc.\n\nGenerated from protobuf enum `BASIC = 1;`\n\n### ENTERPRISE\n\n Value: 2\n\nEnterprise Data Fusion instance. In Enterprise type, the user will have\nall features available, such as support for streaming pipelines, higher\nnumber of concurrent pipelines, etc.\n\nGenerated from protobuf enum `ENTERPRISE = 2;`\n\n### DEVELOPER\n\n Value: 3\n\nDeveloper Data Fusion instance. In Developer type, the user will have all\nfeatures available but with restrictive capabilities. This is to help\nenterprises design and develop their data ingestion and integration\npipelines at low cost.\n\nGenerated from protobuf enum `DEVELOPER = 3;`"]]