This interface defines virtual methods for each of the user-facing overload sets in LoggingServiceV2Client. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type LoggingServiceV2Client.
[[["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-17 UTC."],[[["This webpage provides documentation for the `LoggingServiceV2Connection` class, which defines the interface for interacting with the `LoggingServiceV2Client` in various versions."],["The latest version of `LoggingServiceV2Connection` documented is 2.37.0-rc, with several previous versions listed, ranging from 2.36.0 down to 2.11.0."],["`LoggingServiceV2Connection` includes methods for managing log entries, such as `DeleteLog`, `WriteLogEntries`, `ListLogEntries`, and `ListLogs`, allowing a user to view, delete and write logs."],["Users can implement custom behavior by injecting mock objects into tests, with `MockLoggingServiceV2Connection` available for mocking, and the `MakeLoggingServiceV2Connection()` function is available for concrete class creation."],["The page also provides Async features, including AsyncTailLogEntries() and AsyncWriteLogEntries() to be able to work concurrently with the logs."]]],[]]