pub struct GoogleFirebaseAppcheckV1betaUpdateServiceRequest {
pub service: Option<GoogleFirebaseAppcheckV1betaService>,
pub update_mask: Option<FieldMask>,
}Expand description
Request message for the UpdateService method as well as an individual update message for the BatchUpdateServices method.
This type is not used in any activity, and only used as part of another schema.
Fields§
§service: Option<GoogleFirebaseAppcheckV1betaService>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.
update_mask: Option<FieldMask>Required. A comma-separated list of names of fields in the Service to update. Example: enforcement_mode.
Trait Implementations§
Source§impl Clone for GoogleFirebaseAppcheckV1betaUpdateServiceRequest
impl Clone for GoogleFirebaseAppcheckV1betaUpdateServiceRequest
Source§fn clone(&self) -> GoogleFirebaseAppcheckV1betaUpdateServiceRequest
fn clone(&self) -> GoogleFirebaseAppcheckV1betaUpdateServiceRequest
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more