Lines Matching full:application
20 use Google\Service\Appengine\Application; alias
35 * Creates an App Engine application for a Google Cloud Platform project.
38 * the App Engine application located.For more information about App Engine
43 * @param Application $postBody
47 public function create(Application $postBody, $optParams = [])
54 * Gets information about an application. (apps.get)
56 * @param string $appsId Part of `name`. Name of the Application resource to
59 * @return Application
65 return $this->call('get', [$params], Application::class);
68 * Updates the specified Application resource. You can update the following
70 * access to the application. default_cookie_expiration - Cookie expiration
71 * policy for the application. iap - Identity-Aware Proxy properties for the
72 * application. (apps.patch)
74 * @param string $appsId Part of `name`. Name of the Application resource to
76 * @param Application $postBody
83 public function patch($appsId, Application $postBody, $optParams = [])
91 * application, for example a Cloud Storage bucket or App Engine service
101 * @param string $appsId Part of `name`. Name of the application to repair.