androidenterprise  v1
Public Member Functions | List of all members
google_androidenterprise_api::AndroidEnterpriseService::ServiceaccountkeysResource Class Reference

#include <android_enterprise_service.h>

Public Member Functions

 ServiceaccountkeysResource (AndroidEnterpriseService *service)
 
 ~ServiceaccountkeysResource ()
 
ServiceaccountkeysResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &key_id) const
 
ServiceaccountkeysResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const ServiceAccountKey &_content_) const
 
ServiceaccountkeysResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ServiceaccountkeysResource()

google_androidenterprise_api::AndroidEnterpriseService::ServiceaccountkeysResource::ServiceaccountkeysResource ( AndroidEnterpriseService 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.

◆ ~ServiceaccountkeysResource()

google_androidenterprise_api::AndroidEnterpriseService::ServiceaccountkeysResource::~ServiceaccountkeysResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

ServiceaccountkeysResource_DeleteMethod * google_androidenterprise_api::AndroidEnterpriseService::ServiceaccountkeysResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  key_id 
) const

Creates a new ServiceaccountkeysResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]key_idThe ID of the key.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

ServiceaccountkeysResource_InsertMethod * google_androidenterprise_api::AndroidEnterpriseService::ServiceaccountkeysResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const ServiceAccountKey _content_ 
) const

Creates a new ServiceaccountkeysResource_InsertMethod instance.

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

◆ NewListMethod()

ServiceaccountkeysResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::ServiceaccountkeysResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id 
) const

Creates a new ServiceaccountkeysResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
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: