|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| ImagesResource (ComputeService *service) | |
| ~ImagesResource () | |
| ImagesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &image) const |
| ImagesResource_DeprecateMethod * | NewDeprecateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &image, const DeprecationStatus &_content_) const |
| ImagesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &image) const |
| ImagesResource_GetFromFamilyMethod * | NewGetFromFamilyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &family) const |
| ImagesResource_GetIamPolicyMethod * | NewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource) const |
| ImagesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const Image &_content_) const |
| ImagesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| ImagesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| ImagesResource_SetIamPolicyMethod * | NewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const GlobalSetPolicyRequest &_content_) const |
| ImagesResource_SetLabelsMethod * | NewSetLabelsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const GlobalSetLabelsRequest &_content_) const |
| ImagesResource_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.
| ImagesResource_DeleteMethod * google_compute_api::ComputeService::ImagesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | image | ||
| ) | const |
Creates a new ImagesResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | image | Name of the image resource to delete. |
Execute the method instance, then destroy it when they are finished. | ImagesResource_DeprecateMethod * google_compute_api::ComputeService::ImagesResource::NewDeprecateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | image, | ||
| const DeprecationStatus & | _content_ | ||
| ) | const |
Creates a new ImagesResource_DeprecateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | image | Image name. |
| [in] | <em>content</em> | The data object to deprecate. |
Execute the method instance, then destroy it when they are finished. | ImagesResource_GetFromFamilyMethod * google_compute_api::ComputeService::ImagesResource::NewGetFromFamilyMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | family | ||
| ) | const |
Creates a new ImagesResource_GetFromFamilyMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | family | Name of the image family to search for. |
Execute the method instance, then destroy it when they are finished. | ImagesResource_GetIamPolicyMethod * google_compute_api::ComputeService::ImagesResource::NewGetIamPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | resource | ||
| ) | const |
Creates a new ImagesResource_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. | ImagesResource_GetMethod * google_compute_api::ComputeService::ImagesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | image | ||
| ) | const |
Creates a new ImagesResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | image | Name of the image resource to return. |
Execute the method instance, then destroy it when they are finished. | ImagesResource_InsertMethod * google_compute_api::ComputeService::ImagesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const Image & | _content_ | ||
| ) | const |
Creates a new ImagesResource_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. | ImagesResource_ListMethod * google_compute_api::ComputeService::ImagesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new ImagesResource_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. | ImagesResource_ListMethodPager * google_compute_api::ComputeService::ImagesResource::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. |
| ImagesResource_SetIamPolicyMethod * google_compute_api::ComputeService::ImagesResource::NewSetIamPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | resource, | ||
| const GlobalSetPolicyRequest & | _content_ | ||
| ) | const |
Creates a new ImagesResource_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. | ImagesResource_SetLabelsMethod * google_compute_api::ComputeService::ImagesResource::NewSetLabelsMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | resource, | ||
| const GlobalSetLabelsRequest & | _content_ | ||
| ) | const |
Creates a new ImagesResource_SetLabelsMethod 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 setLabels. |
Execute the method instance, then destroy it when they are finished. | ImagesResource_TestIamPermissionsMethod * google_compute_api::ComputeService::ImagesResource::NewTestIamPermissionsMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | resource, | ||
| const TestPermissionsRequest & | _content_ | ||
| ) | const |
Creates a new ImagesResource_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.