|
cloudbilling
v1
|
#include <cloudbilling_service.h>
Classes | |
| class | SkusResource |
Public Member Functions | |
| ServicesResource (CloudbillingService *service) | |
| ~ServicesResource () | |
| const SkusResource & | get_skus () const |
| ServicesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) const |
| ServicesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_) 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.
|
inline |
Gets the skus resource method factory.
| ServicesResource_ListMethod * google_cloudbilling_api::CloudbillingService::ServicesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new ServicesResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | ServicesResource_ListMethodPager * google_cloudbilling_api::CloudbillingService::ServicesResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |