compute
v1
|
#include <compute_service.h>
Public Member Functions | |
RegionAutoscalersResource (ComputeService *service) | |
~RegionAutoscalersResource () | |
RegionAutoscalersResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &autoscaler) const |
RegionAutoscalersResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &autoscaler) const |
RegionAutoscalersResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const Autoscaler &_content_) const |
RegionAutoscalersResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
RegionAutoscalersResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
RegionAutoscalersResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const Autoscaler &_content_) const |
RegionAutoscalersResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const Autoscaler &_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.
RegionAutoscalersResource_DeleteMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | autoscaler | ||
) | const |
Creates a new RegionAutoscalersResource_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 | Name of the region scoping this request. |
[in] | autoscaler | Name of the autoscaler to delete. |
Execute
the method instance, then destroy it when they are finished. RegionAutoscalersResource_GetMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const absl::string_view & | autoscaler | ||
) | const |
Creates a new RegionAutoscalersResource_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 | Name of the region scoping this request. |
[in] | autoscaler | Name of the autoscaler to return. |
Execute
the method instance, then destroy it when they are finished. RegionAutoscalersResource_InsertMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const Autoscaler & | _content_ | ||
) | const |
Creates a new RegionAutoscalersResource_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 | Name of the region scoping this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. RegionAutoscalersResource_ListMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region | ||
) | const |
Creates a new RegionAutoscalersResource_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 | Name of the region scoping this request. |
Execute
the method instance, then destroy it when they are finished. RegionAutoscalersResource_ListMethodPager * google_compute_api::ComputeService::RegionAutoscalersResource::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 | Name of the region scoping this request. |
RegionAutoscalersResource_PatchMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const Autoscaler & | _content_ | ||
) | const |
Creates a new RegionAutoscalersResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. RegionAutoscalersResource_UpdateMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | region, | ||
const Autoscaler & | _content_ | ||
) | const |
Creates a new RegionAutoscalersResource_UpdateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | region | Name of the region scoping this request. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.