Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource

The "authorizedDomains" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource

Constructors

AuthorizedDomainsResource(IClientService)

Constructs a new resource.

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

Methods

List(string, string, string)

Lists all domains the user is authorized to administer.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource.ListRequest List(string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
string projectsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

string locationsId

Part of parent. See documentation of projectsId.

string applicationsId

Part of parent. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource.ListRequest
In this article
Back to top Generated by DocFX