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

The "domains" collection of methods. More...

Classes

class  DeleteRequest
 Deletes a domain of the customer. More...
 
class  GetRequest
 Retrieves a domain of the customer. More...
 
class  InsertRequest
 Inserts a domain of the customer. More...
 
class  ListRequest
 Lists the domains of the customer. More...
 

Public Member Functions

 DomainsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual DeleteRequest Delete (string customer, string domainName)
 Deletes a domain of the customer. More...
 
virtual GetRequest Get (string customer, string domainName)
 Retrieves a domain of the customer. More...
 
virtual InsertRequest Insert (Google.Apis.Admin.Directory.directory_v1.Data.Domains body, string customer)
 Inserts a domain of the customer. More...
 
virtual ListRequest List (string customer)
 Lists the domains of the customer. More...
 

Detailed Description

The "domains" collection of methods.

Constructor & Destructor Documentation

◆ DomainsResource()

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

Constructs a new resource.

Member Function Documentation

◆ Delete()

virtual DeleteRequest Google.Apis.Admin.Directory.directory_v1.DomainsResource.Delete ( string  customer,
string  domainName 
)
inlinevirtual

Deletes a domain of the customer.

Parameters
customerImmutable ID of the G Suite account.
domainNameName of domain to be deleted

◆ Get()

virtual GetRequest Google.Apis.Admin.Directory.directory_v1.DomainsResource.Get ( string  customer,
string  domainName 
)
inlinevirtual

Retrieves a domain of the customer.

Parameters
customerImmutable ID of the G Suite account.
domainNameName of domain to be retrieved

◆ Insert()

virtual InsertRequest Google.Apis.Admin.Directory.directory_v1.DomainsResource.Insert ( Google.Apis.Admin.Directory.directory_v1.Data.Domains  body,
string  customer 
)
inlinevirtual

Inserts a domain of the customer.

Parameters
bodyThe body of the request.
customerImmutable ID of the G Suite account.

◆ List()

virtual ListRequest Google.Apis.Admin.Directory.directory_v1.DomainsResource.List ( string  customer)
inlinevirtual

Lists the domains of the customer.

Parameters
customerImmutable ID of the G Suite account.

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