Class ProjectsResource.LocationsResource.ApplicationsResource
The "applications" collection of methods.
Inherited Members
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 |
DomainMappings
Gets the DomainMappings resource.
Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource DomainMappings { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource |
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 |
| string | locationsId | Part of |
| string | applicationsId | Part of |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.PatchRequest |