ProjectsAppsReleasesResource class

Constructors

ProjectsAppsReleasesResource(ApiRequester client)

Properties

feedbackReports ProjectsAppsReleasesFeedbackReportsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsAppsReleasesOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchDelete(GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest request, String parent, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes releases.
distribute(GoogleFirebaseAppdistroV1DistributeReleaseRequest request, String name, {String? $fields}) Future<GoogleFirebaseAppdistroV1DistributeReleaseResponse>
Distributes a release to testers.
get(String name, {String? $fields}) Future<GoogleFirebaseAppdistroV1Release>
Gets a release.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseAppdistroV1ListReleasesResponse>
Lists releases.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleFirebaseAppdistroV1Release request, String name, {String? updateMask, String? $fields}) Future<GoogleFirebaseAppdistroV1Release>
Updates a release.
toString() String
A string representation of this object.
inherited

Operators

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