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

#include <compute_service.h>

Public Member Functions

 TargetInstancesResource (ComputeService *service)
 
 ~TargetInstancesResource ()
 
TargetInstancesResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetInstancesResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetInstancesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &target_instance) const
 
TargetInstancesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &target_instance) const
 
TargetInstancesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const TargetInstance &_content_) const
 
TargetInstancesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
TargetInstancesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ TargetInstancesResource()

google_compute_api::ComputeService::TargetInstancesResource::TargetInstancesResource ( 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.

◆ ~TargetInstancesResource()

google_compute_api::ComputeService::TargetInstancesResource::~TargetInstancesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAggregatedListMethod()

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

Creates a new TargetInstancesResource_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()

TargetInstancesResource_AggregatedListMethodPager * google_compute_api::ComputeService::TargetInstancesResource::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()

TargetInstancesResource_DeleteMethod * google_compute_api::ComputeService::TargetInstancesResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  target_instance 
) const

Creates a new TargetInstancesResource_DeleteMethod instance.

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

◆ NewGetMethod()

TargetInstancesResource_GetMethod * google_compute_api::ComputeService::TargetInstancesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  target_instance 
) const

Creates a new TargetInstancesResource_GetMethod instance.

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

◆ NewInsertMethod()

TargetInstancesResource_InsertMethod * google_compute_api::ComputeService::TargetInstancesResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const TargetInstance _content_ 
) const

Creates a new TargetInstancesResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneName of the zone scoping 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()

TargetInstancesResource_ListMethod * google_compute_api::ComputeService::TargetInstancesResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone 
) const

Creates a new TargetInstancesResource_ListMethod instance.

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

◆ NewListMethodPager()

TargetInstancesResource_ListMethodPager * google_compute_api::ComputeService::TargetInstancesResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone 
) 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]zoneName of the zone scoping this request.
See also
googleapis::googleapis::ServiceRequestPager

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