Uses of Class
com.google.cloud.tools.appengine.AppEngineException
-
Packages that use AppEngineException Package Description com.google.cloud.tools.appengine com.google.cloud.tools.appengine.operations com.google.cloud.tools.appengine.operations.cloudsdk com.google.cloud.tools.appengine.operations.cloudsdk.process com.google.cloud.tools.project Utilities for working with Google Cloud Platform Console projects as distinct from individual services and resources contained within the project such as App Engine, Cloud Storage, or Google Compute Engine. -
-
Uses of AppEngineException in com.google.cloud.tools.appengine
Methods in com.google.cloud.tools.appengine that throw AppEngineException Modifier and Type Method Description Map<String,String>
AppEngineDescriptor. getEnvironment()
Given the following structure:String
AppEngineDescriptor. getProjectId()
Returns project ID from the <application> element of the appengine-web.xml or null if it is missing.String
AppEngineDescriptor. getProjectVersion()
Returns project version from the <version> element of the appengine-web.xml or null if it is missing.String
AppEngineDescriptor. getRuntime()
Returns runtime from the <runtime> element of the appengine-web.xml or the default one when it is missing.String
AppEngineDescriptor. getServiceId()
Returns service ID from the <service> element of the appengine-web.xml, or null if it is missing.boolean
AppEngineDescriptor. isJava8()
Returns true if the runtime read from appengine-web.xml is Java8.boolean
AppEngineDescriptor. isSandboxEnforced()
Returns true if the runtime needs to enforce original sandbox restrictions (for example, the Java7 runtime). -
Uses of AppEngineException in com.google.cloud.tools.appengine.operations
Methods in com.google.cloud.tools.appengine.operations that throw AppEngineException Modifier and Type Method Description void
Auth. activateServiceAccount(Path jsonFile)
Activates a service account based on a configured json key file.void
Versions. delete(VersionsSelectionConfiguration configuration)
Deletes a specified version or versions.void
Deployment. deploy(DeployConfiguration config)
Deploys a project to App Engine.void
Deployment. deployCron(DeployProjectConfigurationConfiguration config)
Deploy cron.yaml to App Engine.void
Deployment. deployDispatch(DeployProjectConfigurationConfiguration config)
Deploy dispatch.yaml to App Engine.void
Deployment. deployDos(DeployProjectConfigurationConfiguration config)
Deploy dos.yaml to App Engine.void
Deployment. deployIndex(DeployProjectConfigurationConfiguration config)
Deploy index.yaml to App Engine.void
Deployment. deployQueue(DeployProjectConfigurationConfiguration config)
Deploy queue.yaml to App Engine.void
GenRepoInfoFile. generate(GenRepoInfoFileConfiguration configuration)
Generates source context files.void
Versions. list(VersionsListConfiguration configuration)
Lists the versions for a service, or every version of every service if no service is specified.void
Auth. login()
Launches the gcloud auth login flow.void
Auth. login(String user)
Logs into the Cloud SDK with a specific user (does not retrigger auth flow if user is already configured for the system).void
DevServer. run(RunConfiguration config)
Starts the local development server, synchronously or asynchronously.void
AppYamlProjectStaging. stageArchive(AppYamlProjectStageConfiguration config)
Stages an app.yaml based App Engine project for deployment.void
AppEngineWebXmlProjectStaging. stageStandard(AppEngineWebXmlProjectStageConfiguration config)
Stages an appengine-web.xml based project for deployment.void
Versions. start(VersionsSelectionConfiguration configuration)
Starts serving a specific version or versions.void
DevServer. stop(StopConfiguration configuration)
Stops the local development server.void
Versions. stop(VersionsSelectionConfiguration configuration)
Stops serving a specific version or versions. -
Uses of AppEngineException in com.google.cloud.tools.appengine.operations.cloudsdk
Subclasses of AppEngineException in com.google.cloud.tools.appengine.operations.cloudsdk Modifier and Type Class Description class
AppEngineJavaComponentsNotInstalledException
Exception when Java App Engine components are not found in the Cloud SDK.class
CloudSdkNotFoundException
The Cloud SDK could not be found in any of the expected locations.class
CloudSdkOutOfDateException
The Cloud SDK that was found is too old (generally before 133.0.0).class
CloudSdkVersionFileException
The Cloud SDK's version file could not be read.class
CloudSdkVersionFileNotFoundException
class
CloudSdkVersionFileParseException
class
InvalidJavaSdkException
-
Uses of AppEngineException in com.google.cloud.tools.appengine.operations.cloudsdk.process
Methods in com.google.cloud.tools.appengine.operations.cloudsdk.process that throw AppEngineException Modifier and Type Method Description void
NonZeroExceptionExitListener. onExit(int exitCode)
void
ProcessExitListener. onExit(int exitCode)
This hook will be called immediately after the process has completed execution. -
Uses of AppEngineException in com.google.cloud.tools.project
Methods in com.google.cloud.tools.project that throw AppEngineException Modifier and Type Method Description static AppYaml
AppYaml. parse(InputStream input)
Parse an app.yaml file to an AppYaml object.
-