public sealed class CreateInstanceRequests : IMessage<CreateInstanceRequests>, IEquatable<CreateInstanceRequests>, IDeepCloneable<CreateInstanceRequests>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class CreateInstanceRequests.
[[["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-04-17 UTC."],[[["The `CreateInstanceRequests` class is part of the Google Cloud AlloyDB v1 API, specifically within version 1.8.0 of the .NET library."],["This class is used to manage the creation of instances within AlloyDB and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits members from the base `object` class, including methods like `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors: a default constructor `CreateInstanceRequests()` and a copy constructor `CreateInstanceRequests(CreateInstanceRequests other)`."],["The `CreateInstanceRequests_` property is of type `RepeatedField\u003cCreateInstanceRequest\u003e` and is used to manage the list of instances to be created, which must not be empty."]]],[]]