public sealed class ShareSettingsProjectConfig : IMessage<ShareSettingsProjectConfig>, IEquatable<ShareSettingsProjectConfig>, IDeepCloneable<ShareSettingsProjectConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ShareSettingsProjectConfig.
[[["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-24 UTC."],[[["The latest version of the `ShareSettingsProjectConfig` class is 3.6.0, but this page is focused on version 2.12.0 of the Google.Cloud.Compute.V1 API."],["The `ShareSettingsProjectConfig` class provides configuration settings for each project within share settings."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality such as message handling, equality checks, deep cloning, and buffer message operations."],["`ShareSettingsProjectConfig` objects can be constructed either with default settings or by copying the settings of another `ShareSettingsProjectConfig` instance."],["The `ProjectId` property, which is a string, allows you to set and get the ID of the project, and the `HasProjectId` property is used to check if the project ID has been assigned."]]],[]]