public sealed class LogConfigDataAccessOptions : IMessage<LogConfigDataAccessOptions>, IEquatable<LogConfigDataAccessOptions>, IDeepCloneable<LogConfigDataAccessOptions>, 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-04-02 UTC."],[[["The `LogConfigDataAccessOptions` class, found in the `Google.Cloud.Compute.V1` namespace, is deprecated and should not be used, as indicated by the documentation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `LogConfigDataAccessOptions()` and a copy constructor `LogConfigDataAccessOptions(LogConfigDataAccessOptions other)`."],["The `LogConfigDataAccessOptions` class includes properties `HasLogMode` (a boolean) and `LogMode` (a string), but the `LogMode` property is deprecated and should not be utilized."],["This class has multiple historical versions available for reference, from version 1.0.0 all the way up to the latest 3.6.0, which are all accessible through their respective hyperlinks."]]],[]]