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

Services

Gets the Services resource.

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

Methods

Create(Application, string, string)

Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.CreateRequest Create(Application body, string projectsId, string locationsId)
Parameters
Type Name Description
Application body

The body of the request.

string projectsId

Part of parent. The project and location in which the application should be created, specified in the format projects//locations/

string locationsId

Part of parent. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.CreateRequest

Get(string, string, string)

Gets information about an application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.GetRequest Get(string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
string projectsId

Part of name. Name of the Application resource to get. 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.GetRequest

Repair(RepairApplicationRequest, string, string, string)

Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.RepairRequest Repair(RepairApplicationRequest body, string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
RepairApplicationRequest body

The body of the request.

string projectsId

Part of name. Name of the application to repair. 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.RepairRequest
In This Article
Back to top Generated by DocFX