compute
v1
|
#include <compute_service.h>
Public Member Functions | |
TargetVpnGatewaysResource (ComputeService *service) | |
~TargetVpnGatewaysResource () | |
TargetVpnGatewaysResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetVpnGatewaysResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetVpnGatewaysResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_vpn_gateway) const |
TargetVpnGatewaysResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &target_vpn_gateway) const |
TargetVpnGatewaysResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const TargetVpnGateway &_content_) const |
TargetVpnGatewaysResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
TargetVpnGatewaysResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
TargetVpnGatewaysResource_AggregatedListMethod * google_compute_api::ComputeService::TargetVpnGatewaysResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new TargetVpnGatewaysResource_AggregatedListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
Execute
the method instance, then destroy it when they are finished. TargetVpnGatewaysResource_AggregatedListMethodPager * google_compute_api::ComputeService::TargetVpnGatewaysResource::NewAggregatedListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
TargetVpnGatewaysResource_DeleteMethod * google_compute_api::ComputeService::TargetVpnGatewaysResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | target_vpn_gateway | ||
) | const |
Creates a new TargetVpnGatewaysResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
[in] | target_vpn_gateway | Name of the target VPN gateway to delete. |
Execute
the method instance, then destroy it when they are finished. TargetVpnGatewaysResource_GetMethod * google_compute_api::ComputeService::TargetVpnGatewaysResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | target_vpn_gateway | ||
) | const |
Creates a new TargetVpnGatewaysResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
[in] | target_vpn_gateway | Name of the target VPN gateway to return. |
Execute
the method instance, then destroy it when they are finished. TargetVpnGatewaysResource_InsertMethod * google_compute_api::ComputeService::TargetVpnGatewaysResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const TargetVpnGateway & | _content_ | ||
) | const |
Creates a new TargetVpnGatewaysResource_InsertMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. TargetVpnGatewaysResource_ListMethod * google_compute_api::ComputeService::TargetVpnGatewaysResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region | ||
) | const |
Creates a new TargetVpnGatewaysResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |
Execute
the method instance, then destroy it when they are finished. TargetVpnGatewaysResource_ListMethodPager * google_compute_api::ComputeService::TargetVpnGatewaysResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region for this request. |