[](std::string const& keyfile) {
auto is = std::ifstream(keyfile);
is.exceptions(std::ios::badbit);
auto contents = std::string(std::istreambuf_iterator<char>(is.rdbuf()), {});
auto options =
}
Options & set(ValueTypeT< T > v)
Service for managing knowledge Documents.
Definition: documents_client.h:67
std::shared_ptr< Credentials > MakeServiceAccountCredentials(std::string json_object, Options opts={})
std::shared_ptr< DocumentsConnection > MakeDocumentsConnection(std::string const &location, Options options={})
A factory function to construct an object of type DocumentsConnection.