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-21 UTC."],[[["The `ShareSettingsProjectConfig` class is part of the Google Cloud Compute Engine v1 API, used to configure settings for each project in shared settings."],["The latest version available for `ShareSettingsProjectConfig` is 3.6.0, with many older versions ranging back to 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ShareSettingsProjectConfig` objects can be created using a default constructor or a copy constructor, and contain a `ProjectId` property, which represents the ID of the project."],["The class's properties include `HasProjectId` to check if the field is set and `ProjectId`, a string property that represents the project's ID within the configuration."]]],[]]