Namespace google::cloud::compute_network_edge_security_services_v1 (2.21.0)

Classes

NetworkEdgeSecurityServicesClient

Service for the networkEdgeSecurityServices resource.

NetworkEdgeSecurityServicesConnection

The NetworkEdgeSecurityServicesConnection object for NetworkEdgeSecurityServicesClient.

NetworkEdgeSecurityServicesConnectionIdempotencyPolicy

NetworkEdgeSecurityServicesLimitedErrorCountRetryPolicy

A retry policy for NetworkEdgeSecurityServicesConnection based on counting errors.

NetworkEdgeSecurityServicesLimitedTimeRetryPolicy

A retry policy for NetworkEdgeSecurityServicesConnection based on elapsed time.

NetworkEdgeSecurityServicesRetryPolicy

The retry policy for NetworkEdgeSecurityServicesConnection.

Structs

NetworkEdgeSecurityServicesBackoffPolicyOption

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

NetworkEdgeSecurityServicesConnectionIdempotencyPolicyOption

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

NetworkEdgeSecurityServicesPollingPolicyOption

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

NetworkEdgeSecurityServicesRetryPolicyOption

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

Functions

MakeDefaultNetworkEdgeSecurityServicesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< NetworkEdgeSecurityServicesConnectionIdempotencyPolicy >

MakeNetworkEdgeSecurityServicesConnectionRest(Options)

A factory function to construct an object of type NetworkEdgeSecurityServicesConnection 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 NetworkEdgeSecurityServicesClient.

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

Parameter
NameDescription
options

(optional) Configure the NetworkEdgeSecurityServicesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< NetworkEdgeSecurityServicesConnection >

Type Aliases

NetworkEdgeSecurityServicesPolicyOptionList

Alias Of: OptionList< NetworkEdgeSecurityServicesRetryPolicyOption, NetworkEdgeSecurityServicesBackoffPolicyOption, NetworkEdgeSecurityServicesPollingPolicyOption, NetworkEdgeSecurityServicesConnectionIdempotencyPolicyOption >

The options applicable to NetworkEdgeSecurityServices.