public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class CreateInstanceRequest.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `CreateInstanceRequest` class within the Apigee Registry v1 API, specifically for version 1.0.0-beta06."],["The `CreateInstanceRequest` class is used to construct request messages for creating an instance within the Apigee Registry, and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateInstanceRequest` class includes constructors for creating a new instance or cloning an existing one, and it inherits members from the base `object` class."],["Key properties of the `CreateInstanceRequest` class include `Instance`, `InstanceId`, `Parent`, and `ParentAsLocationName`, which are used to define the instance being created and where it should be located within the registry."],["The `CreateInstanceRequest` class is located in the `Google.Cloud.ApigeeRegistry.V1` namespace within the `Google.Cloud.ApigeeRegistry.V1.dll` assembly."]]],[]]