Class GoogleFirebaseAppcheckV1betaUpdateServiceRequest
Request message for the UpdateService method as well as an individual update message for the BatchUpdateServices method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaUpdateServiceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
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) * oauth2.googleapis.com
(Google Identity for iOS) For
Firebase Authentication to work with App Check, you must first upgrade to Firebase Authentication with
Identity Platform.
Declaration
[JsonProperty("service")]
public virtual GoogleFirebaseAppcheckV1betaService Service { get; set; }
Property Value
Type | Description |
---|---|
GoogleFirebaseAppcheckV1betaService |
UpdateMask
Required. A comma-separated list of names of fields in the Service to update. Example: enforcement_mode
.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |