-
Notifications
You must be signed in to change notification settings - Fork 444
Expand file tree
/
Copy pathmain.dox
More file actions
44 lines (32 loc) · 1.61 KB
/
main.dox
File metadata and controls
44 lines (32 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*!
@mainpage Web Risk API C++ Client Library
An idiomatic C++ client library for
[Web Risk](https://cloud.google.com/web-risk/), a service to detect malicious
URLs on your website and in client applications.
While this library is **GA**, please note Google Cloud C++ client libraries do **not** follow [Semantic Versioning](https://semver.org/).
@tableofcontents{HTML:2}
## Quickstart
The following shows the code that you'll run in the
`google/cloud/webrisk/quickstart/` directory,
which should give you a taste of the Web Risk API C++ client library API.
@snippet quickstart.cc all
## Main classes
<!-- inject-client-list-start -->
The main class in this library is
[`webrisk_v1::WebRiskServiceClient`](@ref google::cloud::webrisk_v1::WebRiskServiceClient). All RPCs are exposed
as member functions of this class. Other classes provide helpers, configuration
parameters, and infrastructure to mock
[`webrisk_v1::WebRiskServiceClient`](@ref google::cloud::webrisk_v1::WebRiskServiceClient) when testing your
application.
<!-- inject-client-list-end -->
## More Information
- @ref common-error-handling - describes how the library reports errors.
- @ref webrisk-override-endpoint - describes how to override the default
endpoint.
- @ref webrisk-override-authentication - describes how to change the
authentication credentials used by the library.
- @ref webrisk-override-retry - describes how to change the default retry
policies.
- @ref webrisk-env - describes environment variables that can configure the behavior of the library.
- @ref webrisk-override-universe-domain - describes how to override the default universe domain.
*/