|
reseller
v1
|
#include <reseller_service.h>
Public Member Functions | |
| CustomersResource (ResellerService *service) | |
| ~CustomersResource () | |
| CustomersResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &customer_id) const |
| CustomersResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const Customer &_content_) const |
| CustomersResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &customer_id, const Customer &_content_) const |
| CustomersResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &customer_id, const Customer &_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.
| CustomersResource_GetMethod * google_reseller_api::ResellerService::CustomersResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | customer_id | ||
| ) | const |
Creates a new CustomersResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | customer_id | Either 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. |
Execute the method instance, then destroy it when they are finished. | CustomersResource_InsertMethod * google_reseller_api::ResellerService::CustomersResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const Customer & | _content_ | ||
| ) | const |
Creates a new CustomersResource_InsertMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | customer_id | Either 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. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | customer_id | Either 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. |
Execute the method instance, then destroy it when they are finished.