bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
[](std::string const& keyfile){ auto is = std::ifstream(keyfile); is.exceptions(std::ios::badbit);// Minimal error handling in examples auto contents = std::string(std::istreambuf_iterator<char>(is.rdbuf()),{}); auto options = google::cloud::Options{}.set<google::cloud::UnifiedCredentialsOption>( google::cloud::MakeServiceAccountCredentials(contents)); return google::cloud::gkemulticloud_v1::AzureClustersClient( google::cloud::gkemulticloud_v1::MakeAzureClustersConnection( "us-west1"/* regional service region */, options)); }
[[["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-14 UTC."],[[["This page provides access to the C++ client library documentation for Google Kubernetes Engine (GKE) Multi-Cloud on Azure, specifically for the `AzureClustersClient` service account."],["The latest release candidate (rc) version available is 2.37.0-rc, and it is featured at the top."],["The content includes a comprehensive list of versioned documentation for the `AzureClustersClient`, ranging from version 2.11.0 up to the latest 2.37.0-rc."],["There is an example code snippet available on the page, demonstrating how to override the `gkemulticloud_v1::AzureClustersClient` authentication defaults, by setting options with the use of a keyfile."],["All versions of the documentation provided, are linked to the `gkemulticloud_v1_1_1AzureClustersClient-service-account-snippet`."]]],[]]