|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| AddressesResource (ComputeService *service) | |
| ~AddressesResource () | |
| AddressesResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| AddressesResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| AddressesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &address) const |
| AddressesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const absl::string_view &address) const |
| AddressesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion, const Address &_content_) const |
| AddressesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) const |
| AddressesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view ®ion) 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.
| AddressesResource_AggregatedListMethod * google_compute_api::ComputeService::AddressesResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new AddressesResource_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. | AddressesResource_AggregatedListMethodPager * google_compute_api::ComputeService::AddressesResource::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. |
| AddressesResource_DeleteMethod * google_compute_api::ComputeService::AddressesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const absl::string_view & | address | ||
| ) | const |
Creates a new AddressesResource_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 for this request. |
| [in] | address | Name of the address resource to delete. |
Execute the method instance, then destroy it when they are finished. | AddressesResource_GetMethod * google_compute_api::ComputeService::AddressesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const absl::string_view & | address | ||
| ) | const |
Creates a new AddressesResource_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 for this request. |
| [in] | address | Name of the address resource to return. |
Execute the method instance, then destroy it when they are finished. | AddressesResource_InsertMethod * google_compute_api::ComputeService::AddressesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region, | ||
| const Address & | _content_ | ||
| ) | const |
Creates a new AddressesResource_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 for this request. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | AddressesResource_ListMethod * google_compute_api::ComputeService::AddressesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | region | ||
| ) | const |
Creates a new AddressesResource_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 for this request. |
Execute the method instance, then destroy it when they are finished. | AddressesResource_ListMethodPager * google_compute_api::ComputeService::AddressesResource::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 for this request. |