public sealed class Billing.Types.BillingDestination : IMessage<Billing.Types.BillingDestination>, IEquatable<Billing.Types.BillingDestination>, IDeepCloneable<Billing.Types.BillingDestination>, IBufferMessage, IMessage
Configuration of a specific billing destination (Currently only support
bill against consumer project).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `BillingDestination` class in version 2.10.0 of Google.Api.CommonProtos configures a specific billing destination, currently only supporting billing against the consumer project."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["Key properties of `BillingDestination` include `Metrics` for the names of the metrics to report and `MonitoredResource` for the monitored resource type."],["`BillingDestination` has constructors that allow instantiation and cloning, as well as various methods for comparing, merging, calculating size, and converting the object to a string representation."],["The class contains the fields `MetricsFieldNumber` and `MonitoredResourceFieldNumber`, as well as a `Descriptor` and `Parser` to assist in working with the defined protocol buffers."]]],[]]