google-cloud-edgecontainer-v1 1.8.0

Google Cloud Client Libraries for Rust - Distributed Cloud Edge Container API
Documentation
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Code generated by sidekick. DO NOT EDIT.
use crate::Result;

/// Implements a [EdgeContainer](super::stub::EdgeContainer) decorator for logging and tracing.
#[derive(Clone, Debug)]
pub struct EdgeContainer<T>
where
    T: super::stub::EdgeContainer + std::fmt::Debug + Send + Sync,
{
    inner: T,
}

impl<T> EdgeContainer<T>
where
    T: super::stub::EdgeContainer + std::fmt::Debug + Send + Sync,
{
    pub fn new(inner: T) -> Self {
        Self { inner }
    }
}

impl<T> super::stub::EdgeContainer for EdgeContainer<T>
where
    T: super::stub::EdgeContainer + std::fmt::Debug + Send + Sync,
{
    #[tracing::instrument(ret)]
    async fn list_clusters(
        &self,
        req: crate::model::ListClustersRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::ListClustersResponse>> {
        self.inner.list_clusters(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn get_cluster(
        &self,
        req: crate::model::GetClusterRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::Cluster>> {
        self.inner.get_cluster(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn create_cluster(
        &self,
        req: crate::model::CreateClusterRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.create_cluster(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn update_cluster(
        &self,
        req: crate::model::UpdateClusterRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.update_cluster(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn upgrade_cluster(
        &self,
        req: crate::model::UpgradeClusterRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.upgrade_cluster(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn delete_cluster(
        &self,
        req: crate::model::DeleteClusterRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.delete_cluster(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn generate_access_token(
        &self,
        req: crate::model::GenerateAccessTokenRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::GenerateAccessTokenResponse>> {
        self.inner.generate_access_token(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn generate_offline_credential(
        &self,
        req: crate::model::GenerateOfflineCredentialRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::GenerateOfflineCredentialResponse>> {
        self.inner.generate_offline_credential(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn list_node_pools(
        &self,
        req: crate::model::ListNodePoolsRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::ListNodePoolsResponse>> {
        self.inner.list_node_pools(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn get_node_pool(
        &self,
        req: crate::model::GetNodePoolRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::NodePool>> {
        self.inner.get_node_pool(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn create_node_pool(
        &self,
        req: crate::model::CreateNodePoolRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.create_node_pool(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn update_node_pool(
        &self,
        req: crate::model::UpdateNodePoolRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.update_node_pool(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn delete_node_pool(
        &self,
        req: crate::model::DeleteNodePoolRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.delete_node_pool(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn list_machines(
        &self,
        req: crate::model::ListMachinesRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::ListMachinesResponse>> {
        self.inner.list_machines(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn get_machine(
        &self,
        req: crate::model::GetMachineRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::Machine>> {
        self.inner.get_machine(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn list_vpn_connections(
        &self,
        req: crate::model::ListVpnConnectionsRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::ListVpnConnectionsResponse>> {
        self.inner.list_vpn_connections(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn get_vpn_connection(
        &self,
        req: crate::model::GetVpnConnectionRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::VpnConnection>> {
        self.inner.get_vpn_connection(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn create_vpn_connection(
        &self,
        req: crate::model::CreateVpnConnectionRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.create_vpn_connection(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn delete_vpn_connection(
        &self,
        req: crate::model::DeleteVpnConnectionRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.delete_vpn_connection(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn get_server_config(
        &self,
        req: crate::model::GetServerConfigRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<crate::model::ServerConfig>> {
        self.inner.get_server_config(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn list_locations(
        &self,
        req: google_cloud_location::model::ListLocationsRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_location::model::ListLocationsResponse>> {
        self.inner.list_locations(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn get_location(
        &self,
        req: google_cloud_location::model::GetLocationRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_location::model::Location>> {
        self.inner.get_location(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn list_operations(
        &self,
        req: google_cloud_longrunning::model::ListOperationsRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::ListOperationsResponse>> {
        self.inner.list_operations(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn get_operation(
        &self,
        req: google_cloud_longrunning::model::GetOperationRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<google_cloud_longrunning::model::Operation>> {
        self.inner.get_operation(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn delete_operation(
        &self,
        req: google_cloud_longrunning::model::DeleteOperationRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<()>> {
        self.inner.delete_operation(req, options).await
    }

    #[tracing::instrument(ret)]
    async fn cancel_operation(
        &self,
        req: google_cloud_longrunning::model::CancelOperationRequest,
        options: crate::RequestOptions,
    ) -> Result<crate::Response<()>> {
        self.inner.cancel_operation(req, options).await
    }

    fn get_polling_error_policy(
        &self,
        options: &crate::RequestOptions,
    ) -> std::sync::Arc<dyn google_cloud_gax::polling_error_policy::PollingErrorPolicy> {
        self.inner.get_polling_error_policy(options)
    }

    fn get_polling_backoff_policy(
        &self,
        options: &crate::RequestOptions,
    ) -> std::sync::Arc<dyn google_cloud_gax::polling_backoff_policy::PollingBackoffPolicy> {
        self.inner.get_polling_backoff_policy(options)
    }
}