Classes
LoggingServiceV2Client
Service for ingesting and querying logs.
LoggingServiceV2Connection
The LoggingServiceV2Connection
object for LoggingServiceV2Client
.
LoggingServiceV2ConnectionIdempotencyPolicy
Structs
LoggingServiceV2BackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
LoggingServiceV2ConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
LoggingServiceV2RetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeLoggingServiceV2Connection(Options)
A factory function to construct an object of type LoggingServiceV2Connection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LoggingServiceV2Client.
The optional options
argument may be used to configure aspects of the returned LoggingServiceV2Connection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< LoggingServiceV2Connection > |
MakeDefaultLoggingServiceV2ConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< LoggingServiceV2ConnectionIdempotencyPolicy > |
Type Aliases
LoggingServiceV2RetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< logging_v2_internal::LoggingServiceV2RetryTraits >
LoggingServiceV2LimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< logging_v2_internal::LoggingServiceV2RetryTraits >
LoggingServiceV2LimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< logging_v2_internal::LoggingServiceV2RetryTraits >
LoggingServiceV2PolicyOptionList
OptionList< LoggingServiceV2RetryPolicyOption, LoggingServiceV2BackoffPolicyOption, LoggingServiceV2ConnectionIdempotencyPolicyOption >
The options applicable to LoggingServiceV2.