|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| NodeTemplatesResource (ComputeService *service) | |
| ~NodeTemplatesResource () | |
| NodeTemplatesResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| NodeTemplatesResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| NodeTemplatesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &node_template) const |
| NodeTemplatesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &node_template) const |
| NodeTemplatesResource_GetIamPolicyMethod * | NewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &resource) const |
| NodeTemplatesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const NodeTemplate &_content_) const |
| NodeTemplatesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
| NodeTemplatesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
| NodeTemplatesResource_SetIamPolicyMethod * | NewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &resource, const RegionSetPolicyRequest &_content_) const |
| NodeTemplatesResource_TestIamPermissionsMethod * | NewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, 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.
| NodeTemplatesResource_AggregatedListMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new NodeTemplatesResource_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. | NodeTemplatesResource_AggregatedListMethodPager * google_compute_api::ComputeService::NodeTemplatesResource::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. |
| NodeTemplatesResource_DeleteMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const absl::string_view & | node_template | ||
| ) | const |
Creates a new NodeTemplatesResource_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 | The name of the region for this request. |
| [in] | node_template | Name of the NodeTemplate resource to delete. |
Execute the method instance, then destroy it when they are finished. | NodeTemplatesResource_GetIamPolicyMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewGetIamPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const absl::string_view & | resource | ||
| ) | const |
Creates a new NodeTemplatesResource_GetIamPolicyMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | region | The name of the region 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. | NodeTemplatesResource_GetMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const absl::string_view & | node_template | ||
| ) | const |
Creates a new NodeTemplatesResource_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 | The name of the region for this request. |
| [in] | node_template | Name of the node template to return. |
Execute the method instance, then destroy it when they are finished. | NodeTemplatesResource_InsertMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const NodeTemplate & | _content_ | ||
| ) | const |
Creates a new NodeTemplatesResource_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 | The 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. | NodeTemplatesResource_ListMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region | ||
| ) | const |
Creates a new NodeTemplatesResource_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 | The name of the region for this request. |
Execute the method instance, then destroy it when they are finished. | NodeTemplatesResource_ListMethodPager * google_compute_api::ComputeService::NodeTemplatesResource::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 | The name of the region for this request. |
| NodeTemplatesResource_SetIamPolicyMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewSetIamPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const absl::string_view & | resource, | ||
| const RegionSetPolicyRequest & | _content_ | ||
| ) | const |
Creates a new NodeTemplatesResource_SetIamPolicyMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | region | The name of the region 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. | NodeTemplatesResource_TestIamPermissionsMethod * google_compute_api::ComputeService::NodeTemplatesResource::NewTestIamPermissionsMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const absl::string_view & | resource, | ||
| const TestPermissionsRequest & | _content_ | ||
| ) | const |
Creates a new NodeTemplatesResource_TestIamPermissionsMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | region | The name of the region 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.