ProjectsServicesResource class

Constructors

ProjectsServicesResource(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

batchUpdate(GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest request, String parent, {String? $fields}) Future<GoogleFirebaseAppcheckV1betaBatchUpdateServicesResponse>
Updates the specified Service configurations atomically.
get(String name, {String? $fields}) Future<GoogleFirebaseAppcheckV1betaService>
Gets the Service configuration for the specified service name.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseAppcheckV1betaListServicesResponse>
Lists all Service configurations for the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleFirebaseAppcheckV1betaService request, String name, {String? updateMask, String? $fields}) Future<GoogleFirebaseAppcheckV1betaService>
Updates the specified Service configuration.
toString() String
A string representation of this object.
inherited

Operators

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