public sealed class CopyLogEntriesResponse : IMessage<CopyLogEntriesResponse>, IEquatable<CopyLogEntriesResponse>, IDeepCloneable<CopyLogEntriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class CopyLogEntriesResponse.
Response type for CopyLogEntries long running operations.
[[["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."],[[["This webpage provides documentation for the `CopyLogEntriesResponse` class within the Google Cloud Logging v2 API, specifically for .NET development."],["The `CopyLogEntriesResponse` class is a response type used for long-running copy operations and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 4.4.0, with older versions from 4.3.0 down to 3.3.0 also available, alongside the namespace and assembly information."],["The class inherits members from `object` and includes a constructor, `CopyLogEntriesResponse()`, and `LogEntriesCopiedCount` property, which indicates the number of log entries copied, with a data type of `long`."]]],[]]