requests = $requests; } /** * @return GoogleFirebaseAppcheckV1UpdateServiceRequest[] */ public function getRequests() { return $this->requests; } /** * Optional. A comma-separated list of names of fields in the Services to * update. Example: `display_name`. If the `update_mask` field is set in both * this request and any of the UpdateServiceRequest messages, they must match * or the entire batch fails and no updates will be committed. * * @param string $updateMask */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppcheckV1BatchUpdateServicesRequest::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1BatchUpdateServicesRequest');