This interface defines virtual methods for each of the user-facing overload sets in TranscoderServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TranscoderServiceClient.
[[["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 document outlines the `TranscoderServiceConnection` object, which works in conjunction with `TranscoderServiceClient` for video transcoding operations."],["The interface provides virtual methods that mirror the user-facing overload sets in `TranscoderServiceClient`, allowing for custom behavior injection during testing."],["Users can create a concrete instance of `TranscoderServiceConnection` using `MakeTranscoderServiceConnection()`, and mocking is supported via `MockTranscoderServiceConnection`."],["The document details numerous virtual functions within `TranscoderServiceConnection`, such as `CreateJob`, `ListJobs`, `GetJob`, `DeleteJob`, `CreateJobTemplate`, `ListJobTemplates`, `GetJobTemplate`, and `DeleteJobTemplate`."],["Each method takes a specific request object as a parameter and either returns a `Status` or `StatusOr` object, or a `StreamRange` object."]]],[]]