|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| FirewallsResource (ComputeService *service) | |
| ~FirewallsResource () | |
| FirewallsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &firewall) const |
| FirewallsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &firewall) const |
| FirewallsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const Firewall &_content_) const |
| FirewallsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| FirewallsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| FirewallsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &firewall, const Firewall &_content_) const |
| FirewallsResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &firewall, const Firewall &_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.
| FirewallsResource_DeleteMethod * google_compute_api::ComputeService::FirewallsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | firewall | ||
| ) | const |
Creates a new FirewallsResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | firewall | Name of the firewall rule to delete. |
Execute the method instance, then destroy it when they are finished. | FirewallsResource_GetMethod * google_compute_api::ComputeService::FirewallsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | firewall | ||
| ) | const |
Creates a new FirewallsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | firewall | Name of the firewall rule to return. |
Execute the method instance, then destroy it when they are finished. | FirewallsResource_InsertMethod * google_compute_api::ComputeService::FirewallsResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const Firewall & | _content_ | ||
| ) | const |
Creates a new FirewallsResource_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. | FirewallsResource_ListMethod * google_compute_api::ComputeService::FirewallsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new FirewallsResource_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. | FirewallsResource_ListMethodPager * google_compute_api::ComputeService::FirewallsResource::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. |
| FirewallsResource_PatchMethod * google_compute_api::ComputeService::FirewallsResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | firewall, | ||
| const Firewall & | _content_ | ||
| ) | const |
Creates a new FirewallsResource_PatchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | firewall | Name of the firewall rule to patch. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | FirewallsResource_UpdateMethod * google_compute_api::ComputeService::FirewallsResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | firewall, | ||
| const Firewall & | _content_ | ||
| ) | const |
Creates a new FirewallsResource_UpdateMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | firewall | Name of the firewall rule to update. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.