public sealed class BulkInsertInstanceResourcePerInstanceProperties : IMessage<BulkInsertInstanceResourcePerInstanceProperties>, IEquatable<BulkInsertInstanceResourcePerInstanceProperties>, IDeepCloneable<BulkInsertInstanceResourcePerInstanceProperties>, IBufferMessage, IMessage
Per-instance properties to be set on individual instances. To be extended in the future.
[[["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."],[[["The `BulkInsertInstanceResourcePerInstanceProperties` class is designed to manage per-instance properties for Google Compute Engine instances, and it's part of the `Google.Cloud.Compute.V1` namespace within the .NET library."],["Version 3.6.0 is the latest version available, while there is also a list of previous versions ranging from 1.0.0 to 3.5.0 that are linked and available as documentation for the `BulkInsertInstanceResourcePerInstanceProperties`."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to integrate with Google Protobuf functionalities and other standard .NET interfaces."],["The class features a constructor and properties such as `HasName` (a boolean indicating if the name field is set) and `Name` (a string field planned for removal), alongside inherited members like `GetHashCode` and `ToString`."]]],[]]