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"]],[["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 `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."]]],[]]