reseller  v1
Public Member Functions | List of all members
google_reseller_api::ResellerService::CustomersResource Class Reference

#include <reseller_service.h>

Public Member Functions

 CustomersResource (ResellerService *service)
 
 ~CustomersResource ()
 
CustomersResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &customer_id) const
 
CustomersResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const Customer &_content_) const
 
CustomersResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &customer_id, const Customer &_content_) const
 
CustomersResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &customer_id, const Customer &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ CustomersResource()

google_reseller_api::ResellerService::CustomersResource::CustomersResource ( ResellerService 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.

◆ ~CustomersResource()

google_reseller_api::ResellerService::CustomersResource::~CustomersResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

CustomersResource_GetMethod * google_reseller_api::ResellerService::CustomersResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  customer_id 
) const

Creates a new CustomersResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]customer_idEither the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

CustomersResource_InsertMethod * google_reseller_api::ResellerService::CustomersResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const Customer _content_ 
) const

Creates a new CustomersResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewPatchMethod()

CustomersResource_PatchMethod * google_reseller_api::ResellerService::CustomersResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  customer_id,
const Customer _content_ 
) const

Creates a new CustomersResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]customer_idEither the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

CustomersResource_UpdateMethod * google_reseller_api::ResellerService::CustomersResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  customer_id,
const Customer _content_ 
) const

Creates a new CustomersResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]customer_idEither the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates.
[in]<em>content</em>The data object to update.
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: