ProjectsAppsDeviceCheckConfigResource class
Constructors
- ProjectsAppsDeviceCheckConfigResource(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
-
batchGet(
String parent, {List< String> ? names, String? $fields}) → Future<GoogleFirebaseAppcheckV1BatchGetDeviceCheckConfigsResponse> - Atomically gets the DeviceCheckConfigs for the specified list of apps.
-
get(
String name, {String? $fields}) → Future< GoogleFirebaseAppcheckV1DeviceCheckConfig> - Gets the DeviceCheckConfig for the specified app.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
GoogleFirebaseAppcheckV1DeviceCheckConfig request, String name, {String? updateMask, String? $fields}) → Future< GoogleFirebaseAppcheckV1DeviceCheckConfig> - Updates the DeviceCheckConfig for the specified app.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited