AppsServicesVersionsResource class
Methods
-
create(Version request, String appsId, String servicesId, {String? $fields})
→ Future<Operation>
-
Deploys code and resource files to a new version.
-
delete(String appsId, String servicesId, String versionsId, {String? $fields})
→ Future<Operation>
-
Deletes an existing Version resource.
-
get(String appsId, String servicesId, String versionsId, {String? view, String? $fields})
→ Future<Version>
-
Gets the specified Version resource.
-
list(String appsId, String servicesId, {int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<ListVersionsResponse>
-
Lists the versions of a service.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Version request, String appsId, String servicesId, String versionsId, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the specified Version resource.
-
toString()
→ String
-
A string representation of this object.
inherited