compute
v1
|
#include <compute_service.h>
Public Member Functions | |
NodeGroupsResource (ComputeService *service) | |
~NodeGroupsResource () | |
NodeGroupsResource_AddNodesMethod * | NewAddNodesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group, const NodeGroupsAddNodesRequest &_content_) const |
NodeGroupsResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
NodeGroupsResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
NodeGroupsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group) const |
NodeGroupsResource_DeleteNodesMethod * | NewDeleteNodesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group, const NodeGroupsDeleteNodesRequest &_content_) const |
NodeGroupsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group) const |
NodeGroupsResource_GetIamPolicyMethod * | NewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &resource) const |
NodeGroupsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const int32 &initial_node_count, const NodeGroup &_content_) const |
NodeGroupsResource_ListMethod * | NewListMethod (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_ListNodesMethod * | NewListNodesMethod (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_SetIamPolicyMethod * | NewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &resource, const ZoneSetPolicyRequest &_content_) const |
NodeGroupsResource_SetNodeTemplateMethod * | NewSetNodeTemplateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &node_group, const NodeGroupsSetNodeTemplateRequest &_content_) const |
NodeGroupsResource_TestIamPermissionsMethod * | NewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &resource, const TestPermissionsRequest &_content_) 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.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | node_group | Name of the NodeGroup resource. |
[in] | <em>content</em> | The data object to addNodes. |
Execute
the method instance, then destroy it when they are finished. NodeGroupsResource_AggregatedListMethod * google_compute_api::ComputeService::NodeGroupsResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new NodeGroupsResource_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. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | node_group | Name of the NodeGroup resource to delete. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | node_group | Name of the NodeGroup resource to delete. |
[in] | <em>content</em> | The data object to deleteNodes. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | resource | Name or id of the resource for this request. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | node_group | Name of the node group to return. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | initial_node_count | Initial count of nodes in the node group. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | node_group | Name of the NodeGroup resource whose nodes you want to list. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | node_group | Name of the NodeGroup resource whose nodes you want to list. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | resource | Name or id of the resource for this request. |
[in] | <em>content</em> | The data object to setIamPolicy. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | node_group | Name of the NodeGroup resource to update. |
[in] | <em>content</em> | The data object to setNodeTemplate. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | The name of the zone for this request. |
[in] | resource | Name or id of the resource for this request. |
[in] | <em>content</em> | The data object to testIamPermissions. |
Execute
the method instance, then destroy it when they are finished.