Notebooks API C++ Client 2.10.1
A C++ Client Library for the Notebooks API
Loading...
Searching...
No Matches
Override notebooks_v1::ManagedNotebookServiceClient Authentication Defaults
[](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 =
options));
}
Options & set(ValueTypeT< T > v)
API v1 service for Managed Notebooks.
Definition: managed_notebook_client.h:62
std::shared_ptr< Credentials > MakeServiceAccountCredentials(std::string json_object, Options opts={})
std::shared_ptr< ManagedNotebookServiceConnection > MakeManagedNotebookServiceConnection(Options options={})
A factory function to construct an object of type ManagedNotebookServiceConnection.