View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateServiceRequest (google_api_firebase_app_check v0.4.0)

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

Attributes

  • service (type: GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaService.t, default: nil) - 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) identitytoolkit.googleapis.com (Firebase Authentication with Identity Platform) For Firebase Authentication to work with App Check, you must first upgrade to Firebase Authentication with Identity Platform.
  • updateMask (type: String.t, default: nil) - Required. A comma-separated list of names of fields in the Service to update. Example: enforcement_mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateServiceRequest{
    service:
      GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaService.t()
      | nil,
    updateMask: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.