admin  directory_v1
Classes | Public Member Functions | List of all members
Google.Apis.Admin.Directory.directory_v1.UsersResource.PhotosResource Class Reference

The "photos" collection of methods. More...

Classes

class  DeleteRequest
 Remove photos for the user More...
 
class  GetRequest
 Retrieve photo of a user More...
 
class  PatchRequest
 Add a photo for the user. This method supports patch semantics. More...
 
class  UpdateRequest
 Add a photo for the user More...
 

Public Member Functions

 PhotosResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual DeleteRequest Delete (string userKey)
 Remove photos for the user More...
 
virtual GetRequest Get (string userKey)
 Retrieve photo of a user More...
 
virtual PatchRequest Patch (Google.Apis.Admin.Directory.directory_v1.Data.UserPhoto body, string userKey)
 Add a photo for the user. This method supports patch semantics. More...
 
virtual UpdateRequest Update (Google.Apis.Admin.Directory.directory_v1.Data.UserPhoto body, string userKey)
 Add a photo for the user More...
 

Detailed Description

The "photos" collection of methods.

Constructor & Destructor Documentation

◆ PhotosResource()

Google.Apis.Admin.Directory.directory_v1.UsersResource.PhotosResource.PhotosResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Delete()

virtual DeleteRequest Google.Apis.Admin.Directory.directory_v1.UsersResource.PhotosResource.Delete ( string  userKey)
inlinevirtual

Remove photos for the user

Parameters
userKeyEmail or immutable ID of the user

◆ Get()

virtual GetRequest Google.Apis.Admin.Directory.directory_v1.UsersResource.PhotosResource.Get ( string  userKey)
inlinevirtual

Retrieve photo of a user

Parameters
userKeyEmail or immutable ID of the user

◆ Patch()

virtual PatchRequest Google.Apis.Admin.Directory.directory_v1.UsersResource.PhotosResource.Patch ( Google.Apis.Admin.Directory.directory_v1.Data.UserPhoto  body,
string  userKey 
)
inlinevirtual

Add a photo for the user. This method supports patch semantics.

Parameters
bodyThe body of the request.
userKeyEmail or immutable ID of the user

◆ Update()

virtual UpdateRequest Google.Apis.Admin.Directory.directory_v1.UsersResource.PhotosResource.Update ( Google.Apis.Admin.Directory.directory_v1.Data.UserPhoto  body,
string  userKey 
)
inlinevirtual

Add a photo for the user

Parameters
bodyThe body of the request.
userKeyEmail or immutable ID of the user

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