public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Request for [CreateInstance][google.cloud.memcache.v1.CloudMemcache.CreateInstance].
Required. The resource name of the instance location using the form:
projects/{project_id}/locations/{location_id}
where location_id refers to a GCP region
[[["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-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateInstanceRequest\u003c/code\u003e class is used to request the creation of a Memcached instance within the Google Cloud Memcache service.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Memcache.V1\u003c/code\u003e namespace and is available in the \u003ccode\u003eGoogle.Cloud.Memcache.V1.dll\u003c/code\u003e assembly, and is also available in multiple versions, with version 2.5.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateInstanceRequest\u003c/code\u003e requires properties such as \u003ccode\u003eInstance\u003c/code\u003e, \u003ccode\u003eInstanceId\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e to be set, where the \u003ccode\u003eInstance\u003c/code\u003e is the Memcached instance to be created, the \u003ccode\u003eInstanceId\u003c/code\u003e is the unique name for the instance, and \u003ccode\u003eParent\u003c/code\u003e specifies the project and location for the instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstanceId\u003c/code\u003e must follow specific naming rules, including only lowercase letters, numbers, and hyphens, starting with a letter, being 1-40 characters long, and being unique within the project and location.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and 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, providing functionalities for message manipulation, equality comparison, deep cloning, and buffer management.\u003c/p\u003e\n"]]],[],null,[]]