Namespace google::cloud::workloadmanager_v1 (3.3.0-rc)

Classes

WorkloadManagerClient

The Workload Manager provides various tools to deploy, validate and observe your workloads running on Google Cloud.

WorkloadManagerConnection

The WorkloadManagerConnection object for WorkloadManagerClient.

WorkloadManagerConnectionIdempotencyPolicy

WorkloadManagerLimitedErrorCountRetryPolicy

A retry policy for WorkloadManagerConnection based on counting errors.

WorkloadManagerLimitedTimeRetryPolicy

A retry policy for WorkloadManagerConnection based on elapsed time.

WorkloadManagerRetryPolicy

The retry policy for WorkloadManagerConnection.

Structs

WorkloadManagerBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

WorkloadManagerConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

WorkloadManagerPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

WorkloadManagerRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeWorkloadManagerConnection(Options)

A factory function to construct an object of type WorkloadManagerConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of WorkloadManagerClient.

The optional options argument may be used to configure aspects of the returned WorkloadManagerConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options Options

(optional) Configure the WorkloadManagerConnection created by this function.

Returns
Type Description
std::shared_ptr< WorkloadManagerConnection >

MakeDefaultWorkloadManagerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< WorkloadManagerConnectionIdempotencyPolicy >