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

#include <compute_service.h>

Public Member Functions

 NodeGroupsResource (ComputeService *service)
 
 ~NodeGroupsResource ()
 
NodeGroupsResource_AddNodesMethodNewAddNodesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group, const NodeGroupsAddNodesRequest &_content_) const
 
NodeGroupsResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
NodeGroupsResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
NodeGroupsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group) const
 
NodeGroupsResource_DeleteNodesMethodNewDeleteNodesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group, const NodeGroupsDeleteNodesRequest &_content_) const
 
NodeGroupsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group) const
 
NodeGroupsResource_GetIamPolicyMethodNewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &resource) const
 
NodeGroupsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const int32 &initial_node_count, const NodeGroup &_content_) const
 
NodeGroupsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
NodeGroupsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
NodeGroupsResource_ListNodesMethodNewListNodesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group) const
 
NodeGroupsResource_ListNodesMethodPager * NewListNodesMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group) const
 
NodeGroupsResource_SetIamPolicyMethodNewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &resource, const ZoneSetPolicyRequest &_content_) const
 
NodeGroupsResource_SetNodeTemplateMethodNewSetNodeTemplateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group, const NodeGroupsSetNodeTemplateRequest &_content_) const
 
NodeGroupsResource_TestIamPermissionsMethodNewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &resource, const TestPermissionsRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ NodeGroupsResource()

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

◆ ~NodeGroupsResource()

google_compute_api::ComputeService::NodeGroupsResource::~NodeGroupsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAddNodesMethod()

NodeGroupsResource_AddNodesMethod * google_compute_api::ComputeService::NodeGroupsResource::NewAddNodesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  node_group,
const NodeGroupsAddNodesRequest _content_ 
) const

Creates a new NodeGroupsResource_AddNodesMethod 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 for this request.
[in]node_groupName of the NodeGroup resource.
[in]<em>content</em>The data object to addNodes.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewAggregatedListMethod()

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

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

NodeGroupsResource_AggregatedListMethodPager * google_compute_api::ComputeService::NodeGroupsResource::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()

NodeGroupsResource_DeleteMethod * google_compute_api::ComputeService::NodeGroupsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  node_group 
) const

Creates a new NodeGroupsResource_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 for this request.
[in]node_groupName of the NodeGroup resource to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteNodesMethod()

NodeGroupsResource_DeleteNodesMethod * google_compute_api::ComputeService::NodeGroupsResource::NewDeleteNodesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  node_group,
const NodeGroupsDeleteNodesRequest _content_ 
) const

Creates a new NodeGroupsResource_DeleteNodesMethod 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 for this request.
[in]node_groupName of the NodeGroup resource to delete.
[in]<em>content</em>The data object to deleteNodes.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetIamPolicyMethod()

NodeGroupsResource_GetIamPolicyMethod * google_compute_api::ComputeService::NodeGroupsResource::NewGetIamPolicyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  resource 
) const

Creates a new NodeGroupsResource_GetIamPolicyMethod 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 for this request.
[in]resourceName or id of the resource for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

NodeGroupsResource_GetMethod * google_compute_api::ComputeService::NodeGroupsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  node_group 
) const

Creates a new NodeGroupsResource_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 for this request.
[in]node_groupName of the node group to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

NodeGroupsResource_InsertMethod * google_compute_api::ComputeService::NodeGroupsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const int32 &  initial_node_count,
const NodeGroup _content_ 
) const

Creates a new NodeGroupsResource_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 for this request.
[in]initial_node_countInitial count of nodes in the node 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.

◆ NewListMethod()

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

Creates a new NodeGroupsResource_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 for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

NodeGroupsResource_ListMethodPager * google_compute_api::ComputeService::NodeGroupsResource::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 for this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewListNodesMethod()

NodeGroupsResource_ListNodesMethod * google_compute_api::ComputeService::NodeGroupsResource::NewListNodesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  node_group 
) const

Creates a new NodeGroupsResource_ListNodesMethod 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 for this request.
[in]node_groupName of the NodeGroup resource whose nodes you want to list.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListNodesMethodPager()

NodeGroupsResource_ListNodesMethodPager * google_compute_api::ComputeService::NodeGroupsResource::NewListNodesMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  node_group 
) 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 for this request.
[in]node_groupName of the NodeGroup resource whose nodes you want to list.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewSetIamPolicyMethod()

NodeGroupsResource_SetIamPolicyMethod * google_compute_api::ComputeService::NodeGroupsResource::NewSetIamPolicyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  resource,
const ZoneSetPolicyRequest _content_ 
) const

Creates a new NodeGroupsResource_SetIamPolicyMethod 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 for this request.
[in]resourceName or id of the resource for this request.
[in]<em>content</em>The data object to setIamPolicy.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetNodeTemplateMethod()

NodeGroupsResource_SetNodeTemplateMethod * google_compute_api::ComputeService::NodeGroupsResource::NewSetNodeTemplateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  node_group,
const NodeGroupsSetNodeTemplateRequest _content_ 
) const

Creates a new NodeGroupsResource_SetNodeTemplateMethod 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 for this request.
[in]node_groupName of the NodeGroup resource to update.
[in]<em>content</em>The data object to setNodeTemplate.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewTestIamPermissionsMethod()

NodeGroupsResource_TestIamPermissionsMethod * google_compute_api::ComputeService::NodeGroupsResource::NewTestIamPermissionsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  resource,
const TestPermissionsRequest _content_ 
) const

Creates a new NodeGroupsResource_TestIamPermissionsMethod 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 for this request.
[in]resourceName or id of the resource for this request.
[in]<em>content</em>The data object to testIamPermissions.
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: