AppsResource class

Constructors

AppsResource(ApiRequester client)

Properties

authorizedCertificates → AppsAuthorizedCertificatesResource
no setter
authorizedDomains → AppsAuthorizedDomainsResource
no setter
domainMappings → AppsDomainMappingsResource
no setter
firewall → AppsFirewallResource
no setter
hashCode → int
The hash code for this object.
no setterinherited
locations → AppsLocationsResource
no setter
operations → AppsOperationsResource
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
services → AppsServicesResource
no setter

Methods

create(Application request, {String? $fields}) → Future<Operation>
Creates an App Engine application for a Google Cloud Platform project.
get(String appsId, {String? includeExtraData, String? $fields}) → Future<Application>
Gets information about an application.
listRuntimes(String appsId, {String? environment, String? $fields}) → Future<ListRuntimesResponse>
Lists all the available runtimes for the application.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Application request, String appsId, {String? updateMask, String? $fields}) → Future<Operation>
Updates the specified Application resource.
repair(RepairApplicationRequest request, String appsId, {String? $fields}) → Future<Operation>
Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited