public Protobuf.Collections.RepeatedField<string> Logs { get; }
Names of the logs to be sent to this destination. Each name must
be defined in the [Service.logs][google.api.Service.logs] section. If the log name is
not a domain scoped name, it will be automatically prefixed with
the service name followed by "/".
[[["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-05 UTC."],[[["The `LoggingDestination` class is used to configure logging destinations, specifying whether logs go to the producer or consumer project."],["It inherits from `Object` and implements `Protobuf.IBufferMessage`, and includes constructors for creating a new instance or copying an existing one."],["Key properties include `Logs`, for specifying log names, and `MonitoredResource`, for the type of monitored resource, each having fields to set the properties."],["It provides methods for size calculation, cloning, equality checks, hash code generation, merging, converting to string, and writing to a coded output stream."],["The class is part of the `Google.Api` namespace within the `Google.Api.CommonProtos.dll` assembly."]]],[]]