compute  v1
Public Member Functions | List of all members
google_compute_api::ComputeService::VpnTunnelsResource Class Reference

#include <compute_service.h>

Public Member Functions

 VpnTunnelsResource (ComputeService *service)
 
 ~VpnTunnelsResource ()
 
VpnTunnelsResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
VpnTunnelsResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
VpnTunnelsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &vpn_tunnel) const
 
VpnTunnelsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &vpn_tunnel) const
 
VpnTunnelsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const VpnTunnel &_content_) const
 
VpnTunnelsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
VpnTunnelsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ VpnTunnelsResource()

google_compute_api::ComputeService::VpnTunnelsResource::VpnTunnelsResource ( ComputeService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~VpnTunnelsResource()

google_compute_api::ComputeService::VpnTunnelsResource::~VpnTunnelsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAggregatedListMethod()

VpnTunnelsResource_AggregatedListMethod * google_compute_api::ComputeService::VpnTunnelsResource::NewAggregatedListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new VpnTunnelsResource_AggregatedListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewAggregatedListMethodPager()

VpnTunnelsResource_AggregatedListMethodPager * google_compute_api::ComputeService::VpnTunnelsResource::NewAggregatedListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectProject ID for this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewDeleteMethod()

VpnTunnelsResource_DeleteMethod * google_compute_api::ComputeService::VpnTunnelsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  vpn_tunnel 
) const

Creates a new VpnTunnelsResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
[in]vpn_tunnelName of the VpnTunnel resource to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

VpnTunnelsResource_GetMethod * google_compute_api::ComputeService::VpnTunnelsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  vpn_tunnel 
) const

Creates a new VpnTunnelsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
[in]vpn_tunnelName of the VpnTunnel resource to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

VpnTunnelsResource_InsertMethod * google_compute_api::ComputeService::VpnTunnelsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const VpnTunnel _content_ 
) const

Creates a new VpnTunnelsResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

VpnTunnelsResource_ListMethod * google_compute_api::ComputeService::VpnTunnelsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) const

Creates a new VpnTunnelsResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

VpnTunnelsResource_ListMethodPager * google_compute_api::ComputeService::VpnTunnelsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region for this request.
See also
googleapis::googleapis::ServiceRequestPager

The documentation for this class was generated from the following files: