compute
v1
|
#include <compute_service.h>
Public Member Functions | |
InstanceTemplatesResource (ComputeService *service) | |
~InstanceTemplatesResource () | |
InstanceTemplatesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance_template) const |
InstanceTemplatesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance_template) const |
InstanceTemplatesResource_GetIamPolicyMethod * | NewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource) const |
InstanceTemplatesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const InstanceTemplate &_content_) const |
InstanceTemplatesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
InstanceTemplatesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
InstanceTemplatesResource_SetIamPolicyMethod * | NewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const GlobalSetPolicyRequest &_content_) const |
InstanceTemplatesResource_TestIamPermissionsMethod * | NewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, 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.
InstanceTemplatesResource_DeleteMethod * google_compute_api::ComputeService::InstanceTemplatesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | instance_template | ||
) | const |
Creates a new InstanceTemplatesResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | instance_template | The name of the instance template to delete. |
Execute
the method instance, then destroy it when they are finished. InstanceTemplatesResource_GetIamPolicyMethod * google_compute_api::ComputeService::InstanceTemplatesResource::NewGetIamPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | resource | ||
) | const |
Creates a new InstanceTemplatesResource_GetIamPolicyMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID 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. InstanceTemplatesResource_GetMethod * google_compute_api::ComputeService::InstanceTemplatesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | instance_template | ||
) | const |
Creates a new InstanceTemplatesResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | instance_template | The name of the instance template. |
Execute
the method instance, then destroy it when they are finished. InstanceTemplatesResource_InsertMethod * google_compute_api::ComputeService::InstanceTemplatesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const InstanceTemplate & | _content_ | ||
) | const |
Creates a new InstanceTemplatesResource_InsertMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. InstanceTemplatesResource_ListMethod * google_compute_api::ComputeService::InstanceTemplatesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new InstanceTemplatesResource_ListMethod 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. InstanceTemplatesResource_ListMethodPager * google_compute_api::ComputeService::InstanceTemplatesResource::NewListMethodPager | ( | 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. |
InstanceTemplatesResource_SetIamPolicyMethod * google_compute_api::ComputeService::InstanceTemplatesResource::NewSetIamPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | resource, | ||
const GlobalSetPolicyRequest & | _content_ | ||
) | const |
Creates a new InstanceTemplatesResource_SetIamPolicyMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID 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. InstanceTemplatesResource_TestIamPermissionsMethod * google_compute_api::ComputeService::InstanceTemplatesResource::NewTestIamPermissionsMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | resource, | ||
const TestPermissionsRequest & | _content_ | ||
) | const |
Creates a new InstanceTemplatesResource_TestIamPermissionsMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID 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.