public sealed class ShareSettingsProjectConfig : IMessage<ShareSettingsProjectConfig>, IEquatable<ShareSettingsProjectConfig>, IDeepCloneable<ShareSettingsProjectConfig>, 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."],[[["The `ShareSettingsProjectConfig` class is designed for configuring settings for each project within share settings."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality comparison, deep cloning, and buffer operations respectively."],["There are two constructors available, one default and another that accepts an existing `ShareSettingsProjectConfig` object for creating a new instance."],["The class contains two properties, `HasProjectId`, which checks if the project ID field is set, and `ProjectId`, which stores the actual project ID as a string."],["The documentation lists all versions from 1.0.0 to the latest 3.6.0 for the `ShareSettingsProjectConfig` within the `Google.Cloud.Compute.V1` namespace."]]],[]]