|
androidenterprise
v1
|
#include <android_enterprise_service.h>
Public Member Functions | |
| ServiceaccountkeysResource (AndroidEnterpriseService *service) | |
| ~ServiceaccountkeysResource () | |
| ServiceaccountkeysResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &key_id) const |
| ServiceaccountkeysResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const ServiceAccountKey &_content_) const |
| ServiceaccountkeysResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) 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.
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | key_id | The ID of the key. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | ServiceaccountkeysResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::ServiceaccountkeysResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id | ||
| ) | const |
Creates a new ServiceaccountkeysResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
Execute the method instance, then destroy it when they are finished.