Show / Hide Table of Contents

Namespace Google.Apis.PostmasterTools.v2

Classes

DomainStatsResource

The "domainStats" collection of methods.

DomainStatsResource.BatchQueryRequest

Executes a batch of QueryDomainStats requests for multiple domains. Returns PERMISSION_DENIED if you don't have permission to access DomainStats for any of the requested domains.

DomainsResource

The "domains" collection of methods.

DomainsResource.CreateRequest

Developer Preview: Adds a domain to the user's account. Returns INVALID_ARGUMENT if a domain is not provided. Returns ALREADY_EXISTS if the domain is already registered by the user.

DomainsResource.DeleteRequest

Developer Preview: Deletes a domain from the user's account. Returns NOT_FOUND if the domain is not registered by the user.

DomainsResource.DomainStatsResource

The "domainStats" collection of methods.

DomainsResource.DomainStatsResource.QueryRequest

Retrieves a list of domain statistics for a given domain and time period. Returns statistics only for dates where data is available. Returns PERMISSION_DENIED if you don't have permission to access DomainStats for the domain.

DomainsResource.GetComplianceStatusRequest

Retrieves the compliance status for a given domain. Returns PERMISSION_DENIED if you don't have permission to access compliance status for the domain.

DomainsResource.GetRequest

Retrieves detailed information about a domain registered by you. Returns NOT_FOUND if the domain is not registered by you. Domain represents the metadata of a domain that has been registered within the system and linked to a user.

DomainsResource.GetVerificationTokenRequest

Developer Preview: Gets a verification token used for verifying a user's ownership over a domain.

DomainsResource.ListRequest

Retrieves a list of all domains registered by you, along with their corresponding metadata. The order of domains in the response is unspecified and non-deterministic. Newly registered domains will not necessarily be added to the end of this list.

DomainsResource.UsersResource

The "users" collection of methods.

DomainsResource.UsersResource.CreateRequest

Developer Preview: Creates a user, who has access to a domain. Returns INVALID_ARGUMENT if a user is not provided.

DomainsResource.UsersResource.DeleteRequest

Developer Preview: Deletes a user from a domain. Returns NOT_FOUND if the user does not exist.

DomainsResource.UsersResource.GetRequest

Developer Preview: Retrieves detailed information about a user that has access to a domain. Returns NOT_FOUND if the user does not exist.

DomainsResource.UsersResource.ListRequest

Developer Preview: Lists the users that have access to a domain.

DomainsResource.UsersResource.PatchRequest

Developer Preview: Updates a user for a domain. Only Owners and Admins can execute this RPC, only a user's domain permission will be allowed to be updated. Returns NOT_FOUND if the user does not exist. Returns INVALID_ARGUMENT if a permission is not provided or is PERMISSION_UNSPECIFIED, NONE, or OWNER.

DomainsResource.VerifyRequest

Developer Preview: Verifies a user's ownership of a domain at the DNS level. Note that this is distinct from checking if the user has OWNER status within IRDB.

PostmasterToolsBaseServiceRequest<TResponse>

A base abstract class for PostmasterTools requests.

PostmasterToolsService

The PostmasterTools Service.

PostmasterToolsService.Scope

Available OAuth 2.0 scopes for use with the Gmail Postmaster Tools API.

PostmasterToolsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Gmail Postmaster Tools API.

Enums

DomainsResource.GetVerificationTokenRequest.VerificationMethodEnum

Required. The verification method used. Must be specified, i.e. TXT or CNAME.

PostmasterToolsBaseServiceRequest<TResponse>.AltEnum

Data format for response.

PostmasterToolsBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX