compute
v1
|
#include <compute_service.h>
Public Member Functions | |
AutoscalersResource (ComputeService *service) | |
~AutoscalersResource () | |
AutoscalersResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
AutoscalersResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
AutoscalersResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &autoscaler) const |
AutoscalersResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &autoscaler) const |
AutoscalersResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const Autoscaler &_content_) const |
AutoscalersResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const |
AutoscalersResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const |
AutoscalersResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const Autoscaler &_content_) const |
AutoscalersResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, 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.
AutoscalersResource_AggregatedListMethod * google_compute_api::ComputeService::AutoscalersResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new AutoscalersResource_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. AutoscalersResource_AggregatedListMethodPager * google_compute_api::ComputeService::AutoscalersResource::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. |
AutoscalersResource_DeleteMethod * google_compute_api::ComputeService::AutoscalersResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | autoscaler | ||
) | const |
Creates a new AutoscalersResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | Name of the zone for this request. |
[in] | autoscaler | Name of the autoscaler to delete. |
Execute
the method instance, then destroy it when they are finished. AutoscalersResource_GetMethod * google_compute_api::ComputeService::AutoscalersResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const absl::string_view & | autoscaler | ||
) | const |
Creates a new AutoscalersResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | Name of the zone for this request. |
[in] | autoscaler | Name of the autoscaler to return. |
Execute
the method instance, then destroy it when they are finished. AutoscalersResource_InsertMethod * google_compute_api::ComputeService::AutoscalersResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const Autoscaler & | _content_ | ||
) | const |
Creates a new AutoscalersResource_InsertMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | Name of the zone for this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. AutoscalersResource_ListMethod * google_compute_api::ComputeService::AutoscalersResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone | ||
) | const |
Creates a new AutoscalersResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | Name of the zone for this request. |
Execute
the method instance, then destroy it when they are finished. AutoscalersResource_ListMethodPager * google_compute_api::ComputeService::AutoscalersResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone | ||
) | 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] | zone | Name of the zone for this request. |
AutoscalersResource_PatchMethod * google_compute_api::ComputeService::AutoscalersResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const Autoscaler & | _content_ | ||
) | const |
Creates a new AutoscalersResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | Name of the zone for this request. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. AutoscalersResource_UpdateMethod * google_compute_api::ComputeService::AutoscalersResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | zone, | ||
const Autoscaler & | _content_ | ||
) | const |
Creates a new AutoscalersResource_UpdateMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | zone | Name of the zone for this request. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.