Namespace google::cloud::compute_image_family_views_v1 (2.17.0)

Classes

ImageFamilyViewsClient

Service for the imageFamilyViews resource.

ImageFamilyViewsConnection

The ImageFamilyViewsConnection object for ImageFamilyViewsClient.

ImageFamilyViewsConnectionIdempotencyPolicy

ImageFamilyViewsLimitedErrorCountRetryPolicy

A retry policy for ImageFamilyViewsConnection based on counting errors.

ImageFamilyViewsLimitedTimeRetryPolicy

A retry policy for ImageFamilyViewsConnection based on elapsed time.

ImageFamilyViewsRetryPolicy

The retry policy for ImageFamilyViewsConnection.

Structs

ImageFamilyViewsBackoffPolicyOption

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

ImageFamilyViewsConnectionIdempotencyPolicyOption

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

ImageFamilyViewsRetryPolicyOption

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

Functions

MakeDefaultImageFamilyViewsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< ImageFamilyViewsConnectionIdempotencyPolicy >

MakeImageFamilyViewsConnectionRest(Options)

A factory function to construct an object of type ImageFamilyViewsConnection that uses REST over HTTP as transport in lieu of gRPC.

REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.

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

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

Parameter
Name Description
options

(optional) Configure the ImageFamilyViewsConnection created by this function.

Returns
Type Description
std::shared_ptr< ImageFamilyViewsConnection >

Type Aliases

ImageFamilyViewsPolicyOptionList

Alias Of: OptionList< ImageFamilyViewsRetryPolicyOption, ImageFamilyViewsBackoffPolicyOption, ImageFamilyViewsConnectionIdempotencyPolicyOption >

The options applicable to ImageFamilyViews.