Class AttachedClustersConnection (2.16.0)

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

To create a concrete instance, see MakeAttachedClustersConnection().

For mocking, see gkemulticloud_v1_mocks::MockAttachedClustersConnection.

Functions

virtual options()

Returns
Type Description
Options

virtual CreateAttachedCluster(google::cloud::gkemulticloud::v1::CreateAttachedClusterRequest const &)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::CreateAttachedClusterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::gkemulticloud::v1::AttachedCluster > >

virtual UpdateAttachedCluster(google::cloud::gkemulticloud::v1::UpdateAttachedClusterRequest const &)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::UpdateAttachedClusterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::gkemulticloud::v1::AttachedCluster > >

virtual ImportAttachedCluster(google::cloud::gkemulticloud::v1::ImportAttachedClusterRequest const &)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::ImportAttachedClusterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::gkemulticloud::v1::AttachedCluster > >

virtual GetAttachedCluster(google::cloud::gkemulticloud::v1::GetAttachedClusterRequest const &)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::GetAttachedClusterRequest const &
Returns
Type Description
StatusOr< google::cloud::gkemulticloud::v1::AttachedCluster >

virtual ListAttachedClusters(google::cloud::gkemulticloud::v1::ListAttachedClustersRequest)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::ListAttachedClustersRequest
Returns
Type Description
StreamRange< google::cloud::gkemulticloud::v1::AttachedCluster >

virtual DeleteAttachedCluster(google::cloud::gkemulticloud::v1::DeleteAttachedClusterRequest const &)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::DeleteAttachedClusterRequest const &
Returns
Type Description
future< StatusOr< google::cloud::gkemulticloud::v1::OperationMetadata > >

virtual GetAttachedServerConfig(google::cloud::gkemulticloud::v1::GetAttachedServerConfigRequest const &)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::GetAttachedServerConfigRequest const &
Returns
Type Description
StatusOr< google::cloud::gkemulticloud::v1::AttachedServerConfig >

virtual GenerateAttachedClusterInstallManifest(google::cloud::gkemulticloud::v1::GenerateAttachedClusterInstallManifestRequest const &)

Parameter
Name Description
request google::cloud::gkemulticloud::v1::GenerateAttachedClusterInstallManifestRequest const &
Returns
Type Description
StatusOr< google::cloud::gkemulticloud::v1::GenerateAttachedClusterInstallManifestResponse >