[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis webpage provides documentation and links for various versions of the \u003ccode\u003ecompute_networks_v1_1_1NetworksClient\u003c/code\u003e component, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc.\u003c/p\u003e\n"],["\u003cp\u003eEach version listed offers access to specific documentation related to the \u003ccode\u003eNetworksClient-service-account-snippet\u003c/code\u003e, enabling users to review the features and code samples from each build.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage demonstrates how to override the default authentication settings for \u003ccode\u003ecompute_networks_v1::NetworksClient\u003c/code\u003e using a service account keyfile.\u003c/p\u003e\n"],["\u003cp\u003eThe example code snippet illustrates how to read a service account keyfile, set it as credentials using \u003ccode\u003eUnifiedCredentialsOption\u003c/code\u003e, and use it for a \u003ccode\u003eNetworksClient\u003c/code\u003e instance with the \u003ccode\u003eMakeNetworksConnectionRest\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["Version 2.18.0keyboard_arrow_down\n\n- [2.42.0-rc (latest)](/cpp/docs/reference/compute/latest/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.41.0](/cpp/docs/reference/compute/2.41.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.40.0](/cpp/docs/reference/compute/2.40.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.39.0](/cpp/docs/reference/compute/2.39.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.38.0](/cpp/docs/reference/compute/2.38.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.37.0](/cpp/docs/reference/compute/2.37.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.36.0](/cpp/docs/reference/compute/2.36.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.35.0](/cpp/docs/reference/compute/2.35.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.34.0](/cpp/docs/reference/compute/2.34.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.33.0](/cpp/docs/reference/compute/2.33.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.32.0](/cpp/docs/reference/compute/2.32.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.31.0](/cpp/docs/reference/compute/2.31.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.30.0](/cpp/docs/reference/compute/2.30.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.29.0](/cpp/docs/reference/compute/2.29.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.28.0](/cpp/docs/reference/compute/2.28.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.27.0](/cpp/docs/reference/compute/2.27.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.26.0](/cpp/docs/reference/compute/2.26.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.25.1](/cpp/docs/reference/compute/2.25.1/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.24.0](/cpp/docs/reference/compute/2.24.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.23.0](/cpp/docs/reference/compute/2.23.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.22.1](/cpp/docs/reference/compute/2.22.1/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.21.0](/cpp/docs/reference/compute/2.21.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.20.0](/cpp/docs/reference/compute/2.20.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.19.0](/cpp/docs/reference/compute/2.19.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.18.0](/cpp/docs/reference/compute/2.18.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.17.0](/cpp/docs/reference/compute/2.17.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.16.0](/cpp/docs/reference/compute/2.16.0/compute_networks_v1_1_1NetworksClient-service-account-snippet)\n- [2.15.1](/cpp/docs/reference/compute/2.15.1/compute_networks_v1_1_1NetworksClient-service-account-snippet) \n\nOverride compute_networks_v1::NetworksClient Authentication Defaults\n====================================================================\n\n [](std::string const& keyfile) {\n auto is = std::ifstream(keyfile);\n is.exceptions(std::ios::badbit); // Minimal error handling in examples\n auto contents = std::string(std::istreambuf_iterator\u003cchar\u003e(is.rdbuf()), {});\n auto options =\n google::cloud::Options{}.set\u003cgoogle::cloud::UnifiedCredentialsOption\u003e(\n google::cloud::MakeServiceAccountCredentials(contents));\n return google::cloud::compute_networks_v1::NetworksClient(\n google::cloud::compute_networks_v1::MakeNetworksConnectionRest(\n options));\n }"]]