This interface defines virtual methods for each of the user-facing overload sets in LicensesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type LicensesClient.
To create a concrete instance, see MakeLicensesConnection().
[[["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-15 UTC."],[[["This document outlines the `LicensesConnection` interface for `LicensesClient`, which provides virtual methods for managing license-related operations in Google Cloud Compute."],["The `LicensesConnection` class allows for the injection of custom behavior in tests, enabling users to mock objects and customize functionality with a class like `MockLicensesConnection`."],["It supports various functions such as `DeleteLicense`, `GetLicense`, `GetIamPolicy`, `InsertLicense`, `ListLicenses`, `SetIamPolicy`, and `TestIamPermissions`, each with specific parameter and return types."],["The latest version of this api is `2.37.0-rc` and the page specifically covers version `2.28.0` with the documentation going all the way back to version `2.15.1`."],["`LicensesConnection` works with `LicensesClient` and is used to define virtual methods for each of the user facing overload sets, it also provides ways to create a concrete instance or mock for testing."]]],[]]