public sealed class PrivatePoolV1Config : IMessage<PrivatePoolV1Config>, IEquatable<PrivatePoolV1Config>, IDeepCloneable<PrivatePoolV1Config>, IBufferMessage, IMessage
[[["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 webpage details the `PrivatePoolV1Config` class within the `Google.Cloud.CloudBuild.V1` namespace, specifically within the context of the .NET library."],["The `PrivatePoolV1Config` class is a configuration for a V1 PrivatePool, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `PrivatePoolV1Config` is 2.15.0, with documentation available for other versions dating back to version 1.0.0."],["The `PrivatePoolV1Config` class has two main properties, `NetworkConfig` for pool network configuration and `WorkerConfig` for machine configuration, enabling the customization of private pool setups."],["The class has two constructors: a default constructor, `PrivatePoolV1Config()`, and an overload constructor, `PrivatePoolV1Config(PrivatePoolV1Config other)`, that takes another `PrivatePoolV1Config` instance as a parameter."]]],[]]