Class NetworkEdgeSecurityServicesConnection (2.15.1)

This interface defines virtual methods for each of the user-facing overload sets in NetworkEdgeSecurityServicesClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type NetworkEdgeSecurityServicesClient.

To create a concrete instance, see MakeNetworkEdgeSecurityServicesConnection().

For mocking, see compute_network_edge_security_services_v1_mocks::MockNetworkEdgeSecurityServicesConnection.

Functions

virtual options()

Returns
Type Description
Options

virtual AggregatedListNetworkEdgeSecurityServices(google::cloud::cpp::compute::network_edge_security_services::v1::AggregatedListNetworkEdgeSecurityServicesRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::network_edge_security_services::v1::AggregatedListNetworkEdgeSecurityServicesRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::NetworkEdgeSecurityServiceAggregatedList >

virtual DeleteNetworkEdgeSecurityServices(google::cloud::cpp::compute::network_edge_security_services::v1::DeleteNetworkEdgeSecurityServicesRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::network_edge_security_services::v1::DeleteNetworkEdgeSecurityServicesRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual GetNetworkEdgeSecurityServices(google::cloud::cpp::compute::network_edge_security_services::v1::GetNetworkEdgeSecurityServicesRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::network_edge_security_services::v1::GetNetworkEdgeSecurityServicesRequest const &
Returns
Type Description
StatusOr< google::cloud::cpp::compute::v1::NetworkEdgeSecurityService >

virtual InsertNetworkEdgeSecurityServices(google::cloud::cpp::compute::network_edge_security_services::v1::InsertNetworkEdgeSecurityServicesRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::network_edge_security_services::v1::InsertNetworkEdgeSecurityServicesRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >

virtual PatchNetworkEdgeSecurityServices(google::cloud::cpp::compute::network_edge_security_services::v1::PatchNetworkEdgeSecurityServicesRequest const &)

Parameter
Name Description
request google::cloud::cpp::compute::network_edge_security_services::v1::PatchNetworkEdgeSecurityServicesRequest const &
Returns
Type Description
future< StatusOr< google::cloud::cpp::compute::v1::Operation > >