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."],[[["This webpage provides documentation for the `CreateInstanceRequests` class within the Google Cloud AlloyDB v1 API, specifically version 1.5.0."],["The `CreateInstanceRequests` class is used to handle requests for creating new instances in AlloyDB and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`CreateInstanceRequests()`) and a copy constructor (`CreateInstanceRequests(CreateInstanceRequests other)`) for creating new `CreateInstanceRequests` objects."],["It contains a `CreateInstanceRequests_` property, which is a required `RepeatedField` that holds a collection of `CreateInstanceRequest` objects detailing the primary and read replica instances to create."],["There are ten versions of the documentation available, with version 1.9.0 being the latest, and the current version the documentation is based on being 1.5.0."]]],[]]