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

#include <compute_service.h>

Public Member Functions

 InstanceGroupsResource (ComputeService *service)
 
 ~InstanceGroupsResource ()
 
InstanceGroupsResource_AddInstancesMethodNewAddInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsAddInstancesRequest &_content_) const
 
InstanceGroupsResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InstanceGroupsResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
InstanceGroupsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group) const
 
InstanceGroupsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group) const
 
InstanceGroupsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const InstanceGroup &_content_) const
 
InstanceGroupsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
InstanceGroupsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
InstanceGroupsResource_ListInstancesMethodNewListInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsListInstancesRequest &_content_) const
 
InstanceGroupsResource_ListInstancesMethodPager * NewListInstancesMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsListInstancesRequest &_content_) const
 
InstanceGroupsResource_RemoveInstancesMethodNewRemoveInstancesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsRemoveInstancesRequest &_content_) const
 
InstanceGroupsResource_SetNamedPortsMethodNewSetNamedPortsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &instance_group, const InstanceGroupsSetNamedPortsRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ InstanceGroupsResource()

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

◆ ~InstanceGroupsResource()

google_compute_api::ComputeService::InstanceGroupsResource::~InstanceGroupsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAddInstancesMethod()

InstanceGroupsResource_AddInstancesMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewAddInstancesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group,
const InstanceGroupsAddInstancesRequest _content_ 
) const

Creates a new InstanceGroupsResource_AddInstancesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the instance group is located.
[in]instance_groupThe name of the instance group where you are adding instances.
[in]<em>content</em>The data object to addInstances.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewAggregatedListMethod()

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

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

InstanceGroupsResource_AggregatedListMethodPager * google_compute_api::ComputeService::InstanceGroupsResource::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()

InstanceGroupsResource_DeleteMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group 
) const

Creates a new InstanceGroupsResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the instance group is located.
[in]instance_groupThe name of the instance group to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

InstanceGroupsResource_GetMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group 
) const

Creates a new InstanceGroupsResource_GetMethod instance.

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

◆ NewInsertMethod()

InstanceGroupsResource_InsertMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const InstanceGroup _content_ 
) const

Creates a new InstanceGroupsResource_InsertMethod instance.

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

◆ NewListInstancesMethod()

InstanceGroupsResource_ListInstancesMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewListInstancesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group,
const InstanceGroupsListInstancesRequest _content_ 
) const

Creates a new InstanceGroupsResource_ListInstancesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the instance group is located.
[in]instance_groupThe name of the instance group from which you want to generate a list of included instances.
[in]<em>content</em>The data object to listInstances.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListInstancesMethodPager()

InstanceGroupsResource_ListInstancesMethodPager * google_compute_api::ComputeService::InstanceGroupsResource::NewListInstancesMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group,
const InstanceGroupsListInstancesRequest _content_ 
) 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]zoneThe name of the zone where the instance group is located.
[in]instance_groupThe name of the instance group from which you want to generate a list of included instances.
[in]<em>content</em>The data object to listInstances.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewListMethod()

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

Creates a new InstanceGroupsResource_ListMethod instance.

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

◆ NewListMethodPager()

InstanceGroupsResource_ListMethodPager * google_compute_api::ComputeService::InstanceGroupsResource::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]zoneThe name of the zone where the instance group is located.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewRemoveInstancesMethod()

InstanceGroupsResource_RemoveInstancesMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewRemoveInstancesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group,
const InstanceGroupsRemoveInstancesRequest _content_ 
) const

Creates a new InstanceGroupsResource_RemoveInstancesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the instance group is located.
[in]instance_groupThe name of the instance group where the specified instances will be removed.
[in]<em>content</em>The data object to removeInstances.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetNamedPortsMethod()

InstanceGroupsResource_SetNamedPortsMethod * google_compute_api::ComputeService::InstanceGroupsResource::NewSetNamedPortsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  instance_group,
const InstanceGroupsSetNamedPortsRequest _content_ 
) const

Creates a new InstanceGroupsResource_SetNamedPortsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneThe name of the zone where the instance group is located.
[in]instance_groupThe name of the instance group where the named ports are updated.
[in]<em>content</em>The data object to setNamedPorts.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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