Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleFirebaseAppcheckV1UpdateServiceRequest

import type { GoogleFirebaseAppcheckV1UpdateServiceRequest } from "https://googleapis.deno.dev/v1/firebaseappcheck:v1.ts";

Request message for the UpdateService method as well as an individual update message for the BatchUpdateServices method.

interface GoogleFirebaseAppcheckV1UpdateServiceRequest {
updateMask?: string;
}

§Properties

§

Required. The Service to update. The Service's name field is used to identify the Service to be updated, in the format: projects/{project_number}/services/{service_id} Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * firebasestorage.googleapis.com (Cloud Storage for Firebase) * firebasedatabase.googleapis.com (Firebase Realtime Database) * firestore.googleapis.com (Cloud Firestore)

§
updateMask?: string
[src]

Required. A comma-separated list of names of fields in the Service to update. Example: enforcement_mode.