public sealed class CopyLogEntriesRequest : IMessage<CopyLogEntriesRequest>, IEquatable<CopyLogEntriesRequest>, IDeepCloneable<CopyLogEntriesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class CopyLogEntriesRequest.
[[["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-09 UTC."],[[["This document provides reference information for the `CopyLogEntriesRequest` class within the Google Cloud Logging v2 API, specifically version 4.2.0, and shows other versions that have been released."],["`CopyLogEntriesRequest` is used to define the parameters for copying log entries and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Destination`, `Filter`, and `Name`, which are used to specify the destination, filter criteria, and source log bucket, respectively, for the log copying operation."],["There are two constructors available for creating instances of the `CopyLogEntriesRequest` class, one that takes no parameters and another that takes another `CopyLogEntriesRequest` object."],["The `CopyLogEntriesRequest` class allows for optional filtering, where an empty filter will copy all log entries, and the filter has a limit of 20k characters."]]],[]]