Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApplicationsResource

The "applications" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ApplicationsResource
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.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource

Constructors

ApplicationsResource(IClientService)

Constructs a new resource.

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

Properties

AuthorizedDomains

Gets the AuthorizedDomains resource.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource AuthorizedDomains { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedDomainsResource

Services

Gets the Services resource.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource Services { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource

Methods

Patch(Application, string, string, string)

Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.PatchRequest Patch(Application body, string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
Application body

The body of the request.

string projectsId

Part of name. Name of the Application resource to update. Example: apps/myapp.

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

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