Classes
CompanyServiceClient
A service that handles company management, including CRUD and enumeration.
CompanyServiceConnection
The CompanyServiceConnection
object for CompanyServiceClient
.
CompanyServiceConnectionIdempotencyPolicy
CompanyServiceLimitedErrorCountRetryPolicy
A retry policy for CompanyServiceConnection
based on counting errors.
CompanyServiceLimitedTimeRetryPolicy
A retry policy for CompanyServiceConnection
based on elapsed time.
CompanyServiceRetryPolicy
The retry policy for CompanyServiceConnection
.
CompletionClient
A service handles auto completion.
CompletionConnection
The CompletionConnection
object for CompletionClient
.
CompletionConnectionIdempotencyPolicy
CompletionLimitedErrorCountRetryPolicy
A retry policy for CompletionConnection
based on counting errors.
CompletionLimitedTimeRetryPolicy
A retry policy for CompletionConnection
based on elapsed time.
CompletionRetryPolicy
The retry policy for CompletionConnection
.
EventServiceClient
A service handles client event report.
EventServiceConnection
The EventServiceConnection
object for EventServiceClient
.
EventServiceConnectionIdempotencyPolicy
EventServiceLimitedErrorCountRetryPolicy
A retry policy for EventServiceConnection
based on counting errors.
EventServiceLimitedTimeRetryPolicy
A retry policy for EventServiceConnection
based on elapsed time.
EventServiceRetryPolicy
The retry policy for EventServiceConnection
.
JobServiceClient
A service handles job management, including job CRUD, enumeration and search.
JobServiceConnection
The JobServiceConnection
object for JobServiceClient
.
JobServiceConnectionIdempotencyPolicy
JobServiceLimitedErrorCountRetryPolicy
A retry policy for JobServiceConnection
based on counting errors.
JobServiceLimitedTimeRetryPolicy
A retry policy for JobServiceConnection
based on elapsed time.
JobServiceRetryPolicy
The retry policy for JobServiceConnection
.
TenantServiceClient
A service that handles tenant management, including CRUD and enumeration.
TenantServiceConnection
The TenantServiceConnection
object for TenantServiceClient
.
TenantServiceConnectionIdempotencyPolicy
TenantServiceLimitedErrorCountRetryPolicy
A retry policy for TenantServiceConnection
based on counting errors.
TenantServiceLimitedTimeRetryPolicy
A retry policy for TenantServiceConnection
based on elapsed time.
TenantServiceRetryPolicy
The retry policy for TenantServiceConnection
.
Structs
CompanyServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CompanyServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CompanyServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
CompletionBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CompletionConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CompletionRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
EventServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
EventServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
EventServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
JobServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
JobServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
JobServicePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
JobServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
TenantServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
TenantServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
TenantServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeCompanyServiceConnection(Options)
A factory function to construct an object of type CompanyServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CompanyServiceClient .
The optional options
argument may be used to configure aspects of the returned CompanyServiceConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< CompanyServiceConnection >
MakeDefaultCompanyServiceConnectionIdempotencyPolicy()
std::unique_ptr< CompanyServiceConnectionIdempotencyPolicy >
MakeCompletionConnection(Options)
A factory function to construct an object of type CompletionConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CompletionClient .
The optional options
argument may be used to configure aspects of the returned CompletionConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< CompletionConnection >
MakeDefaultCompletionConnectionIdempotencyPolicy()
std::unique_ptr< CompletionConnectionIdempotencyPolicy >
MakeEventServiceConnection(Options)
A factory function to construct an object of type EventServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of EventServiceClient .
The optional options
argument may be used to configure aspects of the returned EventServiceConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< EventServiceConnection >
MakeDefaultEventServiceConnectionIdempotencyPolicy()
std::unique_ptr< EventServiceConnectionIdempotencyPolicy >
MakeJobServiceConnection(Options)
A factory function to construct an object of type JobServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of JobServiceClient .
The optional options
argument may be used to configure aspects of the returned JobServiceConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< JobServiceConnection >
MakeDefaultJobServiceConnectionIdempotencyPolicy()
std::unique_ptr< JobServiceConnectionIdempotencyPolicy >
MakeTenantServiceConnection(Options)
A factory function to construct an object of type TenantServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of TenantServiceClient .
The optional options
argument may be used to configure aspects of the returned TenantServiceConnection
. Expected options are any of the types in the following option lists:
options
std::shared_ptr< TenantServiceConnection >
MakeDefaultTenantServiceConnectionIdempotencyPolicy()
std::unique_ptr< TenantServiceConnectionIdempotencyPolicy >