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-03-21 UTC."],[[["The webpage provides documentation and reference information for various versions of the `bigquerycontrol` service, ranging from version 2.27.0 to the latest release candidate, 2.37.0-rc."],["Each listed version links to specific documentation on the `bigquerycontrol_v2_1_1ProjectServiceClient-endpoint-snippet`, allowing developers to access details relevant to that release."],["The content highlights how to override the default endpoint configuration for `bigquerycontrol_v2::ProjectServiceClient` to use \"private.googleapis.com,\" which is commonly used with Private Google Access."],["The code snippet provides an example of setting the `EndpointOption` to `private.googleapis.com`, then making a `ProjectServiceClient` with that as a parameter, showing how the override is executed."]]],[]]