Show / Hide Table of Contents

Class DomainsResource

The "domains" collection of methods.

Inheritance
object
DomainsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PostmasterTools.v1beta1
Assembly: Google.Apis.PostmasterTools.v1beta1.dll
Syntax
public class DomainsResource

Constructors

DomainsResource(IClientService)

Constructs a new resource.

Declaration
public DomainsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

TrafficStats

Gets the TrafficStats resource.

Declaration
public virtual DomainsResource.TrafficStatsResource TrafficStats { get; }
Property Value
Type Description
DomainsResource.TrafficStatsResource

Methods

Get(string)

Gets a specific domain registered by the client. Returns NOT_FOUND if the domain does not exist.

Declaration
public virtual DomainsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

The resource name of the domain. It should have the form domains/{domain_name}, where domain_name is the fully qualified domain name.

Returns
Type Description
DomainsResource.GetRequest

List()

Lists the domains that have been registered by the client. The order of domains in the response is unspecified and non-deterministic. Newly created domains will not necessarily be added to the end of this list.

Declaration
public virtual DomainsResource.ListRequest List()
Returns
Type Description
DomainsResource.ListRequest
In this article
Back to top Generated by DocFX