ProjectsInstancesResource class

Constructors

ProjectsInstancesResource(ApiRequester client)

Properties

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

Methods

create(GoogleFirebaseExtensionsV1betaExtensionInstance request, String parent, {String? instanceId, bool? validateOnly, String? $fields}) Future<GoogleLongrunningOperation>
Creates a Extension Instance in a Project.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a Extension Instance.
get(String name, {String? $fields}) Future<GoogleFirebaseExtensionsV1betaExtensionInstance>
Gets a Extension Instance.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseExtensionsV1betaListExtensionInstancesResponse>
Lists Extension Instances in a Project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleFirebaseExtensionsV1betaExtensionInstance request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<GoogleLongrunningOperation>
Updates a Extension Instance.
toString() String
A string representation of this object.
inherited

Operators

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