Namespace google::cloud::logging_v2 (2.12.0)

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 LoggingServiceV2Connection created by this function.

Returns
Type Description
std::shared_ptr< LoggingServiceV2Connection >

MakeDefaultLoggingServiceV2ConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< LoggingServiceV2ConnectionIdempotencyPolicy >

Type Aliases

LoggingServiceV2RetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< logging_v2_internal::LoggingServiceV2RetryTraits >

LoggingServiceV2LimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< logging_v2_internal::LoggingServiceV2RetryTraits >

LoggingServiceV2LimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< logging_v2_internal::LoggingServiceV2RetryTraits >

LoggingServiceV2PolicyOptionList

Alias Of: OptionList< LoggingServiceV2RetryPolicyOption, LoggingServiceV2BackoffPolicyOption, LoggingServiceV2ConnectionIdempotencyPolicyOption >

The options applicable to LoggingServiceV2.