|
cloudbilling
v1
|
#include <cloudbilling_service.h>
Public Member Functions | |
| ProjectsResource (CloudbillingService *service) | |
| ~ProjectsResource () | |
| ProjectsResource_GetBillingInfoMethod * | NewGetBillingInfoMethod (client::AuthorizationCredential *_credential_, const absl::string_view &name) const |
| ProjectsResource_UpdateBillingInfoMethod * | NewUpdateBillingInfoMethod (client::AuthorizationCredential *_credential_, const absl::string_view &name, const ProjectBillingInfo &_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.
| ProjectsResource_GetBillingInfoMethod * google_cloudbilling_api::CloudbillingService::ProjectsResource::NewGetBillingInfoMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | name | ||
| ) | const |
Creates a new ProjectsResource_GetBillingInfoMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | name | Required. The resource name of the project for which billing information is retrieved. For example, projects/tokyo-rain-123. |
Execute the method instance, then destroy it when they are finished. | ProjectsResource_UpdateBillingInfoMethod * google_cloudbilling_api::CloudbillingService::ProjectsResource::NewUpdateBillingInfoMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | name, | ||
| const ProjectBillingInfo & | _content_ | ||
| ) | const |
Creates a new ProjectsResource_UpdateBillingInfoMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | name | Required. The resource name of the project associated with the billing information that you want to update. For example, projects/tokyo-rain-123. |
| [in] | <em>content</em> | The data object to updateBillingInfo. |
Execute the method instance, then destroy it when they are finished.