public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.CreateInstance.
public MapField<string, Cluster> Clusters { get; }
Required. The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just mycluster rather than
projects/myproject/instances/myinstance/clusters/mycluster.
Fields marked OutputOnly must be left blank.
Currently, at most four clusters can be specified.
Required. The ID to be used when referring to the new instance within its project,
e.g., just myinstance rather than
projects/myproject/instances/myinstance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe page details the \u003ccode\u003eCreateInstanceRequest\u003c/code\u003e class, which is used to request the creation of a new Bigtable instance within a project, documented under version 2.8.0, with a list of older version available as well.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateInstanceRequest\u003c/code\u003e implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and object management within the Google Cloud Bigtable .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateInstanceRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eClusters\u003c/code\u003e, \u003ccode\u003eInstance\u003c/code\u003e, \u003ccode\u003eInstanceId\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e, which define the specifications for the new Bigtable instance being created.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e and \u003ccode\u003eParentAsProjectName\u003c/code\u003e properties are critical for specifying the project where the new Bigtable instance should be created, using either a string or a strongly-typed \u003ccode\u003eProjectName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page references multiple previous version numbers and links for CreateInstanceRequest, indicating that it is documenting the different changes made to the object across its different revisions.\u003c/p\u003e\n"]]],[],null,[]]