cloudbilling  v1
Public Member Functions | List of all members
google_cloudbilling_api::CloudbillingService::ProjectsResource Class Reference

#include <cloudbilling_service.h>

Public Member Functions

 ProjectsResource (CloudbillingService *service)
 
 ~ProjectsResource ()
 
ProjectsResource_GetBillingInfoMethodNewGetBillingInfoMethod (client::AuthorizationCredential *_credential_, const absl::string_view &name) const
 
ProjectsResource_UpdateBillingInfoMethodNewUpdateBillingInfoMethod (client::AuthorizationCredential *_credential_, const absl::string_view &name, const ProjectBillingInfo &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ProjectsResource()

google_cloudbilling_api::CloudbillingService::ProjectsResource::ProjectsResource ( CloudbillingService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~ProjectsResource()

google_cloudbilling_api::CloudbillingService::ProjectsResource::~ProjectsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetBillingInfoMethod()

ProjectsResource_GetBillingInfoMethod * google_cloudbilling_api::CloudbillingService::ProjectsResource::NewGetBillingInfoMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  name 
) const

Creates a new ProjectsResource_GetBillingInfoMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]nameRequired. The resource name of the project for which billing information is retrieved. For example, projects/tokyo-rain-123.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateBillingInfoMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]nameRequired. 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.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

The documentation for this class was generated from the following files: