bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// This configuration is common with Private Google Access: // https://cloud.google.com/vpc/docs/private-google-access auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>( "private.googleapis.com"); auto client = google::cloud::bigquerycontrol_v2::ProjectServiceClient( google::cloud::bigquerycontrol_v2::MakeProjectServiceConnectionRest( 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-05-02 UTC."],[[["This webpage documents different versions of the `bigquerycontrol` C++ library, specifically detailing versions from 2.27.0 to the latest release candidate 2.37.0-rc."],["Each listed version, such as 2.36.0, 2.35.0, and others, links to documentation about the `bigquerycontrol_v2_1_1ProjectServiceClient-endpoint-snippet` for that particular release."],["The provided code snippet demonstrates how to override the default endpoint configuration for `bigquerycontrol_v2::ProjectServiceClient`, to use a custom endpoint such as `private.googleapis.com`."],["The code snippet is commonly used for private google access and provides an example implementation."]]],[]]