|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| HttpsHealthChecksResource (ComputeService *service) | |
| ~HttpsHealthChecksResource () | |
| HttpsHealthChecksResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &https_health_check) const |
| HttpsHealthChecksResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &https_health_check) const |
| HttpsHealthChecksResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const HttpsHealthCheck &_content_) const |
| HttpsHealthChecksResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| HttpsHealthChecksResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| HttpsHealthChecksResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &https_health_check, const HttpsHealthCheck &_content_) const |
| HttpsHealthChecksResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &https_health_check, const HttpsHealthCheck &_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.
| HttpsHealthChecksResource_DeleteMethod * google_compute_api::ComputeService::HttpsHealthChecksResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | https_health_check | ||
| ) | const |
Creates a new HttpsHealthChecksResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | https_health_check | Name of the HttpsHealthCheck resource to delete. |
Execute the method instance, then destroy it when they are finished. | HttpsHealthChecksResource_GetMethod * google_compute_api::ComputeService::HttpsHealthChecksResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | https_health_check | ||
| ) | const |
Creates a new HttpsHealthChecksResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | https_health_check | Name of the HttpsHealthCheck resource to return. |
Execute the method instance, then destroy it when they are finished. | HttpsHealthChecksResource_InsertMethod * google_compute_api::ComputeService::HttpsHealthChecksResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const HttpsHealthCheck & | _content_ | ||
| ) | const |
Creates a new HttpsHealthChecksResource_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. | HttpsHealthChecksResource_ListMethod * google_compute_api::ComputeService::HttpsHealthChecksResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new HttpsHealthChecksResource_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. | HttpsHealthChecksResource_ListMethodPager * google_compute_api::ComputeService::HttpsHealthChecksResource::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. |
| HttpsHealthChecksResource_PatchMethod * google_compute_api::ComputeService::HttpsHealthChecksResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | https_health_check, | ||
| const HttpsHealthCheck & | _content_ | ||
| ) | const |
Creates a new HttpsHealthChecksResource_PatchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | https_health_check | Name of the HttpsHealthCheck resource to patch. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | HttpsHealthChecksResource_UpdateMethod * google_compute_api::ComputeService::HttpsHealthChecksResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | https_health_check, | ||
| const HttpsHealthCheck & | _content_ | ||
| ) | const |
Creates a new HttpsHealthChecksResource_UpdateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | https_health_check | Name of the HttpsHealthCheck resource to update. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.