AppsServicesVersionsResource class

Constructors

AppsServicesVersionsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
instances AppsServicesVersionsInstancesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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