PublishersExtensionsResource class

Constructors

PublishersExtensionsResource(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
versions PublishersExtensionsVersionsResource
no setter

Methods

batchGet(String parent, {List<String>? names, String? $fields}) Future<GoogleFirebaseExtensionsV1betaBatchGetExtensionsResponse>
Gets up to 1K extensions in a batch.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes an Extension.
get(String name, {String? $fields}) Future<GoogleFirebaseExtensionsV1betaExtension>
Gets an Extension.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseExtensionsV1betaListExtensionsResponse>
Lists all Extensions for a Publisher.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unpublish(GoogleFirebaseExtensionsV1betaUnpublishExtensionRequest request, String name, {String? $fields}) Future<GoogleProtobufEmpty>
Unpublishes an Extension.

Operators

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