Labels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. They can be used to filter resources and aggregate metrics.
Label keys must be between 1 and 63 characters long and must conform to the regular expression:[\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}. Label values must be between 0 and 63 characters long and must conform to the regular expression:[\p{Ll}\p{Lo}\p{N}_-]{0,63}. No more than 64 labels can be associated with a given resource. Keys and values must both be under 128 bytes.
[[["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,["# Interface InstanceOptions (6.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [6.0.0 (latest)](/nodejs/docs/reference/bigtable/latest/bigtable/instanceoptions)\n- [5.1.2](/nodejs/docs/reference/bigtable/5.1.2/bigtable/instanceoptions)\n- [5.0.0](/nodejs/docs/reference/bigtable/5.0.0/bigtable/instanceoptions)\n- [4.6.1](/nodejs/docs/reference/bigtable/4.6.1/bigtable/instanceoptions)\n- [4.1.0](/nodejs/docs/reference/bigtable/4.1.0/bigtable/instanceoptions)\n- [4.0.5](/nodejs/docs/reference/bigtable/4.0.5/bigtable/instanceoptions)\n- [3.10.0](/nodejs/docs/reference/bigtable/3.10.0/bigtable/instanceoptions)\n- [3.9.4](/nodejs/docs/reference/bigtable/3.9.4/bigtable/instanceoptions)\n- [3.8.0](/nodejs/docs/reference/bigtable/3.8.0/bigtable/instanceoptions)\n- [3.7.0](/nodejs/docs/reference/bigtable/3.7.0/bigtable/instanceoptions)\n- [3.6.0](/nodejs/docs/reference/bigtable/3.6.0/bigtable/instanceoptions)\n- [3.5.4](/nodejs/docs/reference/bigtable/3.5.4/bigtable/instanceoptions) \n\nPackage\n-------\n\n[@google-cloud/bigtable](../overview.html)\n\nProperties\n----------\n\n### clusters\n\n clusters: ClusterInfo[] | ClusterInfo;\n\nThe clusters to be created within the instance.\n\n### displayName\n\n displayName?: string;\n\nThe descriptive name for this instance as it appears in UIs.\n\n### gaxOptions\n\n gaxOptions?: CallOptions;\n\nRequest configuration options, outlined here: \u003chttps://googleapis.github.io/gax-nodejs/CallSettings.html\u003e.\n\n### labels\n\n labels?: {\n [index: string]: any;\n };\n\nLabels are a flexible and lightweight mechanism for organizing cloud resources into groups that reflect a customer's organizational needs and deployment strategies. They can be used to filter resources and aggregate metrics.\n\nLabel keys must be between 1 and 63 characters long and must conform to the regular expression: `[\\p{Ll}\\p{Lo}][\\p{Ll}\\p{Lo}\\p{N}_-]{0,62}`. Label values must be between 0 and 63 characters long and must conform to the regular expression: `[\\p{Ll}\\p{Lo}\\p{N}_-]{0,63}`. No more than 64 labels can be associated with a given resource. Keys and values must both be under 128 bytes.\n\n### type\n\n type?: 'production' | 'development';"]]