public sealed class WriteLogEntriesResponse : IMessage<WriteLogEntriesResponse>, IEquatable<WriteLogEntriesResponse>, IDeepCloneable<WriteLogEntriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class WriteLogEntriesResponse.
[[["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 page provides documentation for the `WriteLogEntriesResponse` class within the Google Cloud Logging v2 API, specifically for version 4.1.0, with links to other versions of the API."],["The `WriteLogEntriesResponse` class is the result returned from the `WriteLogEntries` method and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The namespace for this class is `Google.Cloud.Logging.V2`, and it is contained within the `Google.Cloud.Logging.V2.dll` assembly."],["There are two constructors for the `WriteLogEntriesResponse` class: a default constructor and one that accepts another `WriteLogEntriesResponse` instance as a parameter."],["The documentation includes details on inherited members, such as `GetHashCode()`, `GetType()`, and `ToString()`, from the base `object` class."]]],[]]