public sealed class LogConfigCounterOptionsCustomField : IMessage<LogConfigCounterOptionsCustomField>, IEquatable<LogConfigCounterOptionsCustomField>, IDeepCloneable<LogConfigCounterOptionsCustomField>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class LogConfigCounterOptionsCustomField.
[[["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 `LogConfigCounterOptionsCustomField` class is part of the Google.Cloud.Compute.V1 API and is available in various versions, with version 3.6.0 being the latest."],["This class is documented as deprecated and should not be used, as it has no effect."],["It inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The class has two main properties, `Name` and `Value`, which are also deprecated and should not be used, and each can be set or retrieved as a `String`."],["The class can be instantiated with no parameters using the `LogConfigCounterOptionsCustomField()` constructor, or by passing in another `LogConfigCounterOptionsCustomField` object to copy."]]],[]]